Shades of Hollywood Cerise #E7059C
Tints of Hollywood Cerise #E7059C
RGB
CMYK
RGB Variations
Color information
#E7059C (or 0xE7059C) is known color: Hollywood Cerise. HEX triplet: E7, 05 and 9C. RGB value is (231,5,156). Sum of RGB (Red+Green+Blue) = 231+5+156=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E7059C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7059C is #18FA63. Grayscale: #595959. Windows color (decimal): -1636964 or 10225127. OLE color: 10225127.
HSL color Cylindrical-coordinate representation of color #E7059C: hue angle of 319.91º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E7059C is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 156 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.09 |
| HSL | 319.91º | 0.96% | 0.46% | - |
| HSV(B) | 319.91º | 0.98% | 0.91% | - |
| XYZ | 39.01 | 19.5 | 33.16 | - |
| YUV | 89.79 | 165.37 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 156 | 0 | 0.98 | 0.32 | 0.09 | 319.91 | 0.96 | 0.46 |
| Hex | E7 | 5 | 9C | 0 | 62 | 20 | 9 | 140 | 60 | 2E |
| Octal | 347 | 5 | 234 | 0 | 142 | 40 | 11 | 500 | 140 | 56 |
| Binary | 11100111 | 101 | 10011100 | 0 | 1100010 | 100000 | 1001 | 101000000 | 1100000 | 101110 |
Color Harmonies of #E7059C
Complementary color
Monochromatic Colors of #E7059C
Black with #E7059C
Text Example
Text Example
White with #E7059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7059C; }
p { color: rgb(231,5,156); }
H1.HeaderClassName
{
color: #E7059C;
}
.AnyTagClassName
{
color: #E7059C;
}
</style>
background-color css
<style>
a { background-color: #E7059C; }
a { background-color: rgb(231,5,156); }
div.DivClassName
{
background-color: #E7059C;
}
.BgClassName
{
background-color: #E7059C;
}
</style>
border-color css
<style>
span { border-color: #E7059C; }
span { border-color: rgb(231,5,156); }
td.TdClassName
{
border-color: #E7059C;
}
.TagClassName
{
border-color: #E7059C;
}
</style>