Shades of Hollywood Cerise #E7079B
Tints of Hollywood Cerise #E7079B
RGB
CMYK
RGB Variations
Color information
#E7079B (or 0xE7079B) is known color: Hollywood Cerise. HEX triplet: E7, 07 and 9B. RGB value is (231,7,155). Sum of RGB (Red+Green+Blue) = 231+7+155=393 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.78% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 231 - color contains mainly: red. Hex color #E7079B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7079B is #18F864. Grayscale: #5A5A5A. Windows color (decimal): -1636453 or 10160103. OLE color: 10160103.
HSL color Cylindrical-coordinate representation of color #E7079B: hue angle of 320.36º 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 #E7079B is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 155 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.09 |
| HSL | 320.36º | 0.94% | 0.47% | - |
| HSV(B) | 320.36º | 0.97% | 0.91% | - |
| XYZ | 38.95 | 19.51 | 32.72 | - |
| YUV | 90.85 | 164.21 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 155 | 0 | 0.97 | 0.33 | 0.09 | 320.36 | 0.94 | 0.47 |
| Hex | E7 | 7 | 9B | 0 | 61 | 21 | 9 | 140 | 5E | 2F |
| Octal | 347 | 7 | 233 | 0 | 141 | 41 | 11 | 500 | 136 | 57 |
| Binary | 11100111 | 111 | 10011011 | 0 | 1100001 | 100001 | 1001 | 101000000 | 1011110 | 101111 |
Color Harmonies of #E7079B
Complementary color
Monochromatic Colors of #E7079B
Black with #E7079B
Text Example
Text Example
White with #E7079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7079B; }
p { color: rgb(231,7,155); }
H1.HeaderClassName
{
color: #E7079B;
}
.AnyTagClassName
{
color: #E7079B;
}
</style>
background-color css
<style>
a { background-color: #E7079B; }
a { background-color: rgb(231,7,155); }
div.DivClassName
{
background-color: #E7079B;
}
.BgClassName
{
background-color: #E7079B;
}
</style>
border-color css
<style>
span { border-color: #E7079B; }
span { border-color: rgb(231,7,155); }
td.TdClassName
{
border-color: #E7079B;
}
.TagClassName
{
border-color: #E7079B;
}
</style>