Shades of Hollywood Cerise #E4029C
Tints of Hollywood Cerise #E4029C
RGB
CMYK
RGB Variations
Color information
#E4029C (or 0xE4029C) is known color: Hollywood Cerise. HEX triplet: E4, 02 and 9C. RGB value is (228,2,156). Sum of RGB (Red+Green+Blue) = 228+2+156=386 (51% of max value = 765). Red value is 228 (89.45% from 255 or 59.07% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 228 - color contains mainly: red. Hex color #E4029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4029C is #1BFD63. Grayscale: #565656. Windows color (decimal): -1834340 or 10224356. OLE color: 10224356.
HSL color Cylindrical-coordinate representation of color #E4029C: hue angle of 319.12º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E4029C is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 156 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.11 |
| HSL | 319.12º | 0.98% | 0.45% | - |
| HSV(B) | 319.12º | 0.99% | 0.89% | - |
| XYZ | 38.02 | 18.94 | 33.1 | - |
| YUV | 87.13 | 166.87 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 156 | 0 | 0.99 | 0.32 | 0.11 | 319.12 | 0.98 | 0.45 |
| Hex | E4 | 2 | 9C | 0 | 63 | 20 | B | 13F | 62 | 2D |
| Octal | 344 | 2 | 234 | 0 | 143 | 40 | 13 | 477 | 142 | 55 |
| Binary | 11100100 | 10 | 10011100 | 0 | 1100011 | 100000 | 1011 | 100111111 | 1100010 | 101101 |
Color Harmonies of #E4029C
Complementary color
Monochromatic Colors of #E4029C
Black with #E4029C
Text Example
Text Example
White with #E4029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4029C; }
p { color: rgb(228,2,156); }
H1.HeaderClassName
{
color: #E4029C;
}
.AnyTagClassName
{
color: #E4029C;
}
</style>
background-color css
<style>
a { background-color: #E4029C; }
a { background-color: rgb(228,2,156); }
div.DivClassName
{
background-color: #E4029C;
}
.BgClassName
{
background-color: #E4029C;
}
</style>
border-color css
<style>
span { border-color: #E4029C; }
span { border-color: rgb(228,2,156); }
td.TdClassName
{
border-color: #E4029C;
}
.TagClassName
{
border-color: #E4029C;
}
</style>