Shades of Hollywood Cerise #E001AB
Tints of Hollywood Cerise #E001AB
RGB
CMYK
RGB Variations
Color information
#E001AB (or 0xE001AB) is known color: Hollywood Cerise. HEX triplet: E0, 01 and AB. RGB value is (224,1,171). Sum of RGB (Red+Green+Blue) = 224+1+171=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E001AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E001AB is #1FFE54. Grayscale: #565656. Windows color (decimal): -2096725 or 11207136. OLE color: 11207136.
HSL color Cylindrical-coordinate representation of color #E001AB: hue angle of 314.26º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E001AB is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 171 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.12 |
| HSL | 314.26º | 0.99% | 0.44% | - |
| HSV(B) | 314.26º | 1% | 0.88% | - |
| XYZ | 38.1 | 18.81 | 40.15 | - |
| YUV | 87.06 | 175.38 | 225.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 171 | 0 | 1.00 | 0.24 | 0.12 | 314.26 | 0.99 | 0.44 |
| Hex | E0 | 1 | AB | 0 | 64 | 18 | C | 13A | 63 | 2C |
| Octal | 340 | 1 | 253 | 0 | 144 | 30 | 14 | 472 | 143 | 54 |
| Binary | 11100000 | 1 | 10101011 | 0 | 1100100 | 11000 | 1100 | 100111010 | 1100011 | 101100 |
Color Harmonies of #E001AB
Complementary color
Monochromatic Colors of #E001AB
Black with #E001AB
Text Example
Text Example
White with #E001AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E001AB; }
p { color: rgb(224,1,171); }
H1.HeaderClassName
{
color: #E001AB;
}
.AnyTagClassName
{
color: #E001AB;
}
</style>
background-color css
<style>
a { background-color: #E001AB; }
a { background-color: rgb(224,1,171); }
div.DivClassName
{
background-color: #E001AB;
}
.BgClassName
{
background-color: #E001AB;
}
</style>
border-color css
<style>
span { border-color: #E001AB; }
span { border-color: rgb(224,1,171); }
td.TdClassName
{
border-color: #E001AB;
}
.TagClassName
{
border-color: #E001AB;
}
</style>