Shades of Deep Cerise #E02279
Tints of Deep Cerise #E02279
RGB
CMYK
RGB Variations
Color information
#E02279 (or 0xE02279) is known color: Deep Cerise. HEX triplet: E0, 22 and 79. RGB value is (224,34,121). Sum of RGB (Red+Green+Blue) = 224+34+121=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E02279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02279 is #1FDD86. Grayscale: #646464. Windows color (decimal): -2088327 or 7938784. OLE color: 7938784.
HSL color Cylindrical-coordinate representation of color #E02279: hue angle of 332.53º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02279 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 121 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.12 |
| HSL | 332.53º | 0.75% | 0.51% | - |
| HSV(B) | 332.53º | 0.85% | 0.88% | - |
| XYZ | 34.76 | 18.37 | 19.8 | - |
| YUV | 100.73 | 139.45 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 121 | 0 | 0.85 | 0.46 | 0.12 | 332.53 | 0.75 | 0.51 |
| Hex | E0 | 22 | 79 | 0 | 55 | 2E | C | 14D | 4B | 33 |
| Octal | 340 | 42 | 171 | 0 | 125 | 56 | 14 | 515 | 113 | 63 |
| Binary | 11100000 | 100010 | 1111001 | 0 | 1010101 | 101110 | 1100 | 101001101 | 1001011 | 110011 |
Color Harmonies of #E02279
Complementary color
Monochromatic Colors of #E02279
Black with #E02279
Text Example
Text Example
White with #E02279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02279; }
p { color: rgb(224,34,121); }
H1.HeaderClassName
{
color: #E02279;
}
.AnyTagClassName
{
color: #E02279;
}
</style>
background-color css
<style>
a { background-color: #E02279; }
a { background-color: rgb(224,34,121); }
div.DivClassName
{
background-color: #E02279;
}
.BgClassName
{
background-color: #E02279;
}
</style>
border-color css
<style>
span { border-color: #E02279; }
span { border-color: rgb(224,34,121); }
td.TdClassName
{
border-color: #E02279;
}
.TagClassName
{
border-color: #E02279;
}
</style>