Shades of Deep Cerise #E03286
Tints of Deep Cerise #E03286
RGB
CMYK
RGB Variations
Color information
#E03286 (or 0xE03286) is known color: Deep Cerise. HEX triplet: E0, 32 and 86. RGB value is (224,50,134). Sum of RGB (Red+Green+Blue) = 224+50+134=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E03286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03286 is #1FCD79. Grayscale: #6F6F6F. Windows color (decimal): -2084218 or 8794848. OLE color: 8794848.
HSL color Cylindrical-coordinate representation of color #E03286: hue angle of 331.03º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E03286 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 134 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.12 |
| HSL | 331.03º | 0.74% | 0.54% | - |
| HSV(B) | 331.03º | 0.78% | 0.88% | - |
| XYZ | 36.18 | 19.85 | 24.48 | - |
| YUV | 111.6 | 140.65 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 134 | 0 | 0.78 | 0.40 | 0.12 | 331.03 | 0.74 | 0.54 |
| Hex | E0 | 32 | 86 | 0 | 4E | 28 | C | 14B | 4A | 36 |
| Octal | 340 | 62 | 206 | 0 | 116 | 50 | 14 | 513 | 112 | 66 |
| Binary | 11100000 | 110010 | 10000110 | 0 | 1001110 | 101000 | 1100 | 101001011 | 1001010 | 110110 |
Color Harmonies of #E03286
Complementary color
Monochromatic Colors of #E03286
Black with #E03286
Text Example
Text Example
White with #E03286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03286; }
p { color: rgb(224,50,134); }
H1.HeaderClassName
{
color: #E03286;
}
.AnyTagClassName
{
color: #E03286;
}
</style>
background-color css
<style>
a { background-color: #E03286; }
a { background-color: rgb(224,50,134); }
div.DivClassName
{
background-color: #E03286;
}
.BgClassName
{
background-color: #E03286;
}
</style>
border-color css
<style>
span { border-color: #E03286; }
span { border-color: rgb(224,50,134); }
td.TdClassName
{
border-color: #E03286;
}
.TagClassName
{
border-color: #E03286;
}
</style>