#E20F7C
A medium, vivid magenta closely aligning with Deeppink.
About #E20F7C
Visually, #E20F7C is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Deeppink. In the RGB color space, it consists of 226 red, 15 green, and 124 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 93% Magenta, 45% Yellow, and 11% Black. With a hue angle of 329.0 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E20F7C
RGB226, 15, 124
HSL329.0°, 87.6%, 47.3%
CMYK0%, 93%, 45%, 11%
HSV329.0°, 93.4%, 88.6%
LAB49.5, 76.8, -2.1
XYZ35.2, 18.0, 20.7
Decimal14815100
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.57:1
Text on #FFFFFF
AA
4.59:1
Text on #000000
AA
4.37:1
Text on #F8FAFC
AA Large
3.90:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E20F7C;
}
.text-color {
color: #E20F7C;
}
.border-color {
border: 2px solid #E20F7C;
}