#E2076D
A medium, vivid magenta closely aligning with Deeppink.
About #E2076D
When working with digital screens, the color #E2076D is rendered by mixing light. If you're using CSS, you might find it aligns closely with Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 7, and 109.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 97% M, 52% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#E2076D
RGB226, 7, 109
HSL332.1°, 94.0%, 45.7%
CMYK0%, 97%, 52%, 11%
HSV332.1°, 96.9%, 88.6%
LAB48.8, 76.4, 6.1
XYZ34.2, 17.4, 16.0
Decimal14813037
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.68:1
Text on #FFFFFF
AA
4.48:1
Text on #000000
AA Large
4.48:1
Text on #F8FAFC
AA Large
3.81:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E2076D;
}
.text-color {
color: #E2076D;
}
.border-color {
border: 2px solid #E2076D;
}