#E2007C
A medium, vivid magenta closely aligning with Deeppink.
About #E2007C
At its core, #E2007C is a medium and vivid hue. It is closely associated with the named CSS color Deeppink. Its digital footprint relies on 226 parts red, 0 parts green, and 124 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 100% Magenta, 45% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E2007C
RGB226, 0, 124
HSL327.1°, 100.0%, 44.3%
CMYK0%, 100%, 45%, 11%
HSV327.1°, 100.0%, 88.6%
LAB49.0, 78.1, -2.7
XYZ35.0, 17.6, 20.6
Decimal14811260
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.64:1
Text on #FFFFFF
AA
4.52:1
Text on #000000
AA
4.44:1
Text on #F8FAFC
AA Large
3.85:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E2007C;
}
.text-color {
color: #E2007C;
}
.border-color {
border: 2px solid #E2007C;
}