Shades of Hollywood Cerise #EE10A0
Tints of Hollywood Cerise #EE10A0
RGB
CMYK
RGB Variations
Color information
#EE10A0 (or 0xEE10A0) is known color: Hollywood Cerise. HEX triplet: EE, 10 and A0. RGB value is (238,16,160). Sum of RGB (Red+Green+Blue) = 238+16+160=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EE10A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE10A0 is #11EF5F. Grayscale: #626262. Windows color (decimal): -1175392 or 10490094. OLE color: 10490094.
HSL color Cylindrical-coordinate representation of color #EE10A0: hue angle of 321.08º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE10A0 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 160 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.07 |
| HSL | 321.08º | 0.87% | 0.5% | - |
| HSV(B) | 321.08º | 0.93% | 0.93% | - |
| XYZ | 41.79 | 21.09 | 35.13 | - |
| YUV | 98.79 | 162.55 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 160 | 0 | 0.93 | 0.33 | 0.07 | 321.08 | 0.87 | 0.5 |
| Hex | EE | 10 | A0 | 0 | 5D | 21 | 7 | 141 | 57 | 32 |
| Octal | 356 | 20 | 240 | 0 | 135 | 41 | 7 | 501 | 127 | 62 |
| Binary | 11101110 | 10000 | 10100000 | 0 | 1011101 | 100001 | 111 | 101000001 | 1010111 | 110010 |
Color Harmonies of #EE10A0
Complementary color
Monochromatic Colors of #EE10A0
Black with #EE10A0
Text Example
Text Example
White with #EE10A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE10A0; }
p { color: rgb(238,16,160); }
H1.HeaderClassName
{
color: #EE10A0;
}
.AnyTagClassName
{
color: #EE10A0;
}
</style>
background-color css
<style>
a { background-color: #EE10A0; }
a { background-color: rgb(238,16,160); }
div.DivClassName
{
background-color: #EE10A0;
}
.BgClassName
{
background-color: #EE10A0;
}
</style>
border-color css
<style>
span { border-color: #EE10A0; }
span { border-color: rgb(238,16,160); }
td.TdClassName
{
border-color: #EE10A0;
}
.TagClassName
{
border-color: #EE10A0;
}
</style>