Shades of Hollywood Cerise #E7059E
Tints of Hollywood Cerise #E7059E
RGB
CMYK
RGB Variations
Color information
#E7059E (or 0xE7059E) is known color: Hollywood Cerise. HEX triplet: E7, 05 and 9E. RGB value is (231,5,158). Sum of RGB (Red+Green+Blue) = 231+5+158=394 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.63% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 231 - color contains mainly: red. Hex color #E7059E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7059E is #18FA61. Grayscale: #595959. Windows color (decimal): -1636962 or 10356199. OLE color: 10356199.
HSL color Cylindrical-coordinate representation of color #E7059E: hue angle of 319.38º 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 #E7059E is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 158 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.09 |
| HSL | 319.38º | 0.96% | 0.46% | - |
| HSV(B) | 319.38º | 0.98% | 0.91% | - |
| XYZ | 39.18 | 19.57 | 34.06 | - |
| YUV | 90.02 | 166.37 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 158 | 0 | 0.98 | 0.32 | 0.09 | 319.38 | 0.96 | 0.46 |
| Hex | E7 | 5 | 9E | 0 | 62 | 20 | 9 | 13F | 60 | 2E |
| Octal | 347 | 5 | 236 | 0 | 142 | 40 | 11 | 477 | 140 | 56 |
| Binary | 11100111 | 101 | 10011110 | 0 | 1100010 | 100000 | 1001 | 100111111 | 1100000 | 101110 |
Color Harmonies of #E7059E
Complementary color
Monochromatic Colors of #E7059E
Black with #E7059E
Text Example
Text Example
White with #E7059E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7059E; }
p { color: rgb(231,5,158); }
H1.HeaderClassName
{
color: #E7059E;
}
.AnyTagClassName
{
color: #E7059E;
}
</style>
background-color css
<style>
a { background-color: #E7059E; }
a { background-color: rgb(231,5,158); }
div.DivClassName
{
background-color: #E7059E;
}
.BgClassName
{
background-color: #E7059E;
}
</style>
border-color css
<style>
span { border-color: #E7059E; }
span { border-color: rgb(231,5,158); }
td.TdClassName
{
border-color: #E7059E;
}
.TagClassName
{
border-color: #E7059E;
}
</style>