Shades of Deep Cerise #E02B91
Tints of Deep Cerise #E02B91
RGB
CMYK
RGB Variations
Color information
#E02B91 (or 0xE02B91) is known color: Deep Cerise. HEX triplet: E0, 2B and 91. RGB value is (224,43,145). Sum of RGB (Red+Green+Blue) = 224+43+145=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02B91 is #1FD46E. Grayscale: #6C6C6C. Windows color (decimal): -2085999 or 9513952. OLE color: 9513952.
HSL color Cylindrical-coordinate representation of color #E02B91: hue angle of 326.19º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02B91 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 43 | 145 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.12 |
| HSL | 326.19º | 0.74% | 0.52% | - |
| HSV(B) | 326.19º | 0.81% | 0.88% | - |
| XYZ | 36.72 | 19.62 | 28.64 | - |
| YUV | 108.75 | 148.47 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 43 | 145 | 0 | 0.81 | 0.35 | 0.12 | 326.19 | 0.74 | 0.52 |
| Hex | E0 | 2B | 91 | 0 | 51 | 23 | C | 146 | 4A | 34 |
| Octal | 340 | 53 | 221 | 0 | 121 | 43 | 14 | 506 | 112 | 64 |
| Binary | 11100000 | 101011 | 10010001 | 0 | 1010001 | 100011 | 1100 | 101000110 | 1001010 | 110100 |
Color Harmonies of #E02B91
Complementary color
Monochromatic Colors of #E02B91
Black with #E02B91
Text Example
Text Example
White with #E02B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02B91; }
p { color: rgb(224,43,145); }
H1.HeaderClassName
{
color: #E02B91;
}
.AnyTagClassName
{
color: #E02B91;
}
</style>
background-color css
<style>
a { background-color: #E02B91; }
a { background-color: rgb(224,43,145); }
div.DivClassName
{
background-color: #E02B91;
}
.BgClassName
{
background-color: #E02B91;
}
</style>
border-color css
<style>
span { border-color: #E02B91; }
span { border-color: rgb(224,43,145); }
td.TdClassName
{
border-color: #E02B91;
}
.TagClassName
{
border-color: #E02B91;
}
</style>