Shades of Deep Cerise #E03BA0
Tints of Deep Cerise #E03BA0
RGB
CMYK
RGB Variations
Color information
#E03BA0 (or 0xE03BA0) is known color: Deep Cerise. HEX triplet: E0, 3B and A0. RGB value is (224,59,160). Sum of RGB (Red+Green+Blue) = 224+59+160=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E03BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03BA0 is #1FC45F. Grayscale: #777777. Windows color (decimal): -2081888 or 10501088. OLE color: 10501088.
HSL color Cylindrical-coordinate representation of color #E03BA0: hue angle of 323.27º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03BA0 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 59 | 160 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.12 |
| HSL | 323.27º | 0.73% | 0.55% | - |
| HSV(B) | 323.27º | 0.74% | 0.88% | - |
| XYZ | 38.65 | 21.51 | 35.37 | - |
| YUV | 119.85 | 150.66 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 59 | 160 | 0 | 0.74 | 0.29 | 0.12 | 323.27 | 0.73 | 0.55 |
| Hex | E0 | 3B | A0 | 0 | 4A | 1D | C | 143 | 49 | 37 |
| Octal | 340 | 73 | 240 | 0 | 112 | 35 | 14 | 503 | 111 | 67 |
| Binary | 11100000 | 111011 | 10100000 | 0 | 1001010 | 11101 | 1100 | 101000011 | 1001001 | 110111 |
Color Harmonies of #E03BA0
Complementary color
Monochromatic Colors of #E03BA0
Black with #E03BA0
Text Example
Text Example
White with #E03BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03BA0; }
p { color: rgb(224,59,160); }
H1.HeaderClassName
{
color: #E03BA0;
}
.AnyTagClassName
{
color: #E03BA0;
}
</style>
background-color css
<style>
a { background-color: #E03BA0; }
a { background-color: rgb(224,59,160); }
div.DivClassName
{
background-color: #E03BA0;
}
.BgClassName
{
background-color: #E03BA0;
}
</style>
border-color css
<style>
span { border-color: #E03BA0; }
span { border-color: rgb(224,59,160); }
td.TdClassName
{
border-color: #E03BA0;
}
.TagClassName
{
border-color: #E03BA0;
}
</style>