Shades of Deep Cerise #E0358E
Tints of Deep Cerise #E0358E
RGB
CMYK
RGB Variations
Color information
#E0358E (or 0xE0358E) is known color: Deep Cerise. HEX triplet: E0, 35 and 8E. RGB value is (224,53,142). Sum of RGB (Red+Green+Blue) = 224+53+142=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E0358E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0358E is #1FCA71. Grayscale: #727272. Windows color (decimal): -2083442 or 9319904. OLE color: 9319904.
HSL color Cylindrical-coordinate representation of color #E0358E: hue angle of 328.77º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E0358E is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 142 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.12 |
| HSL | 328.77º | 0.73% | 0.54% | - |
| HSV(B) | 328.77º | 0.76% | 0.88% | - |
| XYZ | 36.9 | 20.35 | 27.57 | - |
| YUV | 114.28 | 143.65 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 142 | 0 | 0.76 | 0.37 | 0.12 | 328.77 | 0.73 | 0.54 |
| Hex | E0 | 35 | 8E | 0 | 4C | 25 | C | 149 | 49 | 36 |
| Octal | 340 | 65 | 216 | 0 | 114 | 45 | 14 | 511 | 111 | 66 |
| Binary | 11100000 | 110101 | 10001110 | 0 | 1001100 | 100101 | 1100 | 101001001 | 1001001 | 110110 |
Color Harmonies of #E0358E
Complementary color
Monochromatic Colors of #E0358E
Black with #E0358E
Text Example
Text Example
White with #E0358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0358E; }
p { color: rgb(224,53,142); }
H1.HeaderClassName
{
color: #E0358E;
}
.AnyTagClassName
{
color: #E0358E;
}
</style>
background-color css
<style>
a { background-color: #E0358E; }
a { background-color: rgb(224,53,142); }
div.DivClassName
{
background-color: #E0358E;
}
.BgClassName
{
background-color: #E0358E;
}
</style>
border-color css
<style>
span { border-color: #E0358E; }
span { border-color: rgb(224,53,142); }
td.TdClassName
{
border-color: #E0358E;
}
.TagClassName
{
border-color: #E0358E;
}
</style>