Shades of Deep Cerise #E23FA0
Tints of Deep Cerise #E23FA0
RGB
CMYK
RGB Variations
Color information
#E23FA0 (or 0xE23FA0) is known color: Deep Cerise. HEX triplet: E2, 3F and A0. RGB value is (226,63,160). Sum of RGB (Red+Green+Blue) = 226+63+160=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E23FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23FA0 is #1DC05F. Grayscale: #7A7A7A. Windows color (decimal): -1949792 or 10502114. OLE color: 10502114.
HSL color Cylindrical-coordinate representation of color #E23FA0: hue angle of 324.29º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E23FA0 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 63 | 160 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.11 |
| HSL | 324.29º | 0.74% | 0.57% | - |
| HSV(B) | 324.29º | 0.72% | 0.89% | - |
| XYZ | 39.49 | 22.26 | 35.47 | - |
| YUV | 122.8 | 149 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 63 | 160 | 0 | 0.72 | 0.29 | 0.11 | 324.29 | 0.74 | 0.57 |
| Hex | E2 | 3F | A0 | 0 | 48 | 1D | B | 144 | 4A | 39 |
| Octal | 342 | 77 | 240 | 0 | 110 | 35 | 13 | 504 | 112 | 71 |
| Binary | 11100010 | 111111 | 10100000 | 0 | 1001000 | 11101 | 1011 | 101000100 | 1001010 | 111001 |
Color Harmonies of #E23FA0
Complementary color
Monochromatic Colors of #E23FA0
Black with #E23FA0
Text Example
Text Example
White with #E23FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23FA0; }
p { color: rgb(226,63,160); }
H1.HeaderClassName
{
color: #E23FA0;
}
.AnyTagClassName
{
color: #E23FA0;
}
</style>
background-color css
<style>
a { background-color: #E23FA0; }
a { background-color: rgb(226,63,160); }
div.DivClassName
{
background-color: #E23FA0;
}
.BgClassName
{
background-color: #E23FA0;
}
</style>
border-color css
<style>
span { border-color: #E23FA0; }
span { border-color: rgb(226,63,160); }
td.TdClassName
{
border-color: #E23FA0;
}
.TagClassName
{
border-color: #E23FA0;
}
</style>