Shades of Hollywood Cerise #E108AC
Tints of Hollywood Cerise #E108AC
RGB
CMYK
RGB Variations
Color information
#E108AC (or 0xE108AC) is known color: Hollywood Cerise. HEX triplet: E1, 08 and AC. RGB value is (225,8,172). Sum of RGB (Red+Green+Blue) = 225+8+172=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E108AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E108AC is #1EF753. Grayscale: #5B5B5B. Windows color (decimal): -2029396 or 11274465. OLE color: 11274465.
HSL color Cylindrical-coordinate representation of color #E108AC: hue angle of 314.65º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E108AC is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 172 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.12 |
| HSL | 314.65º | 0.93% | 0.46% | - |
| HSV(B) | 314.65º | 0.96% | 0.88% | - |
| XYZ | 38.58 | 19.16 | 40.69 | - |
| YUV | 91.58 | 173.39 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 172 | 0 | 0.96 | 0.24 | 0.12 | 314.65 | 0.93 | 0.46 |
| Hex | E1 | 8 | AC | 0 | 60 | 18 | C | 13B | 5D | 2E |
| Octal | 341 | 10 | 254 | 0 | 140 | 30 | 14 | 473 | 135 | 56 |
| Binary | 11100001 | 1000 | 10101100 | 0 | 1100000 | 11000 | 1100 | 100111011 | 1011101 | 101110 |
Color Harmonies of #E108AC
Complementary color
Monochromatic Colors of #E108AC
Black with #E108AC
Text Example
Text Example
White with #E108AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E108AC; }
p { color: rgb(225,8,172); }
H1.HeaderClassName
{
color: #E108AC;
}
.AnyTagClassName
{
color: #E108AC;
}
</style>
background-color css
<style>
a { background-color: #E108AC; }
a { background-color: rgb(225,8,172); }
div.DivClassName
{
background-color: #E108AC;
}
.BgClassName
{
background-color: #E108AC;
}
</style>
border-color css
<style>
span { border-color: #E108AC; }
span { border-color: rgb(225,8,172); }
td.TdClassName
{
border-color: #E108AC;
}
.TagClassName
{
border-color: #E108AC;
}
</style>