Shades of Deep Cerise #E52B8C
Tints of Deep Cerise #E52B8C
RGB
CMYK
RGB Variations
Color information
#E52B8C (or 0xE52B8C) is known color: Deep Cerise. HEX triplet: E5, 2B and 8C. RGB value is (229,43,140). Sum of RGB (Red+Green+Blue) = 229+43+140=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52B8C is #1AD473. Grayscale: #6D6D6D. Windows color (decimal): -1758324 or 9186277. OLE color: 9186277.
HSL color Cylindrical-coordinate representation of color #E52B8C: hue angle of 328.71º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52B8C is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 140 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.10 |
| HSL | 328.71º | 0.78% | 0.53% | - |
| HSV(B) | 328.71º | 0.81% | 0.9% | - |
| XYZ | 37.91 | 20.28 | 26.73 | - |
| YUV | 109.67 | 145.12 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 140 | 0 | 0.81 | 0.39 | 0.10 | 328.71 | 0.78 | 0.53 |
| Hex | E5 | 2B | 8C | 0 | 51 | 27 | A | 149 | 4E | 35 |
| Octal | 345 | 53 | 214 | 0 | 121 | 47 | 12 | 511 | 116 | 65 |
| Binary | 11100101 | 101011 | 10001100 | 0 | 1010001 | 100111 | 1010 | 101001001 | 1001110 | 110101 |
Color Harmonies of #E52B8C
Complementary color
Monochromatic Colors of #E52B8C
Black with #E52B8C
Text Example
Text Example
White with #E52B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52B8C; }
p { color: rgb(229,43,140); }
H1.HeaderClassName
{
color: #E52B8C;
}
.AnyTagClassName
{
color: #E52B8C;
}
</style>
background-color css
<style>
a { background-color: #E52B8C; }
a { background-color: rgb(229,43,140); }
div.DivClassName
{
background-color: #E52B8C;
}
.BgClassName
{
background-color: #E52B8C;
}
</style>
border-color css
<style>
span { border-color: #E52B8C; }
span { border-color: rgb(229,43,140); }
td.TdClassName
{
border-color: #E52B8C;
}
.TagClassName
{
border-color: #E52B8C;
}
</style>