#E975E9
A light, vivid magenta closely aligning with Violet.
About #E975E9
The hex code #E975E9 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Violet. This translates to an RGB value of rgb(233, 117, 233).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 50% magenta, 0% yellow, and 9% black. The HSL representation is 300.0° hue, 72.5% saturation, and 68.6% lightness.
Contrast ratios determine whether this color is safe for typography. 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#E975E9
RGB233, 117, 233
HSL300.0°, 72.5%, 68.6%
CMYK0%, 50%, 0%, 9%
HSV300.0°, 49.8%, 91.4%
LAB66.5, 60.4, -39.1
XYZ54.7, 35.9, 81.1
Decimal15300073
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.57:1
Text on #FFFFFF
FAIL
8.19:1
Text on #000000
AAA
2.45:1
Text on #F8FAFC
FAIL
6.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E975E9;
}
.text-color {
color: #E975E9;
}
.border-color {
border: 2px solid #E975E9;
}