Shades of Deep Cerise #E52C97
Tints of Deep Cerise #E52C97
RGB
CMYK
RGB Variations
Color information
#E52C97 (or 0xE52C97) is known color: Deep Cerise. HEX triplet: E5, 2C and 97. RGB value is (229,44,151). Sum of RGB (Red+Green+Blue) = 229+44+151=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52C97 is #1AD368. Grayscale: #6F6F6F. Windows color (decimal): -1758057 or 9907429. OLE color: 9907429.
HSL color Cylindrical-coordinate representation of color #E52C97: hue angle of 325.3º 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 #E52C97 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 151 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.10 |
| HSL | 325.3º | 0.78% | 0.54% | - |
| HSV(B) | 325.3º | 0.81% | 0.9% | - |
| XYZ | 38.8 | 20.69 | 31.23 | - |
| YUV | 111.51 | 150.29 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 151 | 0 | 0.81 | 0.34 | 0.10 | 325.3 | 0.78 | 0.54 |
| Hex | E5 | 2C | 97 | 0 | 51 | 22 | A | 145 | 4E | 36 |
| Octal | 345 | 54 | 227 | 0 | 121 | 42 | 12 | 505 | 116 | 66 |
| Binary | 11100101 | 101100 | 10010111 | 0 | 1010001 | 100010 | 1010 | 101000101 | 1001110 | 110110 |
Color Harmonies of #E52C97
Complementary color
Monochromatic Colors of #E52C97
Black with #E52C97
Text Example
Text Example
White with #E52C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52C97; }
p { color: rgb(229,44,151); }
H1.HeaderClassName
{
color: #E52C97;
}
.AnyTagClassName
{
color: #E52C97;
}
</style>
background-color css
<style>
a { background-color: #E52C97; }
a { background-color: rgb(229,44,151); }
div.DivClassName
{
background-color: #E52C97;
}
.BgClassName
{
background-color: #E52C97;
}
</style>
border-color css
<style>
span { border-color: #E52C97; }
span { border-color: rgb(229,44,151); }
td.TdClassName
{
border-color: #E52C97;
}
.TagClassName
{
border-color: #E52C97;
}
</style>