Shades of Deep Cerise #E03FA5
Tints of Deep Cerise #E03FA5
RGB
CMYK
RGB Variations
Color information
#E03FA5 (or 0xE03FA5) is known color: Deep Cerise. HEX triplet: E0, 3F and A5. RGB value is (224,63,165). Sum of RGB (Red+Green+Blue) = 224+63+165=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E03FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03FA5 is #1FC05A. Grayscale: #7A7A7A. Windows color (decimal): -2080859 or 10829792. OLE color: 10829792.
HSL color Cylindrical-coordinate representation of color #E03FA5: hue angle of 321.99º 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 #E03FA5 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 165 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.12 |
| HSL | 321.99º | 0.72% | 0.56% | - |
| HSV(B) | 321.99º | 0.72% | 0.88% | - |
| XYZ | 39.31 | 22.12 | 37.79 | - |
| YUV | 122.77 | 151.84 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 165 | 0 | 0.72 | 0.26 | 0.12 | 321.99 | 0.72 | 0.56 |
| Hex | E0 | 3F | A5 | 0 | 48 | 1A | C | 142 | 48 | 38 |
| Octal | 340 | 77 | 245 | 0 | 110 | 32 | 14 | 502 | 110 | 70 |
| Binary | 11100000 | 111111 | 10100101 | 0 | 1001000 | 11010 | 1100 | 101000010 | 1001000 | 111000 |
Color Harmonies of #E03FA5
Complementary color
Monochromatic Colors of #E03FA5
Black with #E03FA5
Text Example
Text Example
White with #E03FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03FA5; }
p { color: rgb(224,63,165); }
H1.HeaderClassName
{
color: #E03FA5;
}
.AnyTagClassName
{
color: #E03FA5;
}
</style>
background-color css
<style>
a { background-color: #E03FA5; }
a { background-color: rgb(224,63,165); }
div.DivClassName
{
background-color: #E03FA5;
}
.BgClassName
{
background-color: #E03FA5;
}
</style>
border-color css
<style>
span { border-color: #E03FA5; }
span { border-color: rgb(224,63,165); }
td.TdClassName
{
border-color: #E03FA5;
}
.TagClassName
{
border-color: #E03FA5;
}
</style>