Shades of Deep Cerise #E52B8D
Tints of Deep Cerise #E52B8D
RGB
CMYK
RGB Variations
Color information
#E52B8D (or 0xE52B8D) is known color: Deep Cerise. HEX triplet: E5, 2B and 8D. RGB value is (229,43,141). Sum of RGB (Red+Green+Blue) = 229+43+141=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52B8D is #1AD472. Grayscale: #6D6D6D. Windows color (decimal): -1758323 or 9251813. OLE color: 9251813.
HSL color Cylindrical-coordinate representation of color #E52B8D: hue angle of 328.39º 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 #E52B8D is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 141 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.10 |
| HSL | 328.39º | 0.78% | 0.53% | - |
| HSV(B) | 328.39º | 0.81% | 0.9% | - |
| XYZ | 37.98 | 20.31 | 27.12 | - |
| YUV | 109.79 | 145.62 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 141 | 0 | 0.81 | 0.38 | 0.10 | 328.39 | 0.78 | 0.53 |
| Hex | E5 | 2B | 8D | 0 | 51 | 26 | A | 148 | 4E | 35 |
| Octal | 345 | 53 | 215 | 0 | 121 | 46 | 12 | 510 | 116 | 65 |
| Binary | 11100101 | 101011 | 10001101 | 0 | 1010001 | 100110 | 1010 | 101001000 | 1001110 | 110101 |
Color Harmonies of #E52B8D
Complementary color
Monochromatic Colors of #E52B8D
Black with #E52B8D
Text Example
Text Example
White with #E52B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52B8D; }
p { color: rgb(229,43,141); }
H1.HeaderClassName
{
color: #E52B8D;
}
.AnyTagClassName
{
color: #E52B8D;
}
</style>
background-color css
<style>
a { background-color: #E52B8D; }
a { background-color: rgb(229,43,141); }
div.DivClassName
{
background-color: #E52B8D;
}
.BgClassName
{
background-color: #E52B8D;
}
</style>
border-color css
<style>
span { border-color: #E52B8D; }
span { border-color: rgb(229,43,141); }
td.TdClassName
{
border-color: #E52B8D;
}
.TagClassName
{
border-color: #E52B8D;
}
</style>