Shades of Deep Cerise #E02C79
Tints of Deep Cerise #E02C79
RGB
CMYK
RGB Variations
Color information
#E02C79 (or 0xE02C79) is known color: Deep Cerise. HEX triplet: E0, 2C and 79. RGB value is (224,44,121). Sum of RGB (Red+Green+Blue) = 224+44+121=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02C79 is #1FD386. Grayscale: #6A6A6A. Windows color (decimal): -2085767 or 7941344. OLE color: 7941344.
HSL color Cylindrical-coordinate representation of color #E02C79: hue angle of 334.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02C79 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 121 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.12 |
| HSL | 334.33º | 0.74% | 0.53% | - |
| HSV(B) | 334.33º | 0.8% | 0.88% | - |
| XYZ | 35.09 | 19.03 | 19.91 | - |
| YUV | 106.6 | 136.13 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 121 | 0 | 0.80 | 0.46 | 0.12 | 334.33 | 0.74 | 0.53 |
| Hex | E0 | 2C | 79 | 0 | 50 | 2E | C | 14E | 4A | 35 |
| Octal | 340 | 54 | 171 | 0 | 120 | 56 | 14 | 516 | 112 | 65 |
| Binary | 11100000 | 101100 | 1111001 | 0 | 1010000 | 101110 | 1100 | 101001110 | 1001010 | 110101 |
Color Harmonies of #E02C79
Complementary color
Monochromatic Colors of #E02C79
Black with #E02C79
Text Example
Text Example
White with #E02C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C79; }
p { color: rgb(224,44,121); }
H1.HeaderClassName
{
color: #E02C79;
}
.AnyTagClassName
{
color: #E02C79;
}
</style>
background-color css
<style>
a { background-color: #E02C79; }
a { background-color: rgb(224,44,121); }
div.DivClassName
{
background-color: #E02C79;
}
.BgClassName
{
background-color: #E02C79;
}
</style>
border-color css
<style>
span { border-color: #E02C79; }
span { border-color: rgb(224,44,121); }
td.TdClassName
{
border-color: #E02C79;
}
.TagClassName
{
border-color: #E02C79;
}
</style>