#E2006D
A medium, vivid magenta closely aligning with Deeppink.
About #E2006D
The precise color #E2006D is an excellent choice for modern design projects. Designers often compare it to the standard color Deeppink. In the RGB color space, it consists of 226 red, 0 green, and 109 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 100% M, 52% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2006D
RGB226, 0, 109
HSL331.1°, 100.0%, 44.3%
CMYK0%, 100%, 52%, 11%
HSV331.1°, 100.0%, 88.6%
LAB48.6, 76.9, 5.8
XYZ34.1, 17.3, 16.0
Decimal14811245
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.71:1
Text on #FFFFFF
AA
4.45:1
Text on #000000
AA Large
4.51:1
Text on #F8FAFC
AA
3.79:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E2006D;
}
.text-color {
color: #E2006D;
}
.border-color {
border: 2px solid #E2006D;
}