Shades of Deep Cerise #E0358B
Tints of Deep Cerise #E0358B
RGB
CMYK
RGB Variations
Color information
#E0358B (or 0xE0358B) is known color: Deep Cerise. HEX triplet: E0, 35 and 8B. RGB value is (224,53,139). Sum of RGB (Red+Green+Blue) = 224+53+139=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E0358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0358B is #1FCA74. Grayscale: #717171. Windows color (decimal): -2083445 or 9123296. OLE color: 9123296.
HSL color Cylindrical-coordinate representation of color #E0358B: hue angle of 329.82º 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 #E0358B is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 139 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.12 |
| HSL | 329.82º | 0.73% | 0.54% | - |
| HSV(B) | 329.82º | 0.76% | 0.88% | - |
| XYZ | 36.67 | 20.26 | 26.4 | - |
| YUV | 113.93 | 142.15 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 139 | 0 | 0.76 | 0.38 | 0.12 | 329.82 | 0.73 | 0.54 |
| Hex | E0 | 35 | 8B | 0 | 4C | 26 | C | 14A | 49 | 36 |
| Octal | 340 | 65 | 213 | 0 | 114 | 46 | 14 | 512 | 111 | 66 |
| Binary | 11100000 | 110101 | 10001011 | 0 | 1001100 | 100110 | 1100 | 101001010 | 1001001 | 110110 |
Color Harmonies of #E0358B
Complementary color
Monochromatic Colors of #E0358B
Black with #E0358B
Text Example
Text Example
White with #E0358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0358B; }
p { color: rgb(224,53,139); }
H1.HeaderClassName
{
color: #E0358B;
}
.AnyTagClassName
{
color: #E0358B;
}
</style>
background-color css
<style>
a { background-color: #E0358B; }
a { background-color: rgb(224,53,139); }
div.DivClassName
{
background-color: #E0358B;
}
.BgClassName
{
background-color: #E0358B;
}
</style>
border-color css
<style>
span { border-color: #E0358B; }
span { border-color: rgb(224,53,139); }
td.TdClassName
{
border-color: #E0358B;
}
.TagClassName
{
border-color: #E0358B;
}
</style>