Shades of Hollywood Cerise #E7159F
Tints of Hollywood Cerise #E7159F
RGB
CMYK
RGB Variations
Color information
#E7159F (or 0xE7159F) is known color: Hollywood Cerise. HEX triplet: E7, 15 and 9F. RGB value is (231,21,159). Sum of RGB (Red+Green+Blue) = 231+21+159=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E7159F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7159F is #18EA60. Grayscale: #636363. Windows color (decimal): -1632865 or 10425831. OLE color: 10425831.
HSL color Cylindrical-coordinate representation of color #E7159F: hue angle of 320.57º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7159F is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 159 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.09 |
| HSL | 320.57º | 0.83% | 0.49% | - |
| HSV(B) | 320.57º | 0.91% | 0.91% | - |
| XYZ | 39.48 | 20.03 | 34.59 | - |
| YUV | 99.52 | 161.57 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 159 | 0 | 0.91 | 0.31 | 0.09 | 320.57 | 0.83 | 0.49 |
| Hex | E7 | 15 | 9F | 0 | 5B | 1F | 9 | 141 | 53 | 31 |
| Octal | 347 | 25 | 237 | 0 | 133 | 37 | 11 | 501 | 123 | 61 |
| Binary | 11100111 | 10101 | 10011111 | 0 | 1011011 | 11111 | 1001 | 101000001 | 1010011 | 110001 |
Color Harmonies of #E7159F
Complementary color
Monochromatic Colors of #E7159F
Black with #E7159F
Text Example
Text Example
White with #E7159F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7159F; }
p { color: rgb(231,21,159); }
H1.HeaderClassName
{
color: #E7159F;
}
.AnyTagClassName
{
color: #E7159F;
}
</style>
background-color css
<style>
a { background-color: #E7159F; }
a { background-color: rgb(231,21,159); }
div.DivClassName
{
background-color: #E7159F;
}
.BgClassName
{
background-color: #E7159F;
}
</style>
border-color css
<style>
span { border-color: #E7159F; }
span { border-color: rgb(231,21,159); }
td.TdClassName
{
border-color: #E7159F;
}
.TagClassName
{
border-color: #E7159F;
}
</style>