Shades of Hollywood Cerise #E1119E
Tints of Hollywood Cerise #E1119E
RGB
CMYK
RGB Variations
Color information
#E1119E (or 0xE1119E) is known color: Hollywood Cerise. HEX triplet: E1, 11 and 9E. RGB value is (225,17,158). Sum of RGB (Red+Green+Blue) = 225+17+158=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1119E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1119E is #1EEE61. Grayscale: #5E5E5E. Windows color (decimal): -2027106 or 10359265. OLE color: 10359265.
HSL color Cylindrical-coordinate representation of color #E1119E: hue angle of 319.33º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1119E is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 158 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.12 |
| HSL | 319.33º | 0.86% | 0.47% | - |
| HSV(B) | 319.33º | 0.92% | 0.88% | - |
| XYZ | 37.42 | 18.88 | 34.02 | - |
| YUV | 95.27 | 163.41 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 158 | 0 | 0.92 | 0.30 | 0.12 | 319.33 | 0.86 | 0.47 |
| Hex | E1 | 11 | 9E | 0 | 5C | 1E | C | 13F | 56 | 2F |
| Octal | 341 | 21 | 236 | 0 | 134 | 36 | 14 | 477 | 126 | 57 |
| Binary | 11100001 | 10001 | 10011110 | 0 | 1011100 | 11110 | 1100 | 100111111 | 1010110 | 101111 |
Color Harmonies of #E1119E
Complementary color
Monochromatic Colors of #E1119E
Black with #E1119E
Text Example
Text Example
White with #E1119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1119E; }
p { color: rgb(225,17,158); }
H1.HeaderClassName
{
color: #E1119E;
}
.AnyTagClassName
{
color: #E1119E;
}
</style>
background-color css
<style>
a { background-color: #E1119E; }
a { background-color: rgb(225,17,158); }
div.DivClassName
{
background-color: #E1119E;
}
.BgClassName
{
background-color: #E1119E;
}
</style>
border-color css
<style>
span { border-color: #E1119E; }
span { border-color: rgb(225,17,158); }
td.TdClassName
{
border-color: #E1119E;
}
.TagClassName
{
border-color: #E1119E;
}
</style>