Shades of Hollywood Cerise #E7079A
Tints of Hollywood Cerise #E7079A
RGB
CMYK
RGB Variations
Color information
#E7079A (or 0xE7079A) is known color: Hollywood Cerise. HEX triplet: E7, 07 and 9A. RGB value is (231,7,154). Sum of RGB (Red+Green+Blue) = 231+7+154=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E7079A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7079A is #18F865. Grayscale: #5A5A5A. Windows color (decimal): -1636454 or 10094567. OLE color: 10094567.
HSL color Cylindrical-coordinate representation of color #E7079A: hue angle of 320.62º 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 #E7079A is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 154 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.09 |
| HSL | 320.63º | 0.94% | 0.47% | - |
| HSV(B) | 320.63º | 0.97% | 0.91% | - |
| XYZ | 38.86 | 19.47 | 32.28 | - |
| YUV | 90.73 | 163.71 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 154 | 0 | 0.97 | 0.33 | 0.09 | 320.63 | 0.94 | 0.47 |
| Hex | E7 | 7 | 9A | 0 | 61 | 21 | 9 | 141 | 5E | 2F |
| Octal | 347 | 7 | 232 | 0 | 141 | 41 | 11 | 501 | 136 | 57 |
| Binary | 11100111 | 111 | 10011010 | 0 | 1100001 | 100001 | 1001 | 101000001 | 1011110 | 101111 |
Color Harmonies of #E7079A
Complementary color
Monochromatic Colors of #E7079A
Black with #E7079A
Text Example
Text Example
White with #E7079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7079A; }
p { color: rgb(231,7,154); }
H1.HeaderClassName
{
color: #E7079A;
}
.AnyTagClassName
{
color: #E7079A;
}
</style>
background-color css
<style>
a { background-color: #E7079A; }
a { background-color: rgb(231,7,154); }
div.DivClassName
{
background-color: #E7079A;
}
.BgClassName
{
background-color: #E7079A;
}
</style>
border-color css
<style>
span { border-color: #E7079A; }
span { border-color: rgb(231,7,154); }
td.TdClassName
{
border-color: #E7079A;
}
.TagClassName
{
border-color: #E7079A;
}
</style>