Shades of Deep Cerise #E03086
Tints of Deep Cerise #E03086
RGB
CMYK
RGB Variations
Color information
#E03086 (or 0xE03086) is known color: Deep Cerise. HEX triplet: E0, 30 and 86. RGB value is (224,48,134). Sum of RGB (Red+Green+Blue) = 224+48+134=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E03086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03086 is #1FCF79. Grayscale: #6E6E6E. Windows color (decimal): -2084730 or 8794336. OLE color: 8794336.
HSL color Cylindrical-coordinate representation of color #E03086: hue angle of 330.68º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E03086 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 134 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.12 |
| HSL | 330.68º | 0.74% | 0.53% | - |
| HSV(B) | 330.68º | 0.79% | 0.88% | - |
| XYZ | 36.1 | 19.68 | 24.45 | - |
| YUV | 110.43 | 141.31 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 134 | 0 | 0.79 | 0.40 | 0.12 | 330.68 | 0.74 | 0.53 |
| Hex | E0 | 30 | 86 | 0 | 4F | 28 | C | 14B | 4A | 35 |
| Octal | 340 | 60 | 206 | 0 | 117 | 50 | 14 | 513 | 112 | 65 |
| Binary | 11100000 | 110000 | 10000110 | 0 | 1001111 | 101000 | 1100 | 101001011 | 1001010 | 110101 |
Color Harmonies of #E03086
Complementary color
Monochromatic Colors of #E03086
Black with #E03086
Text Example
Text Example
White with #E03086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03086; }
p { color: rgb(224,48,134); }
H1.HeaderClassName
{
color: #E03086;
}
.AnyTagClassName
{
color: #E03086;
}
</style>
background-color css
<style>
a { background-color: #E03086; }
a { background-color: rgb(224,48,134); }
div.DivClassName
{
background-color: #E03086;
}
.BgClassName
{
background-color: #E03086;
}
</style>
border-color css
<style>
span { border-color: #E03086; }
span { border-color: rgb(224,48,134); }
td.TdClassName
{
border-color: #E03086;
}
.TagClassName
{
border-color: #E03086;
}
</style>