Shades of Deep Cerise #E4329C
Tints of Deep Cerise #E4329C
RGB
CMYK
RGB Variations
Color information
#E4329C (or 0xE4329C) is known color: Deep Cerise. HEX triplet: E4, 32 and 9C. RGB value is (228,50,156). Sum of RGB (Red+Green+Blue) = 228+50+156=434 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.53% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 228 - color contains mainly: red. Hex color #E4329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E4329C is #1BCD63. Grayscale: #737373. Windows color (decimal): -1822052 or 10236644. OLE color: 10236644.
HSL color Cylindrical-coordinate representation of color #E4329C: hue angle of 324.27º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E4329C is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 50 | 156 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.11 |
| HSL | 324.27º | 0.77% | 0.55% | - |
| HSV(B) | 324.27º | 0.78% | 0.89% | - |
| XYZ | 39.14 | 21.18 | 33.48 | - |
| YUV | 115.31 | 150.97 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 50 | 156 | 0 | 0.78 | 0.32 | 0.11 | 324.27 | 0.77 | 0.55 |
| Hex | E4 | 32 | 9C | 0 | 4E | 20 | B | 144 | 4D | 37 |
| Octal | 344 | 62 | 234 | 0 | 116 | 40 | 13 | 504 | 115 | 67 |
| Binary | 11100100 | 110010 | 10011100 | 0 | 1001110 | 100000 | 1011 | 101000100 | 1001101 | 110111 |
Color Harmonies of #E4329C
Complementary color
Monochromatic Colors of #E4329C
Black with #E4329C
Text Example
Text Example
White with #E4329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4329C; }
p { color: rgb(228,50,156); }
H1.HeaderClassName
{
color: #E4329C;
}
.AnyTagClassName
{
color: #E4329C;
}
</style>
background-color css
<style>
a { background-color: #E4329C; }
a { background-color: rgb(228,50,156); }
div.DivClassName
{
background-color: #E4329C;
}
.BgClassName
{
background-color: #E4329C;
}
</style>
border-color css
<style>
span { border-color: #E4329C; }
span { border-color: rgb(228,50,156); }
td.TdClassName
{
border-color: #E4329C;
}
.TagClassName
{
border-color: #E4329C;
}
</style>