Shades of Deep Cerise #E0329B
Tints of Deep Cerise #E0329B
RGB
CMYK
RGB Variations
Color information
#E0329B (or 0xE0329B) is known color: Deep Cerise. HEX triplet: E0, 32 and 9B. RGB value is (224,50,155). Sum of RGB (Red+Green+Blue) = 224+50+155=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E0329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0329B is #1FCD64. Grayscale: #717171. Windows color (decimal): -2084197 or 10171104. OLE color: 10171104.
HSL color Cylindrical-coordinate representation of color #E0329B: hue angle of 323.79º 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 #E0329B is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 155 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.12 |
| HSL | 323.79º | 0.74% | 0.54% | - |
| HSV(B) | 323.79º | 0.78% | 0.88% | - |
| XYZ | 37.8 | 20.5 | 32.97 | - |
| YUV | 114 | 151.15 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 155 | 0 | 0.78 | 0.31 | 0.12 | 323.79 | 0.74 | 0.54 |
| Hex | E0 | 32 | 9B | 0 | 4E | 1F | C | 144 | 4A | 36 |
| Octal | 340 | 62 | 233 | 0 | 116 | 37 | 14 | 504 | 112 | 66 |
| Binary | 11100000 | 110010 | 10011011 | 0 | 1001110 | 11111 | 1100 | 101000100 | 1001010 | 110110 |
Color Harmonies of #E0329B
Complementary color
Monochromatic Colors of #E0329B
Black with #E0329B
Text Example
Text Example
White with #E0329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0329B; }
p { color: rgb(224,50,155); }
H1.HeaderClassName
{
color: #E0329B;
}
.AnyTagClassName
{
color: #E0329B;
}
</style>
background-color css
<style>
a { background-color: #E0329B; }
a { background-color: rgb(224,50,155); }
div.DivClassName
{
background-color: #E0329B;
}
.BgClassName
{
background-color: #E0329B;
}
</style>
border-color css
<style>
span { border-color: #E0329B; }
span { border-color: rgb(224,50,155); }
td.TdClassName
{
border-color: #E0329B;
}
.TagClassName
{
border-color: #E0329B;
}
</style>