Shades of Hollywood Cerise #E11198
Tints of Hollywood Cerise #E11198
RGB
CMYK
RGB Variations
Color information
#E11198 (or 0xE11198) is known color: Hollywood Cerise. HEX triplet: E1, 11 and 98. RGB value is (225,17,152). Sum of RGB (Red+Green+Blue) = 225+17+152=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E11198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11198 is #1EEE67. Grayscale: #5E5E5E. Windows color (decimal): -2027112 or 9966049. OLE color: 9966049.
HSL color Cylindrical-coordinate representation of color #E11198: hue angle of 321.06º 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 #E11198 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 152 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.12 |
| HSL | 321.06º | 0.86% | 0.47% | - |
| HSV(B) | 321.06º | 0.92% | 0.88% | - |
| XYZ | 36.92 | 18.68 | 31.36 | - |
| YUV | 94.58 | 160.41 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 152 | 0 | 0.92 | 0.32 | 0.12 | 321.06 | 0.86 | 0.47 |
| Hex | E1 | 11 | 98 | 0 | 5C | 20 | C | 141 | 56 | 2F |
| Octal | 341 | 21 | 230 | 0 | 134 | 40 | 14 | 501 | 126 | 57 |
| Binary | 11100001 | 10001 | 10011000 | 0 | 1011100 | 100000 | 1100 | 101000001 | 1010110 | 101111 |
Color Harmonies of #E11198
Complementary color
Monochromatic Colors of #E11198
Black with #E11198
Text Example
Text Example
White with #E11198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11198; }
p { color: rgb(225,17,152); }
H1.HeaderClassName
{
color: #E11198;
}
.AnyTagClassName
{
color: #E11198;
}
</style>
background-color css
<style>
a { background-color: #E11198; }
a { background-color: rgb(225,17,152); }
div.DivClassName
{
background-color: #E11198;
}
.BgClassName
{
background-color: #E11198;
}
</style>
border-color css
<style>
span { border-color: #E11198; }
span { border-color: rgb(225,17,152); }
td.TdClassName
{
border-color: #E11198;
}
.TagClassName
{
border-color: #E11198;
}
</style>