Convert em to px
Enter em values one per line or paste CSS containing em lengths. The output multiplies each matching value by 16 and adds the px unit.
1.5em becomes 24px, and 0.75em becomes 12px.
Context changes the result
An em is not a fixed size. Its pixel value depends on the font-size context of the property and element where it appears.
The focused page uses a 16px reference. Use the full CSS Unit Converter when the relevant CSS context uses another value.
Batch and CSS input
Plain numbers are treated as em values. In pasted CSS, only values carrying the em unit are replaced; selectors and other units remain unchanged.