Shades of Hollywood Cerise #E8029C
Tints of Hollywood Cerise #E8029C
RGB
CMYK
RGB Variations
Color information
#E8029C (or 0xE8029C) is known color: Hollywood Cerise. HEX triplet: E8, 02 and 9C. RGB value is (232,2,156). Sum of RGB (Red+Green+Blue) = 232+2+156=390 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.49% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 232 - color contains mainly: red. Hex color #E8029C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8029C is #17FD63. Grayscale: #575757. Windows color (decimal): -1572196 or 10224360. OLE color: 10224360.
HSL color Cylindrical-coordinate representation of color #E8029C: hue angle of 319.83º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E8029C is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 156 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.09 |
| HSL | 319.83º | 0.98% | 0.46% | - |
| HSV(B) | 319.83º | 0.99% | 0.91% | - |
| XYZ | 39.3 | 19.6 | 33.16 | - |
| YUV | 88.33 | 166.2 | 230.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 156 | 0 | 0.99 | 0.33 | 0.09 | 319.83 | 0.98 | 0.46 |
| Hex | E8 | 2 | 9C | 0 | 63 | 21 | 9 | 140 | 62 | 2E |
| Octal | 350 | 2 | 234 | 0 | 143 | 41 | 11 | 500 | 142 | 56 |
| Binary | 11101000 | 10 | 10011100 | 0 | 1100011 | 100001 | 1001 | 101000000 | 1100010 | 101110 |
Color Harmonies of #E8029C
Complementary color
Monochromatic Colors of #E8029C
Black with #E8029C
Text Example
Text Example
White with #E8029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8029C; }
p { color: rgb(232,2,156); }
H1.HeaderClassName
{
color: #E8029C;
}
.AnyTagClassName
{
color: #E8029C;
}
</style>
background-color css
<style>
a { background-color: #E8029C; }
a { background-color: rgb(232,2,156); }
div.DivClassName
{
background-color: #E8029C;
}
.BgClassName
{
background-color: #E8029C;
}
</style>
border-color css
<style>
span { border-color: #E8029C; }
span { border-color: rgb(232,2,156); }
td.TdClassName
{
border-color: #E8029C;
}
.TagClassName
{
border-color: #E8029C;
}
</style>