What is EM in CSS?
EM is a relative CSS unit based on the font size of the current element.
Converters
Convert pixels (px) to em and em to pixels instantly using a 16px base font size.
Convert pixels (px) to em and em to pixels instantly using a 16px base font size.
This tool runs in your browser. Your input is processed locally and is not uploaded.
Use this free online PX to EM converter to quickly convert between pixels (px) and em units.
EM is a relative CSS unit based on the font size of the current element.
Divide the pixel value by the current font size, commonly 16px.
EM is relative to the current element, while REM is relative to the root element.