Shades of Hollywood Cerise #E50587
Tints of Hollywood Cerise #E50587
RGB
CMYK
RGB Variations
Color information
#E50587 (or 0xE50587) is known color: Hollywood Cerise. HEX triplet: E5, 05 and 87. RGB value is (229,5,135). Sum of RGB (Red+Green+Blue) = 229+5+135=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E50587 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50587 is #1AFA78. Grayscale: #565656. Windows color (decimal): -1768057 or 8848869. OLE color: 8848869.
HSL color Cylindrical-coordinate representation of color #E50587: hue angle of 325.18º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50587 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 135 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.10 |
| HSL | 325.18º | 0.96% | 0.46% | - |
| HSV(B) | 325.18º | 0.98% | 0.9% | - |
| XYZ | 36.74 | 18.52 | 24.56 | - |
| YUV | 86.8 | 155.21 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 135 | 0 | 0.98 | 0.41 | 0.10 | 325.18 | 0.96 | 0.46 |
| Hex | E5 | 5 | 87 | 0 | 62 | 29 | A | 145 | 60 | 2E |
| Octal | 345 | 5 | 207 | 0 | 142 | 51 | 12 | 505 | 140 | 56 |
| Binary | 11100101 | 101 | 10000111 | 0 | 1100010 | 101001 | 1010 | 101000101 | 1100000 | 101110 |
Color Harmonies of #E50587
Complementary color
Monochromatic Colors of #E50587
Black with #E50587
Text Example
Text Example
White with #E50587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50587; }
p { color: rgb(229,5,135); }
H1.HeaderClassName
{
color: #E50587;
}
.AnyTagClassName
{
color: #E50587;
}
</style>
background-color css
<style>
a { background-color: #E50587; }
a { background-color: rgb(229,5,135); }
div.DivClassName
{
background-color: #E50587;
}
.BgClassName
{
background-color: #E50587;
}
</style>
border-color css
<style>
span { border-color: #E50587; }
span { border-color: rgb(229,5,135); }
td.TdClassName
{
border-color: #E50587;
}
.TagClassName
{
border-color: #E50587;
}
</style>