#E25F83
A light, moderate magenta closely aligning with Palevioletred.
About #E25F83
Visually, #E25F83 is defined as a moderate magenta. Its closest recognized web color is Palevioletred. This translates to an RGB value of rgb(226, 95, 131).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 58% M, 42% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#E25F83
RGB226, 95, 131
HSL343.5°, 69.3%, 62.9%
CMYK0%, 58%, 42%, 11%
HSV343.5°, 58.0%, 88.6%
LAB58.0, 54.2, 6.1
XYZ39.6, 26.0, 24.4
Decimal14835587
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.39:1
Text on #FFFFFF
AA Large
6.20:1
Text on #000000
AA
3.24:1
Text on #F8FAFC
AA Large
5.27:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E25F83;
}
.text-color {
color: #E25F83;
}
.border-color {
border: 2px solid #E25F83;
}