Shades of Deep Cerise #E03DA6
Tints of Deep Cerise #E03DA6
RGB
CMYK
RGB Variations
Color information
#E03DA6 (or 0xE03DA6) is known color: Deep Cerise. HEX triplet: E0, 3D and A6. RGB value is (224,61,166). Sum of RGB (Red+Green+Blue) = 224+61+166=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E03DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03DA6 is #1FC259. Grayscale: #797979. Windows color (decimal): -2081370 or 10894816. OLE color: 10894816.
HSL color Cylindrical-coordinate representation of color #E03DA6: hue angle of 321.35º 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 #E03DA6 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 166 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.12 |
| HSL | 321.35º | 0.72% | 0.56% | - |
| HSV(B) | 321.35º | 0.73% | 0.88% | - |
| XYZ | 39.29 | 21.94 | 38.24 | - |
| YUV | 121.71 | 153 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 166 | 0 | 0.73 | 0.26 | 0.12 | 321.35 | 0.72 | 0.56 |
| Hex | E0 | 3D | A6 | 0 | 49 | 1A | C | 141 | 48 | 38 |
| Octal | 340 | 75 | 246 | 0 | 111 | 32 | 14 | 501 | 110 | 70 |
| Binary | 11100000 | 111101 | 10100110 | 0 | 1001001 | 11010 | 1100 | 101000001 | 1001000 | 111000 |
Color Harmonies of #E03DA6
Complementary color
Monochromatic Colors of #E03DA6
Black with #E03DA6
Text Example
Text Example
White with #E03DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03DA6; }
p { color: rgb(224,61,166); }
H1.HeaderClassName
{
color: #E03DA6;
}
.AnyTagClassName
{
color: #E03DA6;
}
</style>
background-color css
<style>
a { background-color: #E03DA6; }
a { background-color: rgb(224,61,166); }
div.DivClassName
{
background-color: #E03DA6;
}
.BgClassName
{
background-color: #E03DA6;
}
</style>
border-color css
<style>
span { border-color: #E03DA6; }
span { border-color: rgb(224,61,166); }
td.TdClassName
{
border-color: #E03DA6;
}
.TagClassName
{
border-color: #E03DA6;
}
</style>