#E224BD
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E224BD
At its core, #E224BD is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. In the RGB color space, it consists of 226 red, 36 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 84% M, 16% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E224BD
RGB226, 36, 189
HSL311.7°, 76.6%, 51.4%
CMYK0%, 84%, 16%, 11%
HSV311.7°, 84.1%, 88.6%
LAB53.1, 80.7, -35.3
XYZ41.2, 21.1, 50.0
Decimal14820541
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.02:1
Text on #FFFFFF
AA Large
5.22:1
Text on #000000
AA
3.84:1
Text on #F8FAFC
AA Large
4.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E224BD;
}
.text-color {
color: #E224BD;
}
.border-color {
border: 2px solid #E224BD;
}