Shades of Hollywood Cerise #E7079D
Tints of Hollywood Cerise #E7079D
RGB
CMYK
RGB Variations
Color information
#E7079D (or 0xE7079D) is known color: Hollywood Cerise. HEX triplet: E7, 07 and 9D. RGB value is (231,7,157). Sum of RGB (Red+Green+Blue) = 231+7+157=395 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.48% from 395); Green value is 7 (3.12% from 255 or 1.77% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 231 - color contains mainly: red. Hex color #E7079D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7079D is #18F862. Grayscale: #5A5A5A. Windows color (decimal): -1636451 or 10291175. OLE color: 10291175.
HSL color Cylindrical-coordinate representation of color #E7079D: hue angle of 319.82º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7079D is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 157 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.09 |
| HSL | 319.82º | 0.94% | 0.47% | - |
| HSV(B) | 319.82º | 0.97% | 0.91% | - |
| XYZ | 39.12 | 19.58 | 33.62 | - |
| YUV | 91.08 | 165.21 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 157 | 0 | 0.97 | 0.32 | 0.09 | 319.82 | 0.94 | 0.47 |
| Hex | E7 | 7 | 9D | 0 | 61 | 20 | 9 | 140 | 5E | 2F |
| Octal | 347 | 7 | 235 | 0 | 141 | 40 | 11 | 500 | 136 | 57 |
| Binary | 11100111 | 111 | 10011101 | 0 | 1100001 | 100000 | 1001 | 101000000 | 1011110 | 101111 |
Color Harmonies of #E7079D
Complementary color
Monochromatic Colors of #E7079D
Black with #E7079D
Text Example
Text Example
White with #E7079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7079D; }
p { color: rgb(231,7,157); }
H1.HeaderClassName
{
color: #E7079D;
}
.AnyTagClassName
{
color: #E7079D;
}
</style>
background-color css
<style>
a { background-color: #E7079D; }
a { background-color: rgb(231,7,157); }
div.DivClassName
{
background-color: #E7079D;
}
.BgClassName
{
background-color: #E7079D;
}
</style>
border-color css
<style>
span { border-color: #E7079D; }
span { border-color: rgb(231,7,157); }
td.TdClassName
{
border-color: #E7079D;
}
.TagClassName
{
border-color: #E7079D;
}
</style>