Shades of Deep Cerise #E02979
Tints of Deep Cerise #E02979
RGB
CMYK
RGB Variations
Color information
#E02979 (or 0xE02979) is known color: Deep Cerise. HEX triplet: E0, 29 and 79. RGB value is (224,41,121). Sum of RGB (Red+Green+Blue) = 224+41+121=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E02979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02979 is #1FD686. Grayscale: #686868. Windows color (decimal): -2086535 or 7940576. OLE color: 7940576.
HSL color Cylindrical-coordinate representation of color #E02979: hue angle of 333.77º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E02979 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 121 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.12 |
| HSL | 333.77º | 0.75% | 0.52% | - |
| HSV(B) | 333.77º | 0.82% | 0.88% | - |
| XYZ | 34.98 | 18.81 | 19.88 | - |
| YUV | 104.84 | 137.13 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 121 | 0 | 0.82 | 0.46 | 0.12 | 333.77 | 0.75 | 0.52 |
| Hex | E0 | 29 | 79 | 0 | 52 | 2E | C | 14E | 4B | 34 |
| Octal | 340 | 51 | 171 | 0 | 122 | 56 | 14 | 516 | 113 | 64 |
| Binary | 11100000 | 101001 | 1111001 | 0 | 1010010 | 101110 | 1100 | 101001110 | 1001011 | 110100 |
Color Harmonies of #E02979
Complementary color
Monochromatic Colors of #E02979
Black with #E02979
Text Example
Text Example
White with #E02979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02979; }
p { color: rgb(224,41,121); }
H1.HeaderClassName
{
color: #E02979;
}
.AnyTagClassName
{
color: #E02979;
}
</style>
background-color css
<style>
a { background-color: #E02979; }
a { background-color: rgb(224,41,121); }
div.DivClassName
{
background-color: #E02979;
}
.BgClassName
{
background-color: #E02979;
}
</style>
border-color css
<style>
span { border-color: #E02979; }
span { border-color: rgb(224,41,121); }
td.TdClassName
{
border-color: #E02979;
}
.TagClassName
{
border-color: #E02979;
}
</style>