Shades of Deep Cerise #E02790
Tints of Deep Cerise #E02790
RGB
CMYK
RGB Variations
Color information
#E02790 (or 0xE02790) is known color: Deep Cerise. HEX triplet: E0, 27 and 90. RGB value is (224,39,144). Sum of RGB (Red+Green+Blue) = 224+39+144=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E02790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02790 is #1FD86F. Grayscale: #6A6A6A. Windows color (decimal): -2087024 or 9447392. OLE color: 9447392.
HSL color Cylindrical-coordinate representation of color #E02790: hue angle of 325.95º 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 #E02790 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 39 | 144 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.12 |
| HSL | 325.95º | 0.75% | 0.52% | - |
| HSV(B) | 325.95º | 0.83% | 0.88% | - |
| XYZ | 36.5 | 19.31 | 28.19 | - |
| YUV | 106.29 | 149.29 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 144 | 0 | 0.83 | 0.36 | 0.12 | 325.95 | 0.75 | 0.52 |
| Hex | E0 | 27 | 90 | 0 | 53 | 24 | C | 146 | 4B | 34 |
| Octal | 340 | 47 | 220 | 0 | 123 | 44 | 14 | 506 | 113 | 64 |
| Binary | 11100000 | 100111 | 10010000 | 0 | 1010011 | 100100 | 1100 | 101000110 | 1001011 | 110100 |
Color Harmonies of #E02790
Complementary color
Monochromatic Colors of #E02790
Black with #E02790
Text Example
Text Example
White with #E02790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02790; }
p { color: rgb(224,39,144); }
H1.HeaderClassName
{
color: #E02790;
}
.AnyTagClassName
{
color: #E02790;
}
</style>
background-color css
<style>
a { background-color: #E02790; }
a { background-color: rgb(224,39,144); }
div.DivClassName
{
background-color: #E02790;
}
.BgClassName
{
background-color: #E02790;
}
</style>
border-color css
<style>
span { border-color: #E02790; }
span { border-color: rgb(224,39,144); }
td.TdClassName
{
border-color: #E02790;
}
.TagClassName
{
border-color: #E02790;
}
</style>