Shades of Deep Cerise #E02576
Tints of Deep Cerise #E02576
RGB
CMYK
RGB Variations
Color information
#E02576 (or 0xE02576) is known color: Deep Cerise. HEX triplet: E0, 25 and 76. RGB value is (224,37,118). Sum of RGB (Red+Green+Blue) = 224+37+118=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E02576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02576 is #1FDA89. Grayscale: #666666. Windows color (decimal): -2087562 or 7742944. OLE color: 7742944.
HSL color Cylindrical-coordinate representation of color #E02576: hue angle of 334.01º 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 #E02576 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 37 | 118 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.12 |
| HSL | 334.01º | 0.75% | 0.51% | - |
| HSV(B) | 334.01º | 0.83% | 0.88% | - |
| XYZ | 34.67 | 18.48 | 18.88 | - |
| YUV | 102.15 | 136.95 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 37 | 118 | 0 | 0.83 | 0.47 | 0.12 | 334.01 | 0.75 | 0.51 |
| Hex | E0 | 25 | 76 | 0 | 53 | 2F | C | 14E | 4B | 33 |
| Octal | 340 | 45 | 166 | 0 | 123 | 57 | 14 | 516 | 113 | 63 |
| Binary | 11100000 | 100101 | 1110110 | 0 | 1010011 | 101111 | 1100 | 101001110 | 1001011 | 110011 |
Color Harmonies of #E02576
Complementary color
Monochromatic Colors of #E02576
Black with #E02576
Text Example
Text Example
White with #E02576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02576; }
p { color: rgb(224,37,118); }
H1.HeaderClassName
{
color: #E02576;
}
.AnyTagClassName
{
color: #E02576;
}
</style>
background-color css
<style>
a { background-color: #E02576; }
a { background-color: rgb(224,37,118); }
div.DivClassName
{
background-color: #E02576;
}
.BgClassName
{
background-color: #E02576;
}
</style>
border-color css
<style>
span { border-color: #E02576; }
span { border-color: rgb(224,37,118); }
td.TdClassName
{
border-color: #E02576;
}
.TagClassName
{
border-color: #E02576;
}
</style>