EM to PX Converter

Translate relative EM values to absolute pixels

Safe conversion with no data sent to server

em
px

Reference Table

Pixels (px)RemEm
1px0.0625rem0.0625em
2px0.125rem0.125em
4px0.25rem0.25em
8px0.5rem0.5em
10px0.625rem0.625em
12px0.75rem0.75em
14px0.875rem0.875em
16px1rem1em
18px1.125rem1.125em
20px1.25rem1.25em
24px1.5rem1.5em
32px2rem2em
48px3rem3em
64px4rem4em

Understanding EM context

Because the EM unit is inherently contextual, you must know the calculated font size of the parent element to perform this conversion accurately. If an element has no explicit font size set, it inherits from its parent, all the way up to the browser default (usually 16px).