#E95F83
A light, vivid magenta closely aligning with Palevioletred.
About #E95F83
Visually, #E95F83 is defined as a vivid magenta. Its closest recognized web color is Palevioletred. This translates to an RGB value of rgb(233, 95, 131).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 59% Magenta, 44% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#E95F83
RGB233, 95, 131
HSL344.3°, 75.8%, 64.3%
CMYK0%, 59%, 44%, 9%
HSV344.3°, 59.2%, 91.4%
LAB59.1, 56.5, 7.8
XYZ41.8, 27.1, 24.5
Decimal15294339
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.27:1
Text on #FFFFFF
AA Large
6.43:1
Text on #000000
AA
3.12:1
Text on #F8FAFC
AA Large
5.47:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E95F83;
}
.text-color {
color: #E95F83;
}
.border-color {
border: 2px solid #E95F83;
}