#E22483
A medium, vivid magenta closely aligning with Deeppink.
About #E22483
Visually, #E22483 is defined as a vivid magenta. It is closely associated with the named CSS color Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 36, and 131.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 84% Magenta, 42% Yellow, and 11% Black. With a hue angle of 330.0 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E22483
RGB226, 36, 131
HSL330.0°, 76.6%, 51.4%
CMYK0%, 84%, 42%, 11%
HSV330.0°, 84.1%, 88.6%
LAB50.8, 74.3, -4.4
XYZ36.1, 19.1, 23.3
Decimal14820483
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.36:1
Text on #FFFFFF
AA Large
4.81:1
Text on #000000
AA
4.17:1
Text on #F8FAFC
AA Large
4.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E22483;
}
.text-color {
color: #E22483;
}
.border-color {
border: 2px solid #E22483;
}