Shades of Deep Cerise #E0329E
Tints of Deep Cerise #E0329E
RGB
CMYK
RGB Variations
Color information
#E0329E (or 0xE0329E) is known color: Deep Cerise. HEX triplet: E0, 32 and 9E. RGB value is (224,50,158). Sum of RGB (Red+Green+Blue) = 224+50+158=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E0329E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0329E is #1FCD61. Grayscale: #727272. Windows color (decimal): -2084194 or 10367712. OLE color: 10367712.
HSL color Cylindrical-coordinate representation of color #E0329E: hue angle of 322.76º 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 #E0329E is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 158 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.12 |
| HSL | 322.76º | 0.74% | 0.54% | - |
| HSV(B) | 322.76º | 0.78% | 0.88% | - |
| XYZ | 38.05 | 20.6 | 34.32 | - |
| YUV | 114.34 | 152.65 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 158 | 0 | 0.78 | 0.29 | 0.12 | 322.76 | 0.74 | 0.54 |
| Hex | E0 | 32 | 9E | 0 | 4E | 1D | C | 143 | 4A | 36 |
| Octal | 340 | 62 | 236 | 0 | 116 | 35 | 14 | 503 | 112 | 66 |
| Binary | 11100000 | 110010 | 10011110 | 0 | 1001110 | 11101 | 1100 | 101000011 | 1001010 | 110110 |
Color Harmonies of #E0329E
Complementary color
Monochromatic Colors of #E0329E
Black with #E0329E
Text Example
Text Example
White with #E0329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0329E; }
p { color: rgb(224,50,158); }
H1.HeaderClassName
{
color: #E0329E;
}
.AnyTagClassName
{
color: #E0329E;
}
</style>
background-color css
<style>
a { background-color: #E0329E; }
a { background-color: rgb(224,50,158); }
div.DivClassName
{
background-color: #E0329E;
}
.BgClassName
{
background-color: #E0329E;
}
</style>
border-color css
<style>
span { border-color: #E0329E; }
span { border-color: rgb(224,50,158); }
td.TdClassName
{
border-color: #E0329E;
}
.TagClassName
{
border-color: #E0329E;
}
</style>