Shades of Cerise #E02870
Tints of Cerise #E02870
RGB
CMYK
RGB Variations
Color information
#E02870 (or 0xE02870) is known color: Cerise. HEX triplet: E0, 28 and 70. RGB value is (224,40,112). Sum of RGB (Red+Green+Blue) = 224+40+112=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E02870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02870 is #1FD78F. Grayscale: #676767. Windows color (decimal): -2086800 or 7350496. OLE color: 7350496.
HSL color Cylindrical-coordinate representation of color #E02870: hue angle of 336.52º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E02870 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 112 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.12 |
| HSL | 336.52º | 0.75% | 0.52% | - |
| HSV(B) | 336.52º | 0.82% | 0.88% | - |
| XYZ | 34.42 | 18.53 | 17.09 | - |
| YUV | 103.22 | 132.96 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 112 | 0 | 0.82 | 0.50 | 0.12 | 336.52 | 0.75 | 0.52 |
| Hex | E0 | 28 | 70 | 0 | 52 | 32 | C | 151 | 4B | 34 |
| Octal | 340 | 50 | 160 | 0 | 122 | 62 | 14 | 521 | 113 | 64 |
| Binary | 11100000 | 101000 | 1110000 | 0 | 1010010 | 110010 | 1100 | 101010001 | 1001011 | 110100 |
Color Harmonies of #E02870
Complementary color
Monochromatic Colors of #E02870
Black with #E02870
Text Example
Text Example
White with #E02870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02870; }
p { color: rgb(224,40,112); }
H1.HeaderClassName
{
color: #E02870;
}
.AnyTagClassName
{
color: #E02870;
}
</style>
background-color css
<style>
a { background-color: #E02870; }
a { background-color: rgb(224,40,112); }
div.DivClassName
{
background-color: #E02870;
}
.BgClassName
{
background-color: #E02870;
}
</style>
border-color css
<style>
span { border-color: #E02870; }
span { border-color: rgb(224,40,112); }
td.TdClassName
{
border-color: #E02870;
}
.TagClassName
{
border-color: #E02870;
}
</style>