Shades of Hollywood Cerise #E111AC
Tints of Hollywood Cerise #E111AC
RGB
CMYK
RGB Variations
Color information
#E111AC (or 0xE111AC) is known color: Hollywood Cerise. HEX triplet: E1, 11 and AC. RGB value is (225,17,172). Sum of RGB (Red+Green+Blue) = 225+17+172=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E111AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E111AC is #1EEE53. Grayscale: #606060. Windows color (decimal): -2027092 or 11276769. OLE color: 11276769.
HSL color Cylindrical-coordinate representation of color #E111AC: hue angle of 315.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E111AC is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 172 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.12 |
| HSL | 315.29º | 0.86% | 0.47% | - |
| HSV(B) | 315.29º | 0.92% | 0.88% | - |
| XYZ | 38.7 | 19.39 | 40.73 | - |
| YUV | 96.86 | 170.41 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 172 | 0 | 0.92 | 0.24 | 0.12 | 315.29 | 0.86 | 0.47 |
| Hex | E1 | 11 | AC | 0 | 5C | 18 | C | 13B | 56 | 2F |
| Octal | 341 | 21 | 254 | 0 | 134 | 30 | 14 | 473 | 126 | 57 |
| Binary | 11100001 | 10001 | 10101100 | 0 | 1011100 | 11000 | 1100 | 100111011 | 1010110 | 101111 |
Color Harmonies of #E111AC
Complementary color
Monochromatic Colors of #E111AC
Black with #E111AC
Text Example
Text Example
White with #E111AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E111AC; }
p { color: rgb(225,17,172); }
H1.HeaderClassName
{
color: #E111AC;
}
.AnyTagClassName
{
color: #E111AC;
}
</style>
background-color css
<style>
a { background-color: #E111AC; }
a { background-color: rgb(225,17,172); }
div.DivClassName
{
background-color: #E111AC;
}
.BgClassName
{
background-color: #E111AC;
}
</style>
border-color css
<style>
span { border-color: #E111AC; }
span { border-color: rgb(225,17,172); }
td.TdClassName
{
border-color: #E111AC;
}
.TagClassName
{
border-color: #E111AC;
}
</style>