Shades of Deep Cerise #E02791
Tints of Deep Cerise #E02791
RGB
CMYK
RGB Variations
Color information
#E02791 (or 0xE02791) is known color: Deep Cerise. HEX triplet: E0, 27 and 91. RGB value is (224,39,145). Sum of RGB (Red+Green+Blue) = 224+39+145=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E02791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02791 is #1FD86E. Grayscale: #6A6A6A. Windows color (decimal): -2087023 or 9512928. OLE color: 9512928.
HSL color Cylindrical-coordinate representation of color #E02791: hue angle of 325.62º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E02791 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 39 | 145 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.12 |
| HSL | 325.62º | 0.75% | 0.52% | - |
| HSV(B) | 325.62º | 0.83% | 0.88% | - |
| XYZ | 36.58 | 19.34 | 28.59 | - |
| YUV | 106.4 | 149.79 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 145 | 0 | 0.83 | 0.35 | 0.12 | 325.62 | 0.75 | 0.52 |
| Hex | E0 | 27 | 91 | 0 | 53 | 23 | C | 146 | 4B | 34 |
| Octal | 340 | 47 | 221 | 0 | 123 | 43 | 14 | 506 | 113 | 64 |
| Binary | 11100000 | 100111 | 10010001 | 0 | 1010011 | 100011 | 1100 | 101000110 | 1001011 | 110100 |
Color Harmonies of #E02791
Complementary color
Monochromatic Colors of #E02791
Black with #E02791
Text Example
Text Example
White with #E02791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02791; }
p { color: rgb(224,39,145); }
H1.HeaderClassName
{
color: #E02791;
}
.AnyTagClassName
{
color: #E02791;
}
</style>
background-color css
<style>
a { background-color: #E02791; }
a { background-color: rgb(224,39,145); }
div.DivClassName
{
background-color: #E02791;
}
.BgClassName
{
background-color: #E02791;
}
</style>
border-color css
<style>
span { border-color: #E02791; }
span { border-color: rgb(224,39,145); }
td.TdClassName
{
border-color: #E02791;
}
.TagClassName
{
border-color: #E02791;
}
</style>