#E975A0
A light, vivid magenta closely aligning with Palevioletred.
About #E975A0
The hex code #E975A0 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Palevioletred. In the RGB color space, it consists of 233 red, 117 green, and 160 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 50% M, 31% Y, and 9% K. With a hue angle of 337.8 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E975A0
RGB233, 117, 160
HSL337.8°, 72.5%, 68.6%
CMYK0%, 50%, 31%, 9%
HSV337.8°, 49.8%, 91.4%
LAB63.8, 49.4, -2.1
XYZ46.3, 32.6, 37.1
Decimal15300000
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.79:1
Text on #FFFFFF
FAIL
7.52:1
Text on #000000
AAA
2.67:1
Text on #F8FAFC
FAIL
6.39:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E975A0;
}
.text-color {
color: #E975A0;
}
.border-color {
border: 2px solid #E975A0;
}