Shades of Deep Cerise #E52C93
Tints of Deep Cerise #E52C93
RGB
CMYK
RGB Variations
Color information
#E52C93 (or 0xE52C93) is known color: Deep Cerise. HEX triplet: E5, 2C and 93. RGB value is (229,44,147). Sum of RGB (Red+Green+Blue) = 229+44+147=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52C93 is #1AD36C. Grayscale: #6E6E6E. Windows color (decimal): -1758061 or 9645285. OLE color: 9645285.
HSL color Cylindrical-coordinate representation of color #E52C93: hue angle of 326.59º 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 #E52C93 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 147 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.10 |
| HSL | 326.59º | 0.78% | 0.54% | - |
| HSV(B) | 326.59º | 0.81% | 0.9% | - |
| XYZ | 38.48 | 20.57 | 29.55 | - |
| YUV | 111.06 | 148.29 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 147 | 0 | 0.81 | 0.36 | 0.10 | 326.59 | 0.78 | 0.54 |
| Hex | E5 | 2C | 93 | 0 | 51 | 24 | A | 147 | 4E | 36 |
| Octal | 345 | 54 | 223 | 0 | 121 | 44 | 12 | 507 | 116 | 66 |
| Binary | 11100101 | 101100 | 10010011 | 0 | 1010001 | 100100 | 1010 | 101000111 | 1001110 | 110110 |
Color Harmonies of #E52C93
Complementary color
Monochromatic Colors of #E52C93
Black with #E52C93
Text Example
Text Example
White with #E52C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52C93; }
p { color: rgb(229,44,147); }
H1.HeaderClassName
{
color: #E52C93;
}
.AnyTagClassName
{
color: #E52C93;
}
</style>
background-color css
<style>
a { background-color: #E52C93; }
a { background-color: rgb(229,44,147); }
div.DivClassName
{
background-color: #E52C93;
}
.BgClassName
{
background-color: #E52C93;
}
</style>
border-color css
<style>
span { border-color: #E52C93; }
span { border-color: rgb(229,44,147); }
td.TdClassName
{
border-color: #E52C93;
}
.TagClassName
{
border-color: #E52C93;
}
</style>