Shades of Hollywood Cerise #EA0AA1
Tints of Hollywood Cerise #EA0AA1
RGB
CMYK
RGB Variations
Color information
#EA0AA1 (or 0xEA0AA1) is known color: Hollywood Cerise. HEX triplet: EA, 0A and A1. RGB value is (234,10,161). Sum of RGB (Red+Green+Blue) = 234+10+161=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0AA1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0AA1 is #15F55E. Grayscale: #5D5D5D. Windows color (decimal): -1439071 or 10554090. OLE color: 10554090.
HSL color Cylindrical-coordinate representation of color #EA0AA1: hue angle of 319.55º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0AA1 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 10 | 161 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.08 |
| HSL | 319.55º | 0.92% | 0.48% | - |
| HSV(B) | 319.55º | 0.96% | 0.92% | - |
| XYZ | 40.47 | 20.28 | 35.5 | - |
| YUV | 94.19 | 165.71 | 227.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 161 | 0 | 0.96 | 0.31 | 0.08 | 319.55 | 0.92 | 0.48 |
| Hex | EA | A | A1 | 0 | 60 | 1F | 8 | 140 | 5C | 30 |
| Octal | 352 | 12 | 241 | 0 | 140 | 37 | 10 | 500 | 134 | 60 |
| Binary | 11101010 | 1010 | 10100001 | 0 | 1100000 | 11111 | 1000 | 101000000 | 1011100 | 110000 |
Color Harmonies of #EA0AA1
Complementary color
Monochromatic Colors of #EA0AA1
Black with #EA0AA1
Text Example
Text Example
White with #EA0AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0AA1; }
p { color: rgb(234,10,161); }
H1.HeaderClassName
{
color: #EA0AA1;
}
.AnyTagClassName
{
color: #EA0AA1;
}
</style>
background-color css
<style>
a { background-color: #EA0AA1; }
a { background-color: rgb(234,10,161); }
div.DivClassName
{
background-color: #EA0AA1;
}
.BgClassName
{
background-color: #EA0AA1;
}
</style>
border-color css
<style>
span { border-color: #EA0AA1; }
span { border-color: rgb(234,10,161); }
td.TdClassName
{
border-color: #EA0AA1;
}
.TagClassName
{
border-color: #EA0AA1;
}
</style>