Shades of Deep Cerise #E52C9B
Tints of Deep Cerise #E52C9B
RGB
CMYK
RGB Variations
Color information
#E52C9B (or 0xE52C9B) is known color: Deep Cerise. HEX triplet: E5, 2C and 9B. RGB value is (229,44,155). Sum of RGB (Red+Green+Blue) = 229+44+155=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 44 (17.58% from 255 or 10.28% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52C9B is #1AD364. Grayscale: #6F6F6F. Windows color (decimal): -1758053 or 10169573. OLE color: 10169573.
HSL color Cylindrical-coordinate representation of color #E52C9B: hue angle of 324º 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 #E52C9B is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 155 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.10 |
| HSL | 324º | 0.78% | 0.54% | - |
| HSV(B) | 324º | 0.81% | 0.9% | - |
| XYZ | 39.13 | 20.83 | 32.97 | - |
| YUV | 111.97 | 152.29 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 155 | 0 | 0.81 | 0.32 | 0.10 | 324 | 0.78 | 0.54 |
| Hex | E5 | 2C | 9B | 0 | 51 | 20 | A | 144 | 4E | 36 |
| Octal | 345 | 54 | 233 | 0 | 121 | 40 | 12 | 504 | 116 | 66 |
| Binary | 11100101 | 101100 | 10011011 | 0 | 1010001 | 100000 | 1010 | 101000100 | 1001110 | 110110 |
Color Harmonies of #E52C9B
Complementary color
Monochromatic Colors of #E52C9B
Black with #E52C9B
Text Example
Text Example
White with #E52C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52C9B; }
p { color: rgb(229,44,155); }
H1.HeaderClassName
{
color: #E52C9B;
}
.AnyTagClassName
{
color: #E52C9B;
}
</style>
background-color css
<style>
a { background-color: #E52C9B; }
a { background-color: rgb(229,44,155); }
div.DivClassName
{
background-color: #E52C9B;
}
.BgClassName
{
background-color: #E52C9B;
}
</style>
border-color css
<style>
span { border-color: #E52C9B; }
span { border-color: rgb(229,44,155); }
td.TdClassName
{
border-color: #E52C9B;
}
.TagClassName
{
border-color: #E52C9B;
}
</style>