Shades of Hollywood Cerise #E7119D
Tints of Hollywood Cerise #E7119D
RGB
CMYK
RGB Variations
Color information
#E7119D (or 0xE7119D) is known color: Hollywood Cerise. HEX triplet: E7, 11 and 9D. RGB value is (231,17,157). Sum of RGB (Red+Green+Blue) = 231+17+157=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E7119D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7119D is #18EE62. Grayscale: #606060. Windows color (decimal): -1633891 or 10293735. OLE color: 10293735.
HSL color Cylindrical-coordinate representation of color #E7119D: hue angle of 320.75º 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 #E7119D is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 157 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.09 |
| HSL | 320.75º | 0.86% | 0.49% | - |
| HSV(B) | 320.75º | 0.93% | 0.91% | - |
| XYZ | 39.24 | 19.82 | 33.66 | - |
| YUV | 96.95 | 161.9 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 157 | 0 | 0.93 | 0.32 | 0.09 | 320.75 | 0.86 | 0.49 |
| Hex | E7 | 11 | 9D | 0 | 5D | 20 | 9 | 141 | 56 | 31 |
| Octal | 347 | 21 | 235 | 0 | 135 | 40 | 11 | 501 | 126 | 61 |
| Binary | 11100111 | 10001 | 10011101 | 0 | 1011101 | 100000 | 1001 | 101000001 | 1010110 | 110001 |
Color Harmonies of #E7119D
Complementary color
Monochromatic Colors of #E7119D
Black with #E7119D
Text Example
Text Example
White with #E7119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7119D; }
p { color: rgb(231,17,157); }
H1.HeaderClassName
{
color: #E7119D;
}
.AnyTagClassName
{
color: #E7119D;
}
</style>
background-color css
<style>
a { background-color: #E7119D; }
a { background-color: rgb(231,17,157); }
div.DivClassName
{
background-color: #E7119D;
}
.BgClassName
{
background-color: #E7119D;
}
</style>
border-color css
<style>
span { border-color: #E7119D; }
span { border-color: rgb(231,17,157); }
td.TdClassName
{
border-color: #E7119D;
}
.TagClassName
{
border-color: #E7119D;
}
</style>