Shades of Hollywood Cerise #EA00A0
Tints of Hollywood Cerise #EA00A0
RGB
CMYK
RGB Variations
Color information
#EA00A0 (or 0xEA00A0) is known color: Hollywood Cerise. HEX triplet: EA, 00 and A0. RGB value is (234,0,160). Sum of RGB (Red+Green+Blue) = 234+0+160=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA00A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA00A0 is #15FF5F. Grayscale: #575757. Windows color (decimal): -1441632 or 10485994. OLE color: 10485994.
HSL color Cylindrical-coordinate representation of color #EA00A0: hue angle of 318.97º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA00A0 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.32 | 0.08 |
| HSL | 318.97º | 1% | 0.46% | - |
| HSV(B) | 318.97º | 1% | 0.92% | - |
| XYZ | 40.28 | 20.03 | 35 | - |
| YUV | 88.21 | 168.52 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 160 | 0 | 1 | 0.32 | 0.08 | 318.97 | 1 | 0.46 |
| Hex | EA | 0 | A0 | 0 | 64 | 20 | 8 | 13F | 64 | 2E |
| Octal | 352 | 0 | 240 | 0 | 144 | 40 | 10 | 477 | 144 | 56 |
| Binary | 11101010 | 0 | 10100000 | 0 | 1100100 | 100000 | 1000 | 100111111 | 1100100 | 101110 |
Color Harmonies of #EA00A0
Complementary color
Monochromatic Colors of #EA00A0
Black with #EA00A0
Text Example
Text Example
White with #EA00A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA00A0; }
p { color: rgb(234,0,160); }
H1.HeaderClassName
{
color: #EA00A0;
}
.AnyTagClassName
{
color: #EA00A0;
}
</style>
background-color css
<style>
a { background-color: #EA00A0; }
a { background-color: rgb(234,0,160); }
div.DivClassName
{
background-color: #EA00A0;
}
.BgClassName
{
background-color: #EA00A0;
}
</style>
border-color css
<style>
span { border-color: #EA00A0; }
span { border-color: rgb(234,0,160); }
td.TdClassName
{
border-color: #EA00A0;
}
.TagClassName
{
border-color: #EA00A0;
}
</style>