#E20083
A medium, vivid magenta closely aligning with Deeppink.
About #E20083
When working with digital screens, the color #E20083 is rendered by mixing light. Its closest recognized web color is Deeppink. In the RGB color space, it consists of 226 red, 0 green, and 131 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E20083
RGB226, 0, 131
HSL325.2°, 100.0%, 44.3%
CMYK0%, 100%, 42%, 11%
HSV325.2°, 100.0%, 88.6%
LAB49.3, 78.6, -6.7
XYZ35.5, 17.8, 23.0
Decimal14811267
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.60:1
Text on #FFFFFF
AA
4.56:1
Text on #000000
AA
4.40:1
Text on #F8FAFC
AA Large
3.88:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E20083;
}
.text-color {
color: #E20083;
}
.border-color {
border: 2px solid #E20083;
}