Shades of Cerise #E02760
Tints of Cerise #E02760
RGB
CMYK
RGB Variations
Color information
#E02760 (or 0xE02760) is known color: Cerise. HEX triplet: E0, 27 and 60. RGB value is (224,39,96). Sum of RGB (Red+Green+Blue) = 224+39+96=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E02760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02760 is #1FD89F. Grayscale: #646464. Windows color (decimal): -2087072 or 6301664. OLE color: 6301664.
HSL color Cylindrical-coordinate representation of color #E02760: hue angle of 341.51º 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 #E02760 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 39 | 96 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.12 |
| HSL | 341.51º | 0.75% | 0.52% | - |
| HSV(B) | 341.51º | 0.83% | 0.88% | - |
| XYZ | 33.58 | 18.14 | 12.8 | - |
| YUV | 100.81 | 125.29 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 96 | 0 | 0.83 | 0.57 | 0.12 | 341.51 | 0.75 | 0.52 |
| Hex | E0 | 27 | 60 | 0 | 53 | 39 | C | 156 | 4B | 34 |
| Octal | 340 | 47 | 140 | 0 | 123 | 71 | 14 | 526 | 113 | 64 |
| Binary | 11100000 | 100111 | 1100000 | 0 | 1010011 | 111001 | 1100 | 101010110 | 1001011 | 110100 |
Color Harmonies of #E02760
Complementary color
Monochromatic Colors of #E02760
Black with #E02760
Text Example
Text Example
White with #E02760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02760; }
p { color: rgb(224,39,96); }
H1.HeaderClassName
{
color: #E02760;
}
.AnyTagClassName
{
color: #E02760;
}
</style>
background-color css
<style>
a { background-color: #E02760; }
a { background-color: rgb(224,39,96); }
div.DivClassName
{
background-color: #E02760;
}
.BgClassName
{
background-color: #E02760;
}
</style>
border-color css
<style>
span { border-color: #E02760; }
span { border-color: rgb(224,39,96); }
td.TdClassName
{
border-color: #E02760;
}
.TagClassName
{
border-color: #E02760;
}
</style>