Shades of Hollywood Cerise #E00FAB
Tints of Hollywood Cerise #E00FAB
RGB
CMYK
RGB Variations
Color information
#E00FAB (or 0xE00FAB) is known color: Hollywood Cerise. HEX triplet: E0, 0F and AB. RGB value is (224,15,171). Sum of RGB (Red+Green+Blue) = 224+15+171=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E00FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00FAB is #1FF054. Grayscale: #5E5E5E. Windows color (decimal): -2093141 or 11210720. OLE color: 11210720.
HSL color Cylindrical-coordinate representation of color #E00FAB: hue angle of 315.22º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E00FAB is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 15 | 171 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.12 |
| HSL | 315.22º | 0.87% | 0.47% | - |
| HSV(B) | 315.22º | 0.93% | 0.88% | - |
| XYZ | 38.26 | 19.13 | 40.2 | - |
| YUV | 95.28 | 170.74 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 171 | 0 | 0.93 | 0.24 | 0.12 | 315.22 | 0.87 | 0.47 |
| Hex | E0 | F | AB | 0 | 5D | 18 | C | 13B | 57 | 2F |
| Octal | 340 | 17 | 253 | 0 | 135 | 30 | 14 | 473 | 127 | 57 |
| Binary | 11100000 | 1111 | 10101011 | 0 | 1011101 | 11000 | 1100 | 100111011 | 1010111 | 101111 |
Color Harmonies of #E00FAB
Complementary color
Monochromatic Colors of #E00FAB
Black with #E00FAB
Text Example
Text Example
White with #E00FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00FAB; }
p { color: rgb(224,15,171); }
H1.HeaderClassName
{
color: #E00FAB;
}
.AnyTagClassName
{
color: #E00FAB;
}
</style>
background-color css
<style>
a { background-color: #E00FAB; }
a { background-color: rgb(224,15,171); }
div.DivClassName
{
background-color: #E00FAB;
}
.BgClassName
{
background-color: #E00FAB;
}
</style>
border-color css
<style>
span { border-color: #E00FAB; }
span { border-color: rgb(224,15,171); }
td.TdClassName
{
border-color: #E00FAB;
}
.TagClassName
{
border-color: #E00FAB;
}
</style>