Shades of Deep Cerise #E03DA8
Tints of Deep Cerise #E03DA8
RGB
CMYK
RGB Variations
Color information
#E03DA8 (or 0xE03DA8) is known color: Deep Cerise. HEX triplet: E0, 3D and A8. RGB value is (224,61,168). Sum of RGB (Red+Green+Blue) = 224+61+168=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E03DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03DA8 is #1FC257. Grayscale: #797979. Windows color (decimal): -2081368 or 11025888. OLE color: 11025888.
HSL color Cylindrical-coordinate representation of color #E03DA8: hue angle of 320.61º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03DA8 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 168 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.12 |
| HSL | 320.61º | 0.72% | 0.56% | - |
| HSV(B) | 320.61º | 0.73% | 0.88% | - |
| XYZ | 39.48 | 22.01 | 39.21 | - |
| YUV | 121.94 | 154 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 168 | 0 | 0.73 | 0.25 | 0.12 | 320.61 | 0.72 | 0.56 |
| Hex | E0 | 3D | A8 | 0 | 49 | 19 | C | 141 | 48 | 38 |
| Octal | 340 | 75 | 250 | 0 | 111 | 31 | 14 | 501 | 110 | 70 |
| Binary | 11100000 | 111101 | 10101000 | 0 | 1001001 | 11001 | 1100 | 101000001 | 1001000 | 111000 |
Color Harmonies of #E03DA8
Complementary color
Monochromatic Colors of #E03DA8
Black with #E03DA8
Text Example
Text Example
White with #E03DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03DA8; }
p { color: rgb(224,61,168); }
H1.HeaderClassName
{
color: #E03DA8;
}
.AnyTagClassName
{
color: #E03DA8;
}
</style>
background-color css
<style>
a { background-color: #E03DA8; }
a { background-color: rgb(224,61,168); }
div.DivClassName
{
background-color: #E03DA8;
}
.BgClassName
{
background-color: #E03DA8;
}
</style>
border-color css
<style>
span { border-color: #E03DA8; }
span { border-color: rgb(224,61,168); }
td.TdClassName
{
border-color: #E03DA8;
}
.TagClassName
{
border-color: #E03DA8;
}
</style>