Shades of Hollywood Cerise #EA11A0
Tints of Hollywood Cerise #EA11A0
RGB
CMYK
RGB Variations
Color information
#EA11A0 (or 0xEA11A0) is known color: Hollywood Cerise. HEX triplet: EA, 11 and A0. RGB value is (234,17,160). Sum of RGB (Red+Green+Blue) = 234+17+160=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA11A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA11A0 is #15EE5F. Grayscale: #616161. Windows color (decimal): -1437280 or 10490346. OLE color: 10490346.
HSL color Cylindrical-coordinate representation of color #EA11A0: hue angle of 320.46º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA11A0 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 160 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.08 |
| HSL | 320.46º | 0.86% | 0.49% | - |
| HSV(B) | 320.46º | 0.93% | 0.92% | - |
| XYZ | 40.48 | 20.43 | 35.07 | - |
| YUV | 98.19 | 162.89 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 160 | 0 | 0.93 | 0.32 | 0.08 | 320.46 | 0.86 | 0.49 |
| Hex | EA | 11 | A0 | 0 | 5D | 20 | 8 | 140 | 56 | 31 |
| Octal | 352 | 21 | 240 | 0 | 135 | 40 | 10 | 500 | 126 | 61 |
| Binary | 11101010 | 10001 | 10100000 | 0 | 1011101 | 100000 | 1000 | 101000000 | 1010110 | 110001 |
Color Harmonies of #EA11A0
Complementary color
Monochromatic Colors of #EA11A0
Black with #EA11A0
Text Example
Text Example
White with #EA11A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA11A0; }
p { color: rgb(234,17,160); }
H1.HeaderClassName
{
color: #EA11A0;
}
.AnyTagClassName
{
color: #EA11A0;
}
</style>
background-color css
<style>
a { background-color: #EA11A0; }
a { background-color: rgb(234,17,160); }
div.DivClassName
{
background-color: #EA11A0;
}
.BgClassName
{
background-color: #EA11A0;
}
</style>
border-color css
<style>
span { border-color: #EA11A0; }
span { border-color: rgb(234,17,160); }
td.TdClassName
{
border-color: #EA11A0;
}
.TagClassName
{
border-color: #EA11A0;
}
</style>