Shades of Hollywood Cerise #E7119A
Tints of Hollywood Cerise #E7119A
RGB
CMYK
RGB Variations
Color information
#E7119A (or 0xE7119A) is known color: Hollywood Cerise. HEX triplet: E7, 11 and 9A. RGB value is (231,17,154). Sum of RGB (Red+Green+Blue) = 231+17+154=402 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.46% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 231 - color contains mainly: red. Hex color #E7119A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7119A is #18EE65. Grayscale: #606060. Windows color (decimal): -1633894 or 10097127. OLE color: 10097127.
HSL color Cylindrical-coordinate representation of color #E7119A: hue angle of 321.59º 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 #E7119A is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 154 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.09 |
| HSL | 321.59º | 0.86% | 0.49% | - |
| HSV(B) | 321.59º | 0.93% | 0.91% | - |
| XYZ | 38.99 | 19.72 | 32.32 | - |
| YUV | 96.6 | 160.4 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 154 | 0 | 0.93 | 0.33 | 0.09 | 321.59 | 0.86 | 0.49 |
| Hex | E7 | 11 | 9A | 0 | 5D | 21 | 9 | 142 | 56 | 31 |
| Octal | 347 | 21 | 232 | 0 | 135 | 41 | 11 | 502 | 126 | 61 |
| Binary | 11100111 | 10001 | 10011010 | 0 | 1011101 | 100001 | 1001 | 101000010 | 1010110 | 110001 |
Color Harmonies of #E7119A
Complementary color
Monochromatic Colors of #E7119A
Black with #E7119A
Text Example
Text Example
White with #E7119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7119A; }
p { color: rgb(231,17,154); }
H1.HeaderClassName
{
color: #E7119A;
}
.AnyTagClassName
{
color: #E7119A;
}
</style>
background-color css
<style>
a { background-color: #E7119A; }
a { background-color: rgb(231,17,154); }
div.DivClassName
{
background-color: #E7119A;
}
.BgClassName
{
background-color: #E7119A;
}
</style>
border-color css
<style>
span { border-color: #E7119A; }
span { border-color: rgb(231,17,154); }
td.TdClassName
{
border-color: #E7119A;
}
.TagClassName
{
border-color: #E7119A;
}
</style>