Shades of Cerise #E02660
Tints of Cerise #E02660
RGB
CMYK
RGB Variations
Color information
#E02660 (or 0xE02660) is known color: Cerise. HEX triplet: E0, 26 and 60. RGB value is (224,38,96). Sum of RGB (Red+Green+Blue) = 224+38+96=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E02660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02660 is #1FD99F. Grayscale: #646464. Windows color (decimal): -2087328 or 6301408. OLE color: 6301408.
HSL color Cylindrical-coordinate representation of color #E02660: hue angle of 341.29º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E02660 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 38 | 96 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.12 |
| HSL | 341.29º | 0.75% | 0.51% | - |
| HSV(B) | 341.29º | 0.83% | 0.88% | - |
| XYZ | 33.54 | 18.08 | 12.79 | - |
| YUV | 100.23 | 125.62 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 38 | 96 | 0 | 0.83 | 0.57 | 0.12 | 341.29 | 0.75 | 0.51 |
| Hex | E0 | 26 | 60 | 0 | 53 | 39 | C | 155 | 4B | 33 |
| Octal | 340 | 46 | 140 | 0 | 123 | 71 | 14 | 525 | 113 | 63 |
| Binary | 11100000 | 100110 | 1100000 | 0 | 1010011 | 111001 | 1100 | 101010101 | 1001011 | 110011 |
Color Harmonies of #E02660
Complementary color
Monochromatic Colors of #E02660
Black with #E02660
Text Example
Text Example
White with #E02660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02660; }
p { color: rgb(224,38,96); }
H1.HeaderClassName
{
color: #E02660;
}
.AnyTagClassName
{
color: #E02660;
}
</style>
background-color css
<style>
a { background-color: #E02660; }
a { background-color: rgb(224,38,96); }
div.DivClassName
{
background-color: #E02660;
}
.BgClassName
{
background-color: #E02660;
}
</style>
border-color css
<style>
span { border-color: #E02660; }
span { border-color: rgb(224,38,96); }
td.TdClassName
{
border-color: #E02660;
}
.TagClassName
{
border-color: #E02660;
}
</style>