Shades of Deep Cerise #E03B9A
Tints of Deep Cerise #E03B9A
RGB
CMYK
RGB Variations
Color information
#E03B9A (or 0xE03B9A) is known color: Deep Cerise. HEX triplet: E0, 3B and 9A. RGB value is (224,59,154). Sum of RGB (Red+Green+Blue) = 224+59+154=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 59 (23.44% from 255 or 13.50% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E03B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03B9A is #1FC465. Grayscale: #767676. Windows color (decimal): -2081894 or 10107872. OLE color: 10107872.
HSL color Cylindrical-coordinate representation of color #E03B9A: hue angle of 325.45º 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 #E03B9A is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 59 | 154 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.12 |
| HSL | 325.45º | 0.73% | 0.55% | - |
| HSV(B) | 325.45º | 0.74% | 0.88% | - |
| XYZ | 38.14 | 21.31 | 32.67 | - |
| YUV | 119.17 | 147.66 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 59 | 154 | 0 | 0.74 | 0.31 | 0.12 | 325.45 | 0.73 | 0.55 |
| Hex | E0 | 3B | 9A | 0 | 4A | 1F | C | 145 | 49 | 37 |
| Octal | 340 | 73 | 232 | 0 | 112 | 37 | 14 | 505 | 111 | 67 |
| Binary | 11100000 | 111011 | 10011010 | 0 | 1001010 | 11111 | 1100 | 101000101 | 1001001 | 110111 |
Color Harmonies of #E03B9A
Complementary color
Monochromatic Colors of #E03B9A
Black with #E03B9A
Text Example
Text Example
White with #E03B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03B9A; }
p { color: rgb(224,59,154); }
H1.HeaderClassName
{
color: #E03B9A;
}
.AnyTagClassName
{
color: #E03B9A;
}
</style>
background-color css
<style>
a { background-color: #E03B9A; }
a { background-color: rgb(224,59,154); }
div.DivClassName
{
background-color: #E03B9A;
}
.BgClassName
{
background-color: #E03B9A;
}
</style>
border-color css
<style>
span { border-color: #E03B9A; }
span { border-color: rgb(224,59,154); }
td.TdClassName
{
border-color: #E03B9A;
}
.TagClassName
{
border-color: #E03B9A;
}
</style>