Shades of Hollywood Cerise #E10CAB
Tints of Hollywood Cerise #E10CAB
RGB
CMYK
RGB Variations
Color information
#E10CAB (or 0xE10CAB) is known color: Hollywood Cerise. HEX triplet: E1, 0C and AB. RGB value is (225,12,171). Sum of RGB (Red+Green+Blue) = 225+12+171=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10CAB is #1EF354. Grayscale: #5D5D5D. Windows color (decimal): -2028373 or 11209953. OLE color: 11209953.
HSL color Cylindrical-coordinate representation of color #E10CAB: hue angle of 315.21º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10CAB is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 171 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.12 |
| HSL | 315.21º | 0.9% | 0.46% | - |
| HSV(B) | 315.21º | 0.95% | 0.88% | - |
| XYZ | 38.53 | 19.21 | 40.21 | - |
| YUV | 93.81 | 171.57 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 171 | 0 | 0.95 | 0.24 | 0.12 | 315.21 | 0.9 | 0.46 |
| Hex | E1 | C | AB | 0 | 5F | 18 | C | 13B | 5A | 2E |
| Octal | 341 | 14 | 253 | 0 | 137 | 30 | 14 | 473 | 132 | 56 |
| Binary | 11100001 | 1100 | 10101011 | 0 | 1011111 | 11000 | 1100 | 100111011 | 1011010 | 101110 |
Color Harmonies of #E10CAB
Complementary color
Monochromatic Colors of #E10CAB
Black with #E10CAB
Text Example
Text Example
White with #E10CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10CAB; }
p { color: rgb(225,12,171); }
H1.HeaderClassName
{
color: #E10CAB;
}
.AnyTagClassName
{
color: #E10CAB;
}
</style>
background-color css
<style>
a { background-color: #E10CAB; }
a { background-color: rgb(225,12,171); }
div.DivClassName
{
background-color: #E10CAB;
}
.BgClassName
{
background-color: #E10CAB;
}
</style>
border-color css
<style>
span { border-color: #E10CAB; }
span { border-color: rgb(225,12,171); }
td.TdClassName
{
border-color: #E10CAB;
}
.TagClassName
{
border-color: #E10CAB;
}
</style>