#E207BD
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E207BD
At its core, #E207BD 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, 7 green, and 189 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 97% magenta, 16% yellow, and 11% black. The HSL representation is 310.1° hue, 94.0% saturation, and 45.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E207BD
RGB226, 7, 189
HSL310.1°, 94.0%, 45.7%
CMYK0%, 97%, 16%, 11%
HSV310.1°, 96.9%, 88.6%
LAB51.8, 84.3, -37.2
XYZ40.6, 20.0, 49.9
Decimal14813117
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.20:1
Text on #FFFFFF
AA Large
5.00:1
Text on #000000
AA
4.02:1
Text on #F8FAFC
AA Large
4.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E207BD;
}
.text-color {
color: #E207BD;
}
.border-color {
border: 2px solid #E207BD;
}