Shades of Deep Cerise #E039A2
Tints of Deep Cerise #E039A2
RGB
CMYK
RGB Variations
Color information
#E039A2 (or 0xE039A2) is known color: Deep Cerise. HEX triplet: E0, 39 and A2. RGB value is (224,57,162). Sum of RGB (Red+Green+Blue) = 224+57+162=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E039A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E039A2 is #1FC65D. Grayscale: #767676. Windows color (decimal): -2082398 or 10631648. OLE color: 10631648.
HSL color Cylindrical-coordinate representation of color #E039A2: hue angle of 322.28º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E039A2 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 57 | 162 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.12 |
| HSL | 322.28º | 0.73% | 0.55% | - |
| HSV(B) | 322.28º | 0.75% | 0.88% | - |
| XYZ | 38.73 | 21.38 | 36.27 | - |
| YUV | 118.9 | 152.33 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 57 | 162 | 0 | 0.75 | 0.28 | 0.12 | 322.28 | 0.73 | 0.55 |
| Hex | E0 | 39 | A2 | 0 | 4B | 1C | C | 142 | 49 | 37 |
| Octal | 340 | 71 | 242 | 0 | 113 | 34 | 14 | 502 | 111 | 67 |
| Binary | 11100000 | 111001 | 10100010 | 0 | 1001011 | 11100 | 1100 | 101000010 | 1001001 | 110111 |
Color Harmonies of #E039A2
Complementary color
Monochromatic Colors of #E039A2
Black with #E039A2
Text Example
Text Example
White with #E039A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E039A2; }
p { color: rgb(224,57,162); }
H1.HeaderClassName
{
color: #E039A2;
}
.AnyTagClassName
{
color: #E039A2;
}
</style>
background-color css
<style>
a { background-color: #E039A2; }
a { background-color: rgb(224,57,162); }
div.DivClassName
{
background-color: #E039A2;
}
.BgClassName
{
background-color: #E039A2;
}
</style>
border-color css
<style>
span { border-color: #E039A2; }
span { border-color: rgb(224,57,162); }
td.TdClassName
{
border-color: #E039A2;
}
.TagClassName
{
border-color: #E039A2;
}
</style>