#E233DB
A medium, vivid magenta closely aligning with Fuchsia.
About #E233DB
When working with digital screens, the color #E233DB is rendered by mixing light. Its closest recognized web color is Fuchsia. This translates to an RGB value of rgb(226, 51, 219).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 77% M, 3% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E233DB
RGB226, 51, 219
HSL302.4°, 75.1%, 54.3%
CMYK0%, 77%, 3%, 11%
HSV302.4°, 77.4%, 88.6%
LAB55.7, 81.5, -48.3
XYZ45.3, 23.7, 69.2
Decimal14824411
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.66:1
Text on #FFFFFF
AA Large
5.73:1
Text on #000000
AA
3.50:1
Text on #F8FAFC
AA Large
4.87:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E233DB;
}
.text-color {
color: #E233DB;
}
.border-color {
border: 2px solid #E233DB;
}