Shades of Deep Cerise #E03EA0
Tints of Deep Cerise #E03EA0
RGB
CMYK
RGB Variations
Color information
#E03EA0 (or 0xE03EA0) is known color: Deep Cerise. HEX triplet: E0, 3E and A0. RGB value is (224,62,160). Sum of RGB (Red+Green+Blue) = 224+62+160=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E03EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03EA0 is #1FC15F. Grayscale: #797979. Windows color (decimal): -2081120 or 10501856. OLE color: 10501856.
HSL color Cylindrical-coordinate representation of color #E03EA0: hue angle of 323.7º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E03EA0 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 62 | 160 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.12 |
| HSL | 323.7º | 0.72% | 0.56% | - |
| HSV(B) | 323.7º | 0.72% | 0.88% | - |
| XYZ | 38.81 | 21.83 | 35.43 | - |
| YUV | 121.61 | 149.67 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 62 | 160 | 0 | 0.72 | 0.29 | 0.12 | 323.7 | 0.72 | 0.56 |
| Hex | E0 | 3E | A0 | 0 | 48 | 1D | C | 144 | 48 | 38 |
| Octal | 340 | 76 | 240 | 0 | 110 | 35 | 14 | 504 | 110 | 70 |
| Binary | 11100000 | 111110 | 10100000 | 0 | 1001000 | 11101 | 1100 | 101000100 | 1001000 | 111000 |
Color Harmonies of #E03EA0
Complementary color
Monochromatic Colors of #E03EA0
Black with #E03EA0
Text Example
Text Example
White with #E03EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03EA0; }
p { color: rgb(224,62,160); }
H1.HeaderClassName
{
color: #E03EA0;
}
.AnyTagClassName
{
color: #E03EA0;
}
</style>
background-color css
<style>
a { background-color: #E03EA0; }
a { background-color: rgb(224,62,160); }
div.DivClassName
{
background-color: #E03EA0;
}
.BgClassName
{
background-color: #E03EA0;
}
</style>
border-color css
<style>
span { border-color: #E03EA0; }
span { border-color: rgb(224,62,160); }
td.TdClassName
{
border-color: #E03EA0;
}
.TagClassName
{
border-color: #E03EA0;
}
</style>