#E95F8A
A light, vivid magenta closely aligning with Palevioletred.
About #E95F8A
Visually, #E95F8A is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Palevioletred. Its digital footprint relies on 233 parts red, 95 parts green, and 138 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 59% M, 41% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E95F8A
RGB233, 95, 138
HSL341.3°, 75.8%, 64.3%
CMYK0%, 59%, 41%, 9%
HSV341.3°, 59.2%, 91.4%
LAB59.3, 57.2, 4.0
XYZ42.3, 27.3, 27.1
Decimal15294346
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.25:1
Text on #FFFFFF
AA Large
6.47:1
Text on #000000
AA
3.10:1
Text on #F8FAFC
AA Large
5.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E95F8A;
}
.text-color {
color: #E95F8A;
}
.border-color {
border: 2px solid #E95F8A;
}