#E96DAF
A light, vivid magenta closely aligning with Hotpink.
About #E96DAF
Visually, #E96DAF is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Hotpink. This translates to an RGB value of rgb(233, 109, 175).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 53% Magenta, 25% Yellow, and 9% Black. With a hue angle of 328.1 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E96DAF
RGB233, 109, 175
HSL328.1°, 73.8%, 67.1%
CMYK0%, 53%, 25%, 9%
HSV328.1°, 53.2%, 91.4%
LAB62.8, 55.2, -12.1
XYZ46.8, 31.4, 44.1
Decimal15297967
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.89:1
Text on #FFFFFF
FAIL
7.27:1
Text on #000000
AAA
2.76:1
Text on #F8FAFC
FAIL
6.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E96DAF;
}
.text-color {
color: #E96DAF;
}
.border-color {
border: 2px solid #E96DAF;
}