Shades of Deep Cerise #E5329E
Tints of Deep Cerise #E5329E
RGB
CMYK
RGB Variations
Color information
#E5329E (or 0xE5329E) is known color: Deep Cerise. HEX triplet: E5, 32 and 9E. RGB value is (229,50,158). Sum of RGB (Red+Green+Blue) = 229+50+158=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E5329E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5329E is #1ACD61. Grayscale: #737373. Windows color (decimal): -1756514 or 10367717. OLE color: 10367717.
HSL color Cylindrical-coordinate representation of color #E5329E: hue angle of 323.8º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5329E is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 158 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.10 |
| HSL | 323.8º | 0.77% | 0.55% | - |
| HSV(B) | 323.8º | 0.78% | 0.9% | - |
| XYZ | 39.63 | 21.41 | 34.39 | - |
| YUV | 115.83 | 151.8 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 158 | 0 | 0.78 | 0.31 | 0.10 | 323.8 | 0.77 | 0.55 |
| Hex | E5 | 32 | 9E | 0 | 4E | 1F | A | 144 | 4D | 37 |
| Octal | 345 | 62 | 236 | 0 | 116 | 37 | 12 | 504 | 115 | 67 |
| Binary | 11100101 | 110010 | 10011110 | 0 | 1001110 | 11111 | 1010 | 101000100 | 1001101 | 110111 |
Color Harmonies of #E5329E
Complementary color
Monochromatic Colors of #E5329E
Black with #E5329E
Text Example
Text Example
White with #E5329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5329E; }
p { color: rgb(229,50,158); }
H1.HeaderClassName
{
color: #E5329E;
}
.AnyTagClassName
{
color: #E5329E;
}
</style>
background-color css
<style>
a { background-color: #E5329E; }
a { background-color: rgb(229,50,158); }
div.DivClassName
{
background-color: #E5329E;
}
.BgClassName
{
background-color: #E5329E;
}
</style>
border-color css
<style>
span { border-color: #E5329E; }
span { border-color: rgb(229,50,158); }
td.TdClassName
{
border-color: #E5329E;
}
.TagClassName
{
border-color: #E5329E;
}
</style>