Shades of Deep Cerise #E02284
Tints of Deep Cerise #E02284
RGB
CMYK
RGB Variations
Color information
#E02284 (or 0xE02284) is known color: Deep Cerise. HEX triplet: E0, 22 and 84. RGB value is (224,34,132). Sum of RGB (Red+Green+Blue) = 224+34+132=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E02284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02284 is #1FDD7B. Grayscale: #656565. Windows color (decimal): -2088316 or 8659680. OLE color: 8659680.
HSL color Cylindrical-coordinate representation of color #E02284: hue angle of 329.05º 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 #E02284 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 132 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.12 |
| HSL | 329.05º | 0.75% | 0.51% | - |
| HSV(B) | 329.05º | 0.85% | 0.88% | - |
| XYZ | 35.48 | 18.66 | 23.56 | - |
| YUV | 101.98 | 144.95 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 132 | 0 | 0.85 | 0.41 | 0.12 | 329.05 | 0.75 | 0.51 |
| Hex | E0 | 22 | 84 | 0 | 55 | 29 | C | 149 | 4B | 33 |
| Octal | 340 | 42 | 204 | 0 | 125 | 51 | 14 | 511 | 113 | 63 |
| Binary | 11100000 | 100010 | 10000100 | 0 | 1010101 | 101001 | 1100 | 101001001 | 1001011 | 110011 |
Color Harmonies of #E02284
Complementary color
Monochromatic Colors of #E02284
Black with #E02284
Text Example
Text Example
White with #E02284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02284; }
p { color: rgb(224,34,132); }
H1.HeaderClassName
{
color: #E02284;
}
.AnyTagClassName
{
color: #E02284;
}
</style>
background-color css
<style>
a { background-color: #E02284; }
a { background-color: rgb(224,34,132); }
div.DivClassName
{
background-color: #E02284;
}
.BgClassName
{
background-color: #E02284;
}
</style>
border-color css
<style>
span { border-color: #E02284; }
span { border-color: rgb(224,34,132); }
td.TdClassName
{
border-color: #E02284;
}
.TagClassName
{
border-color: #E02284;
}
</style>