Shades of Hollywood Cerise #E4059C
Tints of Hollywood Cerise #E4059C
RGB
CMYK
RGB Variations
Color information
#E4059C (or 0xE4059C) is known color: Hollywood Cerise. HEX triplet: E4, 05 and 9C. RGB value is (228,5,156). Sum of RGB (Red+Green+Blue) = 228+5+156=389 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.61% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 228 - color contains mainly: red. Hex color #E4059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4059C is #1BFA63. Grayscale: #585858. Windows color (decimal): -1833572 or 10225124. OLE color: 10225124.
HSL color Cylindrical-coordinate representation of color #E4059C: hue angle of 319.37º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E4059C is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 156 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.11 |
| HSL | 319.37º | 0.96% | 0.46% | - |
| HSV(B) | 319.37º | 0.98% | 0.89% | - |
| XYZ | 38.05 | 19 | 33.11 | - |
| YUV | 88.89 | 165.88 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 156 | 0 | 0.98 | 0.32 | 0.11 | 319.37 | 0.96 | 0.46 |
| Hex | E4 | 5 | 9C | 0 | 62 | 20 | B | 13F | 60 | 2E |
| Octal | 344 | 5 | 234 | 0 | 142 | 40 | 13 | 477 | 140 | 56 |
| Binary | 11100100 | 101 | 10011100 | 0 | 1100010 | 100000 | 1011 | 100111111 | 1100000 | 101110 |
Color Harmonies of #E4059C
Complementary color
Monochromatic Colors of #E4059C
Black with #E4059C
Text Example
Text Example
White with #E4059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4059C; }
p { color: rgb(228,5,156); }
H1.HeaderClassName
{
color: #E4059C;
}
.AnyTagClassName
{
color: #E4059C;
}
</style>
background-color css
<style>
a { background-color: #E4059C; }
a { background-color: rgb(228,5,156); }
div.DivClassName
{
background-color: #E4059C;
}
.BgClassName
{
background-color: #E4059C;
}
</style>
border-color css
<style>
span { border-color: #E4059C; }
span { border-color: rgb(228,5,156); }
td.TdClassName
{
border-color: #E4059C;
}
.TagClassName
{
border-color: #E4059C;
}
</style>