Shades of Hollywood Cerise #E108A0
Tints of Hollywood Cerise #E108A0
RGB
CMYK
RGB Variations
Color information
#E108A0 (or 0xE108A0) is known color: Hollywood Cerise. HEX triplet: E1, 08 and A0. RGB value is (225,8,160). Sum of RGB (Red+Green+Blue) = 225+8+160=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E108A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E108A0 is #1EF75F. Grayscale: #595959. Windows color (decimal): -2029408 or 10488033. OLE color: 10488033.
HSL color Cylindrical-coordinate representation of color #E108A0: hue angle of 317.97º 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 #E108A0 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 160 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.12 |
| HSL | 317.97º | 0.93% | 0.46% | - |
| HSV(B) | 317.97º | 0.96% | 0.88% | - |
| XYZ | 37.48 | 18.72 | 34.9 | - |
| YUV | 90.21 | 167.39 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 160 | 0 | 0.96 | 0.29 | 0.12 | 317.97 | 0.93 | 0.46 |
| Hex | E1 | 8 | A0 | 0 | 60 | 1D | C | 13E | 5D | 2E |
| Octal | 341 | 10 | 240 | 0 | 140 | 35 | 14 | 476 | 135 | 56 |
| Binary | 11100001 | 1000 | 10100000 | 0 | 1100000 | 11101 | 1100 | 100111110 | 1011101 | 101110 |
Color Harmonies of #E108A0
Complementary color
Monochromatic Colors of #E108A0
Black with #E108A0
Text Example
Text Example
White with #E108A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E108A0; }
p { color: rgb(225,8,160); }
H1.HeaderClassName
{
color: #E108A0;
}
.AnyTagClassName
{
color: #E108A0;
}
</style>
background-color css
<style>
a { background-color: #E108A0; }
a { background-color: rgb(225,8,160); }
div.DivClassName
{
background-color: #E108A0;
}
.BgClassName
{
background-color: #E108A0;
}
</style>
border-color css
<style>
span { border-color: #E108A0; }
span { border-color: rgb(225,8,160); }
td.TdClassName
{
border-color: #E108A0;
}
.TagClassName
{
border-color: #E108A0;
}
</style>