Shades of Hollywood Cerise #E100AB
Tints of Hollywood Cerise #E100AB
RGB
CMYK
RGB Variations
Color information
#E100AB (or 0xE100AB) is known color: Hollywood Cerise. HEX triplet: E1, 00 and AB. RGB value is (225,0,171). Sum of RGB (Red+Green+Blue) = 225+0+171=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E100AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E100AB is #1EFF54. Grayscale: #565656. Windows color (decimal): -2031445 or 11206881. OLE color: 11206881.
HSL color Cylindrical-coordinate representation of color #E100AB: hue angle of 314.4º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E100AB is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 171 | - |
| CMYK | 0 | 1 | 0.24 | 0.12 |
| HSL | 314.4º | 1% | 0.44% | - |
| HSV(B) | 314.4º | 1% | 0.88% | - |
| XYZ | 38.4 | 18.95 | 40.16 | - |
| YUV | 86.77 | 175.54 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 171 | 0 | 1 | 0.24 | 0.12 | 314.4 | 1 | 0.44 |
| Hex | E1 | 0 | AB | 0 | 64 | 18 | C | 13A | 64 | 2C |
| Octal | 341 | 0 | 253 | 0 | 144 | 30 | 14 | 472 | 144 | 54 |
| Binary | 11100001 | 0 | 10101011 | 0 | 1100100 | 11000 | 1100 | 100111010 | 1100100 | 101100 |
Color Harmonies of #E100AB
Complementary color
Monochromatic Colors of #E100AB
Black with #E100AB
Text Example
Text Example
White with #E100AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100AB; }
p { color: rgb(225,0,171); }
H1.HeaderClassName
{
color: #E100AB;
}
.AnyTagClassName
{
color: #E100AB;
}
</style>
background-color css
<style>
a { background-color: #E100AB; }
a { background-color: rgb(225,0,171); }
div.DivClassName
{
background-color: #E100AB;
}
.BgClassName
{
background-color: #E100AB;
}
</style>
border-color css
<style>
span { border-color: #E100AB; }
span { border-color: rgb(225,0,171); }
td.TdClassName
{
border-color: #E100AB;
}
.TagClassName
{
border-color: #E100AB;
}
</style>