Shades of Deep Cerise #E52C9C
Tints of Deep Cerise #E52C9C
RGB
CMYK
RGB Variations
Color information
#E52C9C (or 0xE52C9C) is known color: Deep Cerise. HEX triplet: E5, 2C and 9C. RGB value is (229,44,156). Sum of RGB (Red+Green+Blue) = 229+44+156=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52C9C is #1AD363. Grayscale: #6F6F6F. Windows color (decimal): -1758052 or 10235109. OLE color: 10235109.
HSL color Cylindrical-coordinate representation of color #E52C9C: hue angle of 323.68º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52C9C is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 156 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.10 |
| HSL | 323.68º | 0.78% | 0.54% | - |
| HSV(B) | 323.68º | 0.81% | 0.9% | - |
| XYZ | 39.21 | 20.86 | 33.41 | - |
| YUV | 112.08 | 152.79 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 156 | 0 | 0.81 | 0.32 | 0.10 | 323.68 | 0.78 | 0.54 |
| Hex | E5 | 2C | 9C | 0 | 51 | 20 | A | 144 | 4E | 36 |
| Octal | 345 | 54 | 234 | 0 | 121 | 40 | 12 | 504 | 116 | 66 |
| Binary | 11100101 | 101100 | 10011100 | 0 | 1010001 | 100000 | 1010 | 101000100 | 1001110 | 110110 |
Color Harmonies of #E52C9C
Complementary color
Monochromatic Colors of #E52C9C
Black with #E52C9C
Text Example
Text Example
White with #E52C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52C9C; }
p { color: rgb(229,44,156); }
H1.HeaderClassName
{
color: #E52C9C;
}
.AnyTagClassName
{
color: #E52C9C;
}
</style>
background-color css
<style>
a { background-color: #E52C9C; }
a { background-color: rgb(229,44,156); }
div.DivClassName
{
background-color: #E52C9C;
}
.BgClassName
{
background-color: #E52C9C;
}
</style>
border-color css
<style>
span { border-color: #E52C9C; }
span { border-color: rgb(229,44,156); }
td.TdClassName
{
border-color: #E52C9C;
}
.TagClassName
{
border-color: #E52C9C;
}
</style>