Shades of Deep Cerise #E0328E
Tints of Deep Cerise #E0328E
RGB
CMYK
RGB Variations
Color information
#E0328E (or 0xE0328E) is known color: Deep Cerise. HEX triplet: E0, 32 and 8E. RGB value is (224,50,142). Sum of RGB (Red+Green+Blue) = 224+50+142=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E0328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0328E is #1FCD71. Grayscale: #707070. Windows color (decimal): -2084210 or 9319136. OLE color: 9319136.
HSL color Cylindrical-coordinate representation of color #E0328E: hue angle of 328.28º 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 #E0328E is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 142 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.12 |
| HSL | 328.28º | 0.74% | 0.54% | - |
| HSV(B) | 328.28º | 0.78% | 0.88% | - |
| XYZ | 36.76 | 20.08 | 27.53 | - |
| YUV | 112.51 | 144.65 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 142 | 0 | 0.78 | 0.37 | 0.12 | 328.28 | 0.74 | 0.54 |
| Hex | E0 | 32 | 8E | 0 | 4E | 25 | C | 148 | 4A | 36 |
| Octal | 340 | 62 | 216 | 0 | 116 | 45 | 14 | 510 | 112 | 66 |
| Binary | 11100000 | 110010 | 10001110 | 0 | 1001110 | 100101 | 1100 | 101001000 | 1001010 | 110110 |
Color Harmonies of #E0328E
Complementary color
Monochromatic Colors of #E0328E
Black with #E0328E
Text Example
Text Example
White with #E0328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0328E; }
p { color: rgb(224,50,142); }
H1.HeaderClassName
{
color: #E0328E;
}
.AnyTagClassName
{
color: #E0328E;
}
</style>
background-color css
<style>
a { background-color: #E0328E; }
a { background-color: rgb(224,50,142); }
div.DivClassName
{
background-color: #E0328E;
}
.BgClassName
{
background-color: #E0328E;
}
</style>
border-color css
<style>
span { border-color: #E0328E; }
span { border-color: rgb(224,50,142); }
td.TdClassName
{
border-color: #E0328E;
}
.TagClassName
{
border-color: #E0328E;
}
</style>