#E28AB6
A light, moderate magenta closely aligning with Palevioletred.
About #E28AB6
Visually, #E28AB6 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 138, and 182.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 39% M, 19% Y, and 11% K. With a hue angle of 330.0 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E28AB6
RGB226, 138, 182
HSL330.0°, 60.3%, 71.4%
CMYK0%, 39%, 19%, 11%
HSV330.0°, 38.9%, 88.6%
LAB67.8, 39.4, -8.7
XYZ48.9, 37.7, 49.0
Decimal14846646
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.46:1
Text on #FFFFFF
FAIL
8.54:1
Text on #000000
AAA
2.35:1
Text on #F8FAFC
FAIL
7.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E28AB6;
}
.text-color {
color: #E28AB6;
}
.border-color {
border: 2px solid #E28AB6;
}