Shades of Deep Cerise #E52C8E
Tints of Deep Cerise #E52C8E
RGB
CMYK
RGB Variations
Color information
#E52C8E (or 0xE52C8E) is known color: Deep Cerise. HEX triplet: E5, 2C and 8E. RGB value is (229,44,142). Sum of RGB (Red+Green+Blue) = 229+44+142=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52C8E is #1AD371. Grayscale: #6E6E6E. Windows color (decimal): -1758066 or 9317605. OLE color: 9317605.
HSL color Cylindrical-coordinate representation of color #E52C8E: hue angle of 328.22º 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 #E52C8E is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 142 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.10 |
| HSL | 328.22º | 0.78% | 0.54% | - |
| HSV(B) | 328.22º | 0.81% | 0.9% | - |
| XYZ | 38.1 | 20.41 | 27.52 | - |
| YUV | 110.49 | 145.79 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 142 | 0 | 0.81 | 0.38 | 0.10 | 328.22 | 0.78 | 0.54 |
| Hex | E5 | 2C | 8E | 0 | 51 | 26 | A | 148 | 4E | 36 |
| Octal | 345 | 54 | 216 | 0 | 121 | 46 | 12 | 510 | 116 | 66 |
| Binary | 11100101 | 101100 | 10001110 | 0 | 1010001 | 100110 | 1010 | 101001000 | 1001110 | 110110 |
Color Harmonies of #E52C8E
Complementary color
Monochromatic Colors of #E52C8E
Black with #E52C8E
Text Example
Text Example
White with #E52C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52C8E; }
p { color: rgb(229,44,142); }
H1.HeaderClassName
{
color: #E52C8E;
}
.AnyTagClassName
{
color: #E52C8E;
}
</style>
background-color css
<style>
a { background-color: #E52C8E; }
a { background-color: rgb(229,44,142); }
div.DivClassName
{
background-color: #E52C8E;
}
.BgClassName
{
background-color: #E52C8E;
}
</style>
border-color css
<style>
span { border-color: #E52C8E; }
span { border-color: rgb(229,44,142); }
td.TdClassName
{
border-color: #E52C8E;
}
.TagClassName
{
border-color: #E52C8E;
}
</style>