Shades of Cerise #E02872
Tints of Cerise #E02872
RGB
CMYK
RGB Variations
Color information
#E02872 (or 0xE02872) is known color: Cerise. HEX triplet: E0, 28 and 72. RGB value is (224,40,114). Sum of RGB (Red+Green+Blue) = 224+40+114=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E02872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02872 is #1FD78D. Grayscale: #676767. Windows color (decimal): -2086798 or 7481568. OLE color: 7481568.
HSL color Cylindrical-coordinate representation of color #E02872: hue angle of 335.87º 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 #E02872 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 114 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.12 |
| HSL | 335.87º | 0.75% | 0.52% | - |
| HSV(B) | 335.87º | 0.82% | 0.88% | - |
| XYZ | 34.54 | 18.58 | 17.69 | - |
| YUV | 103.45 | 133.96 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 114 | 0 | 0.82 | 0.49 | 0.12 | 335.87 | 0.75 | 0.52 |
| Hex | E0 | 28 | 72 | 0 | 52 | 31 | C | 150 | 4B | 34 |
| Octal | 340 | 50 | 162 | 0 | 122 | 61 | 14 | 520 | 113 | 64 |
| Binary | 11100000 | 101000 | 1110010 | 0 | 1010010 | 110001 | 1100 | 101010000 | 1001011 | 110100 |
Color Harmonies of #E02872
Complementary color
Monochromatic Colors of #E02872
Black with #E02872
Text Example
Text Example
White with #E02872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02872; }
p { color: rgb(224,40,114); }
H1.HeaderClassName
{
color: #E02872;
}
.AnyTagClassName
{
color: #E02872;
}
</style>
background-color css
<style>
a { background-color: #E02872; }
a { background-color: rgb(224,40,114); }
div.DivClassName
{
background-color: #E02872;
}
.BgClassName
{
background-color: #E02872;
}
</style>
border-color css
<style>
span { border-color: #E02872; }
span { border-color: rgb(224,40,114); }
td.TdClassName
{
border-color: #E02872;
}
.TagClassName
{
border-color: #E02872;
}
</style>