Shades of Hollywood Cerise #E0059C
Tints of Hollywood Cerise #E0059C
RGB
CMYK
RGB Variations
Color information
#E0059C (or 0xE0059C) is known color: Hollywood Cerise. HEX triplet: E0, 05 and 9C. RGB value is (224,5,156). Sum of RGB (Red+Green+Blue) = 224+5+156=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E0059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0059C is #1FFA63. Grayscale: #575757. Windows color (decimal): -2095716 or 10225120. OLE color: 10225120.
HSL color Cylindrical-coordinate representation of color #E0059C: hue angle of 318.63º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0059C is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 156 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.12 |
| HSL | 318.63º | 0.96% | 0.45% | - |
| HSV(B) | 318.63º | 0.98% | 0.88% | - |
| XYZ | 36.8 | 18.36 | 33.06 | - |
| YUV | 87.7 | 166.55 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 156 | 0 | 0.98 | 0.30 | 0.12 | 318.63 | 0.96 | 0.45 |
| Hex | E0 | 5 | 9C | 0 | 62 | 1E | C | 13F | 60 | 2D |
| Octal | 340 | 5 | 234 | 0 | 142 | 36 | 14 | 477 | 140 | 55 |
| Binary | 11100000 | 101 | 10011100 | 0 | 1100010 | 11110 | 1100 | 100111111 | 1100000 | 101101 |
Color Harmonies of #E0059C
Complementary color
Monochromatic Colors of #E0059C
Black with #E0059C
Text Example
Text Example
White with #E0059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0059C; }
p { color: rgb(224,5,156); }
H1.HeaderClassName
{
color: #E0059C;
}
.AnyTagClassName
{
color: #E0059C;
}
</style>
background-color css
<style>
a { background-color: #E0059C; }
a { background-color: rgb(224,5,156); }
div.DivClassName
{
background-color: #E0059C;
}
.BgClassName
{
background-color: #E0059C;
}
</style>
border-color css
<style>
span { border-color: #E0059C; }
span { border-color: rgb(224,5,156); }
td.TdClassName
{
border-color: #E0059C;
}
.TagClassName
{
border-color: #E0059C;
}
</style>