Shades of Deep Cerise #E0358F
Tints of Deep Cerise #E0358F
RGB
CMYK
RGB Variations
Color information
#E0358F (or 0xE0358F) is known color: Deep Cerise. HEX triplet: E0, 35 and 8F. RGB value is (224,53,143). Sum of RGB (Red+Green+Blue) = 224+53+143=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E0358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0358F is #1FCA70. Grayscale: #727272. Windows color (decimal): -2083441 or 9385440. OLE color: 9385440.
HSL color Cylindrical-coordinate representation of color #E0358F: hue angle of 328.42º 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 #E0358F is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 143 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.12 |
| HSL | 328.42º | 0.73% | 0.54% | - |
| HSV(B) | 328.42º | 0.76% | 0.88% | - |
| XYZ | 36.97 | 20.38 | 27.97 | - |
| YUV | 114.39 | 144.15 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 143 | 0 | 0.76 | 0.36 | 0.12 | 328.42 | 0.73 | 0.54 |
| Hex | E0 | 35 | 8F | 0 | 4C | 24 | C | 148 | 49 | 36 |
| Octal | 340 | 65 | 217 | 0 | 114 | 44 | 14 | 510 | 111 | 66 |
| Binary | 11100000 | 110101 | 10001111 | 0 | 1001100 | 100100 | 1100 | 101001000 | 1001001 | 110110 |
Color Harmonies of #E0358F
Complementary color
Monochromatic Colors of #E0358F
Black with #E0358F
Text Example
Text Example
White with #E0358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0358F; }
p { color: rgb(224,53,143); }
H1.HeaderClassName
{
color: #E0358F;
}
.AnyTagClassName
{
color: #E0358F;
}
</style>
background-color css
<style>
a { background-color: #E0358F; }
a { background-color: rgb(224,53,143); }
div.DivClassName
{
background-color: #E0358F;
}
.BgClassName
{
background-color: #E0358F;
}
</style>
border-color css
<style>
span { border-color: #E0358F; }
span { border-color: rgb(224,53,143); }
td.TdClassName
{
border-color: #E0358F;
}
.TagClassName
{
border-color: #E0358F;
}
</style>