#E93A7C
A medium, vivid magenta closely aligning with Deeppink.
About #E93A7C
The hex code #E93A7C represents a beautifully specific shade of magenta. Its closest recognized web color is Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 58, and 124.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 75% magenta inks. The HSL representation is 337.4° hue, 79.9% saturation, and 57.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E93A7C
RGB233, 58, 124
HSL337.4°, 79.9%, 57.1%
CMYK0%, 75%, 47%, 9%
HSV337.4°, 75.1%, 91.4%
LAB53.8, 69.8, 4.4
XYZ38.8, 21.8, 21.2
Decimal15284860
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.92:1
Text on #FFFFFF
AA Large
5.36:1
Text on #000000
AA
3.74:1
Text on #F8FAFC
AA Large
4.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E93A7C;
}
.text-color {
color: #E93A7C;
}
.border-color {
border: 2px solid #E93A7C;
}