Shades of Deep Cerise #E03079
Tints of Deep Cerise #E03079
RGB
CMYK
RGB Variations
Color information
#E03079 (or 0xE03079) is known color: Deep Cerise. HEX triplet: E0, 30 and 79. RGB value is (224,48,121). Sum of RGB (Red+Green+Blue) = 224+48+121=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E03079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03079 is #1FCF86. Grayscale: #6C6C6C. Windows color (decimal): -2084743 or 7942368. OLE color: 7942368.
HSL color Cylindrical-coordinate representation of color #E03079: hue angle of 335.11º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E03079 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 121 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.12 |
| HSL | 335.11º | 0.74% | 0.53% | - |
| HSV(B) | 335.11º | 0.79% | 0.88% | - |
| XYZ | 35.25 | 19.34 | 19.96 | - |
| YUV | 108.95 | 134.81 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 121 | 0 | 0.79 | 0.46 | 0.12 | 335.11 | 0.74 | 0.53 |
| Hex | E0 | 30 | 79 | 0 | 4F | 2E | C | 14F | 4A | 35 |
| Octal | 340 | 60 | 171 | 0 | 117 | 56 | 14 | 517 | 112 | 65 |
| Binary | 11100000 | 110000 | 1111001 | 0 | 1001111 | 101110 | 1100 | 101001111 | 1001010 | 110101 |
Color Harmonies of #E03079
Complementary color
Monochromatic Colors of #E03079
Black with #E03079
Text Example
Text Example
White with #E03079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03079; }
p { color: rgb(224,48,121); }
H1.HeaderClassName
{
color: #E03079;
}
.AnyTagClassName
{
color: #E03079;
}
</style>
background-color css
<style>
a { background-color: #E03079; }
a { background-color: rgb(224,48,121); }
div.DivClassName
{
background-color: #E03079;
}
.BgClassName
{
background-color: #E03079;
}
</style>
border-color css
<style>
span { border-color: #E03079; }
span { border-color: rgb(224,48,121); }
td.TdClassName
{
border-color: #E03079;
}
.TagClassName
{
border-color: #E03079;
}
</style>