Shades of Hollywood Cerise #E114AB
Tints of Hollywood Cerise #E114AB
RGB
CMYK
RGB Variations
Color information
#E114AB (or 0xE114AB) is known color: Hollywood Cerise. HEX triplet: E1, 14 and AB. RGB value is (225,20,171). Sum of RGB (Red+Green+Blue) = 225+20+171=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E114AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E114AB is #1EEB54. Grayscale: #626262. Windows color (decimal): -2026325 or 11212001. OLE color: 11212001.
HSL color Cylindrical-coordinate representation of color #E114AB: hue angle of 315.8º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E114AB is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 171 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.12 |
| HSL | 315.8º | 0.84% | 0.48% | - |
| HSV(B) | 315.8º | 0.91% | 0.88% | - |
| XYZ | 38.65 | 19.45 | 40.24 | - |
| YUV | 98.51 | 168.92 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 171 | 0 | 0.91 | 0.24 | 0.12 | 315.8 | 0.84 | 0.48 |
| Hex | E1 | 14 | AB | 0 | 5B | 18 | C | 13C | 54 | 30 |
| Octal | 341 | 24 | 253 | 0 | 133 | 30 | 14 | 474 | 124 | 60 |
| Binary | 11100001 | 10100 | 10101011 | 0 | 1011011 | 11000 | 1100 | 100111100 | 1010100 | 110000 |
Color Harmonies of #E114AB
Complementary color
Monochromatic Colors of #E114AB
Black with #E114AB
Text Example
Text Example
White with #E114AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E114AB; }
p { color: rgb(225,20,171); }
H1.HeaderClassName
{
color: #E114AB;
}
.AnyTagClassName
{
color: #E114AB;
}
</style>
background-color css
<style>
a { background-color: #E114AB; }
a { background-color: rgb(225,20,171); }
div.DivClassName
{
background-color: #E114AB;
}
.BgClassName
{
background-color: #E114AB;
}
</style>
border-color css
<style>
span { border-color: #E114AB; }
span { border-color: rgb(225,20,171); }
td.TdClassName
{
border-color: #E114AB;
}
.TagClassName
{
border-color: #E114AB;
}
</style>