Shades of Hollywood Cerise #E116AB
Tints of Hollywood Cerise #E116AB
RGB
CMYK
RGB Variations
Color information
#E116AB (or 0xE116AB) is known color: Hollywood Cerise. HEX triplet: E1, 16 and AB. RGB value is (225,22,171). Sum of RGB (Red+Green+Blue) = 225+22+171=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E116AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E116AB is #1EE954. Grayscale: #636363. Windows color (decimal): -2025813 or 11212513. OLE color: 11212513.
HSL color Cylindrical-coordinate representation of color #E116AB: hue angle of 315.96º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E116AB is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 171 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.12 |
| HSL | 315.96º | 0.82% | 0.48% | - |
| HSV(B) | 315.96º | 0.9% | 0.88% | - |
| XYZ | 38.69 | 19.52 | 40.26 | - |
| YUV | 99.68 | 168.25 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 171 | 0 | 0.90 | 0.24 | 0.12 | 315.96 | 0.82 | 0.48 |
| Hex | E1 | 16 | AB | 0 | 5A | 18 | C | 13C | 52 | 30 |
| Octal | 341 | 26 | 253 | 0 | 132 | 30 | 14 | 474 | 122 | 60 |
| Binary | 11100001 | 10110 | 10101011 | 0 | 1011010 | 11000 | 1100 | 100111100 | 1010010 | 110000 |
Color Harmonies of #E116AB
Complementary color
Monochromatic Colors of #E116AB
Black with #E116AB
Text Example
Text Example
White with #E116AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E116AB; }
p { color: rgb(225,22,171); }
H1.HeaderClassName
{
color: #E116AB;
}
.AnyTagClassName
{
color: #E116AB;
}
</style>
background-color css
<style>
a { background-color: #E116AB; }
a { background-color: rgb(225,22,171); }
div.DivClassName
{
background-color: #E116AB;
}
.BgClassName
{
background-color: #E116AB;
}
</style>
border-color css
<style>
span { border-color: #E116AB; }
span { border-color: rgb(225,22,171); }
td.TdClassName
{
border-color: #E116AB;
}
.TagClassName
{
border-color: #E116AB;
}
</style>