Shades of Deep Cerise #E03FA9
Tints of Deep Cerise #E03FA9
RGB
CMYK
RGB Variations
Color information
#E03FA9 (or 0xE03FA9) is known color: Deep Cerise. HEX triplet: E0, 3F and A9. RGB value is (224,63,169). Sum of RGB (Red+Green+Blue) = 224+63+169=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E03FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03FA9 is #1FC056. Grayscale: #7A7A7A. Windows color (decimal): -2080855 or 11091936. OLE color: 11091936.
HSL color Cylindrical-coordinate representation of color #E03FA9: hue angle of 320.5º 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 #E03FA9 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 169 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.12 |
| HSL | 320.5º | 0.72% | 0.56% | - |
| HSV(B) | 320.5º | 0.72% | 0.88% | - |
| XYZ | 39.68 | 22.27 | 39.74 | - |
| YUV | 123.22 | 153.84 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 169 | 0 | 0.72 | 0.25 | 0.12 | 320.5 | 0.72 | 0.56 |
| Hex | E0 | 3F | A9 | 0 | 48 | 19 | C | 140 | 48 | 38 |
| Octal | 340 | 77 | 251 | 0 | 110 | 31 | 14 | 500 | 110 | 70 |
| Binary | 11100000 | 111111 | 10101001 | 0 | 1001000 | 11001 | 1100 | 101000000 | 1001000 | 111000 |
Color Harmonies of #E03FA9
Complementary color
Monochromatic Colors of #E03FA9
Black with #E03FA9
Text Example
Text Example
White with #E03FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03FA9; }
p { color: rgb(224,63,169); }
H1.HeaderClassName
{
color: #E03FA9;
}
.AnyTagClassName
{
color: #E03FA9;
}
</style>
background-color css
<style>
a { background-color: #E03FA9; }
a { background-color: rgb(224,63,169); }
div.DivClassName
{
background-color: #E03FA9;
}
.BgClassName
{
background-color: #E03FA9;
}
</style>
border-color css
<style>
span { border-color: #E03FA9; }
span { border-color: rgb(224,63,169); }
td.TdClassName
{
border-color: #E03FA9;
}
.TagClassName
{
border-color: #E03FA9;
}
</style>