#E50272
A medium, vivid magenta closely aligning with Deeppink.
About #E50272
The hex code #E50272 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Deeppink. This translates to an RGB value of rgb(229, 2, 114).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 99% magenta inks. The HSL representation is 330.4° hue, 98.3% saturation, and 45.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E50272
RGB229, 2, 114
HSL330.4°, 98.3%, 45.3%
CMYK0%, 99%, 50%, 10%
HSV330.4°, 99.1%, 89.8%
LAB49.4, 77.8, 4.0
XYZ35.4, 17.9, 17.5
Decimal15008370
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.58:1
Text on #FFFFFF
AA
4.58:1
Text on #000000
AA
4.38:1
Text on #F8FAFC
AA Large
3.90:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E50272;
}
.text-color {
color: #E50272;
}
.border-color {
border: 2px solid #E50272;
}