Shades of Hollywood Cerise #E7119C
Tints of Hollywood Cerise #E7119C
RGB
CMYK
RGB Variations
Color information
#E7119C (or 0xE7119C) is known color: Hollywood Cerise. HEX triplet: E7, 11 and 9C. RGB value is (231,17,156). Sum of RGB (Red+Green+Blue) = 231+17+156=404 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.18% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 231 - color contains mainly: red. Hex color #E7119C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7119C is #18EE63. Grayscale: #606060. Windows color (decimal): -1633892 or 10228199. OLE color: 10228199.
HSL color Cylindrical-coordinate representation of color #E7119C: hue angle of 321.03º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E7119C is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 156 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.09 |
| HSL | 321.03º | 0.86% | 0.49% | - |
| HSV(B) | 321.03º | 0.93% | 0.91% | - |
| XYZ | 39.16 | 19.79 | 33.21 | - |
| YUV | 96.83 | 161.4 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 156 | 0 | 0.93 | 0.32 | 0.09 | 321.03 | 0.86 | 0.49 |
| Hex | E7 | 11 | 9C | 0 | 5D | 20 | 9 | 141 | 56 | 31 |
| Octal | 347 | 21 | 234 | 0 | 135 | 40 | 11 | 501 | 126 | 61 |
| Binary | 11100111 | 10001 | 10011100 | 0 | 1011101 | 100000 | 1001 | 101000001 | 1010110 | 110001 |
Color Harmonies of #E7119C
Complementary color
Monochromatic Colors of #E7119C
Black with #E7119C
Text Example
Text Example
White with #E7119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7119C; }
p { color: rgb(231,17,156); }
H1.HeaderClassName
{
color: #E7119C;
}
.AnyTagClassName
{
color: #E7119C;
}
</style>
background-color css
<style>
a { background-color: #E7119C; }
a { background-color: rgb(231,17,156); }
div.DivClassName
{
background-color: #E7119C;
}
.BgClassName
{
background-color: #E7119C;
}
</style>
border-color css
<style>
span { border-color: #E7119C; }
span { border-color: rgb(231,17,156); }
td.TdClassName
{
border-color: #E7119C;
}
.TagClassName
{
border-color: #E7119C;
}
</style>