Shades of Hollywood Cerise #E7029C
Tints of Hollywood Cerise #E7029C
RGB
CMYK
RGB Variations
Color information
#E7029C (or 0xE7029C) is known color: Hollywood Cerise. HEX triplet: E7, 02 and 9C. RGB value is (231,2,156). Sum of RGB (Red+Green+Blue) = 231+2+156=389 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.38% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 231 - color contains mainly: red. Hex color #E7029C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7029C is #18FD63. Grayscale: #575757. Windows color (decimal): -1637732 or 10224359. OLE color: 10224359.
HSL color Cylindrical-coordinate representation of color #E7029C: hue angle of 319.65º 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 #E7029C is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 156 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.09 |
| HSL | 319.65º | 0.98% | 0.46% | - |
| HSV(B) | 319.65º | 0.99% | 0.91% | - |
| XYZ | 38.98 | 19.43 | 33.15 | - |
| YUV | 88.03 | 166.37 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 156 | 0 | 0.99 | 0.32 | 0.09 | 319.65 | 0.98 | 0.46 |
| Hex | E7 | 2 | 9C | 0 | 63 | 20 | 9 | 140 | 62 | 2E |
| Octal | 347 | 2 | 234 | 0 | 143 | 40 | 11 | 500 | 142 | 56 |
| Binary | 11100111 | 10 | 10011100 | 0 | 1100011 | 100000 | 1001 | 101000000 | 1100010 | 101110 |
Color Harmonies of #E7029C
Complementary color
Monochromatic Colors of #E7029C
Black with #E7029C
Text Example
Text Example
White with #E7029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7029C; }
p { color: rgb(231,2,156); }
H1.HeaderClassName
{
color: #E7029C;
}
.AnyTagClassName
{
color: #E7029C;
}
</style>
background-color css
<style>
a { background-color: #E7029C; }
a { background-color: rgb(231,2,156); }
div.DivClassName
{
background-color: #E7029C;
}
.BgClassName
{
background-color: #E7029C;
}
</style>
border-color css
<style>
span { border-color: #E7029C; }
span { border-color: rgb(231,2,156); }
td.TdClassName
{
border-color: #E7029C;
}
.TagClassName
{
border-color: #E7029C;
}
</style>