Shades of Deep Cerise #E0358C
Tints of Deep Cerise #E0358C
RGB
CMYK
RGB Variations
Color information
#E0358C (or 0xE0358C) is known color: Deep Cerise. HEX triplet: E0, 35 and 8C. RGB value is (224,53,140). Sum of RGB (Red+Green+Blue) = 224+53+140=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E0358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0358C is #1FCA73. Grayscale: #717171. Windows color (decimal): -2083444 or 9188832. OLE color: 9188832.
HSL color Cylindrical-coordinate representation of color #E0358C: hue angle of 329.47º 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 #E0358C is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 140 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.12 |
| HSL | 329.47º | 0.73% | 0.54% | - |
| HSV(B) | 329.47º | 0.76% | 0.88% | - |
| XYZ | 36.75 | 20.29 | 26.79 | - |
| YUV | 114.05 | 142.65 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 140 | 0 | 0.76 | 0.38 | 0.12 | 329.47 | 0.73 | 0.54 |
| Hex | E0 | 35 | 8C | 0 | 4C | 26 | C | 149 | 49 | 36 |
| Octal | 340 | 65 | 214 | 0 | 114 | 46 | 14 | 511 | 111 | 66 |
| Binary | 11100000 | 110101 | 10001100 | 0 | 1001100 | 100110 | 1100 | 101001001 | 1001001 | 110110 |
Color Harmonies of #E0358C
Complementary color
Monochromatic Colors of #E0358C
Black with #E0358C
Text Example
Text Example
White with #E0358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0358C; }
p { color: rgb(224,53,140); }
H1.HeaderClassName
{
color: #E0358C;
}
.AnyTagClassName
{
color: #E0358C;
}
</style>
background-color css
<style>
a { background-color: #E0358C; }
a { background-color: rgb(224,53,140); }
div.DivClassName
{
background-color: #E0358C;
}
.BgClassName
{
background-color: #E0358C;
}
</style>
border-color css
<style>
span { border-color: #E0358C; }
span { border-color: rgb(224,53,140); }
td.TdClassName
{
border-color: #E0358C;
}
.TagClassName
{
border-color: #E0358C;
}
</style>