Shades of Hollywood Cerise #E113AB
Tints of Hollywood Cerise #E113AB
RGB
CMYK
RGB Variations
Color information
#E113AB (or 0xE113AB) is known color: Hollywood Cerise. HEX triplet: E1, 13 and AB. RGB value is (225,19,171). Sum of RGB (Red+Green+Blue) = 225+19+171=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E113AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E113AB is #1EEC54. Grayscale: #616161. Windows color (decimal): -2026581 or 11211745. OLE color: 11211745.
HSL color Cylindrical-coordinate representation of color #E113AB: hue angle of 315.73º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E113AB is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 171 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.12 |
| HSL | 315.73º | 0.84% | 0.48% | - |
| HSV(B) | 315.73º | 0.92% | 0.88% | - |
| XYZ | 38.63 | 19.41 | 40.24 | - |
| YUV | 97.92 | 169.25 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 171 | 0 | 0.92 | 0.24 | 0.12 | 315.73 | 0.84 | 0.48 |
| Hex | E1 | 13 | AB | 0 | 5C | 18 | C | 13C | 54 | 30 |
| Octal | 341 | 23 | 253 | 0 | 134 | 30 | 14 | 474 | 124 | 60 |
| Binary | 11100001 | 10011 | 10101011 | 0 | 1011100 | 11000 | 1100 | 100111100 | 1010100 | 110000 |
Color Harmonies of #E113AB
Complementary color
Monochromatic Colors of #E113AB
Black with #E113AB
Text Example
Text Example
White with #E113AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E113AB; }
p { color: rgb(225,19,171); }
H1.HeaderClassName
{
color: #E113AB;
}
.AnyTagClassName
{
color: #E113AB;
}
</style>
background-color css
<style>
a { background-color: #E113AB; }
a { background-color: rgb(225,19,171); }
div.DivClassName
{
background-color: #E113AB;
}
.BgClassName
{
background-color: #E113AB;
}
</style>
border-color css
<style>
span { border-color: #E113AB; }
span { border-color: rgb(225,19,171); }
td.TdClassName
{
border-color: #E113AB;
}
.TagClassName
{
border-color: #E113AB;
}
</style>