Shades of Hollywood Cerise #E10FAC
Tints of Hollywood Cerise #E10FAC
RGB
CMYK
RGB Variations
Color information
#E10FAC (or 0xE10FAC) is known color: Hollywood Cerise. HEX triplet: E1, 0F and AC. RGB value is (225,15,172). Sum of RGB (Red+Green+Blue) = 225+15+172=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 15 (6.25% from 255 or 3.64% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E10FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10FAC is #1EF053. Grayscale: #5F5F5F. Windows color (decimal): -2027604 or 11276257. OLE color: 11276257.
HSL color Cylindrical-coordinate representation of color #E10FAC: hue angle of 315.14º degrees, saturation: 0.88, 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 #E10FAC is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 172 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.12 |
| HSL | 315.14º | 0.88% | 0.47% | - |
| HSV(B) | 315.14º | 0.93% | 0.88% | - |
| XYZ | 38.67 | 19.33 | 40.72 | - |
| YUV | 95.69 | 171.07 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 172 | 0 | 0.93 | 0.24 | 0.12 | 315.14 | 0.88 | 0.47 |
| Hex | E1 | F | AC | 0 | 5D | 18 | C | 13B | 58 | 2F |
| Octal | 341 | 17 | 254 | 0 | 135 | 30 | 14 | 473 | 130 | 57 |
| Binary | 11100001 | 1111 | 10101100 | 0 | 1011101 | 11000 | 1100 | 100111011 | 1011000 | 101111 |
Color Harmonies of #E10FAC
Complementary color
Monochromatic Colors of #E10FAC
Black with #E10FAC
Text Example
Text Example
White with #E10FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10FAC; }
p { color: rgb(225,15,172); }
H1.HeaderClassName
{
color: #E10FAC;
}
.AnyTagClassName
{
color: #E10FAC;
}
</style>
background-color css
<style>
a { background-color: #E10FAC; }
a { background-color: rgb(225,15,172); }
div.DivClassName
{
background-color: #E10FAC;
}
.BgClassName
{
background-color: #E10FAC;
}
</style>
border-color css
<style>
span { border-color: #E10FAC; }
span { border-color: rgb(225,15,172); }
td.TdClassName
{
border-color: #E10FAC;
}
.TagClassName
{
border-color: #E10FAC;
}
</style>