Shades of Deep Cerise #E02084
Tints of Deep Cerise #E02084
RGB
CMYK
RGB Variations
Color information
#E02084 (or 0xE02084) is known color: Deep Cerise. HEX triplet: E0, 20 and 84. RGB value is (224,32,132). Sum of RGB (Red+Green+Blue) = 224+32+132=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E02084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02084 is #1FDF7B. Grayscale: #646464. Windows color (decimal): -2088828 or 8659168. OLE color: 8659168.
HSL color Cylindrical-coordinate representation of color #E02084: hue angle of 328.75º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E02084 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 132 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.12 |
| HSL | 328.75º | 0.76% | 0.5% | - |
| HSV(B) | 328.75º | 0.86% | 0.88% | - |
| XYZ | 35.42 | 18.55 | 23.54 | - |
| YUV | 100.81 | 145.61 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 132 | 0 | 0.86 | 0.41 | 0.12 | 328.75 | 0.76 | 0.5 |
| Hex | E0 | 20 | 84 | 0 | 56 | 29 | C | 149 | 4C | 32 |
| Octal | 340 | 40 | 204 | 0 | 126 | 51 | 14 | 511 | 114 | 62 |
| Binary | 11100000 | 100000 | 10000100 | 0 | 1010110 | 101001 | 1100 | 101001001 | 1001100 | 110010 |
Color Harmonies of #E02084
Complementary color
Monochromatic Colors of #E02084
Black with #E02084
Text Example
Text Example
White with #E02084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02084; }
p { color: rgb(224,32,132); }
H1.HeaderClassName
{
color: #E02084;
}
.AnyTagClassName
{
color: #E02084;
}
</style>
background-color css
<style>
a { background-color: #E02084; }
a { background-color: rgb(224,32,132); }
div.DivClassName
{
background-color: #E02084;
}
.BgClassName
{
background-color: #E02084;
}
</style>
border-color css
<style>
span { border-color: #E02084; }
span { border-color: rgb(224,32,132); }
td.TdClassName
{
border-color: #E02084;
}
.TagClassName
{
border-color: #E02084;
}
</style>