Shades of Hollywood Cerise #E7078E
Tints of Hollywood Cerise #E7078E
RGB
CMYK
RGB Variations
Color information
#E7078E (or 0xE7078E) is known color: Hollywood Cerise. HEX triplet: E7, 07 and 8E. RGB value is (231,7,142). Sum of RGB (Red+Green+Blue) = 231+7+142=380 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.79% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 231 - color contains mainly: red. Hex color #E7078E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7078E is #18F871. Grayscale: #595959. Windows color (decimal): -1636466 or 9308135. OLE color: 9308135.
HSL color Cylindrical-coordinate representation of color #E7078E: hue angle of 323.84º 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 #E7078E is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 142 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.09 |
| HSL | 323.84º | 0.94% | 0.47% | - |
| HSV(B) | 323.84º | 0.97% | 0.91% | - |
| XYZ | 37.91 | 19.09 | 27.28 | - |
| YUV | 89.37 | 157.71 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 142 | 0 | 0.97 | 0.39 | 0.09 | 323.84 | 0.94 | 0.47 |
| Hex | E7 | 7 | 8E | 0 | 61 | 27 | 9 | 144 | 5E | 2F |
| Octal | 347 | 7 | 216 | 0 | 141 | 47 | 11 | 504 | 136 | 57 |
| Binary | 11100111 | 111 | 10001110 | 0 | 1100001 | 100111 | 1001 | 101000100 | 1011110 | 101111 |
Color Harmonies of #E7078E
Complementary color
Monochromatic Colors of #E7078E
Black with #E7078E
Text Example
Text Example
White with #E7078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7078E; }
p { color: rgb(231,7,142); }
H1.HeaderClassName
{
color: #E7078E;
}
.AnyTagClassName
{
color: #E7078E;
}
</style>
background-color css
<style>
a { background-color: #E7078E; }
a { background-color: rgb(231,7,142); }
div.DivClassName
{
background-color: #E7078E;
}
.BgClassName
{
background-color: #E7078E;
}
</style>
border-color css
<style>
span { border-color: #E7078E; }
span { border-color: rgb(231,7,142); }
td.TdClassName
{
border-color: #E7078E;
}
.TagClassName
{
border-color: #E7078E;
}
</style>