#E20F75
A medium, vivid magenta closely aligning with Deeppink.
About #E20F75
At its core, #E20F75 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Deeppink. Its digital footprint relies on 226 parts red, 15 parts green, and 117 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 93% magenta inks. The HSL representation is 331.0° hue, 87.6% saturation, and 47.3% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E20F75
RGB226, 15, 117
HSL331.0°, 87.6%, 47.3%
CMYK0%, 93%, 48%, 11%
HSV331.0°, 93.4%, 88.6%
LAB49.2, 76.3, 1.9
XYZ34.7, 17.8, 18.4
Decimal14815093
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.61:1
Text on #FFFFFF
AA
4.56:1
Text on #000000
AA
4.40:1
Text on #F8FAFC
AA Large
3.88:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E20F75;
}
.text-color {
color: #E20F75;
}
.border-color {
border: 2px solid #E20F75;
}