#E25FBD
A light, moderate magenta closely aligning with Orchid.
About #E25FBD
Visually, #E25FBD is defined as a moderate magenta. Its closest recognized web color is Orchid. In the RGB color space, it consists of 226 red, 95 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 58% magenta, 16% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E25FBD
RGB226, 95, 189
HSL316.9°, 69.3%, 62.9%
CMYK0%, 58%, 16%, 11%
HSV316.9°, 58.0%, 88.6%
LAB59.9, 61.4, -24.6
XYZ44.6, 28.0, 51.2
Decimal14835645
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.18:1
Text on #FFFFFF
AA Large
6.61:1
Text on #000000
AA
3.04:1
Text on #F8FAFC
AA Large
5.62:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E25FBD;
}
.text-color {
color: #E25FBD;
}
.border-color {
border: 2px solid #E25FBD;
}