Shades of Hollywood Cerise #EA09A0
Tints of Hollywood Cerise #EA09A0
RGB
CMYK
RGB Variations
Color information
#EA09A0 (or 0xEA09A0) is known color: Hollywood Cerise. HEX triplet: EA, 09 and A0. RGB value is (234,9,160). Sum of RGB (Red+Green+Blue) = 234+9+160=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA09A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA09A0 is #15F65F. Grayscale: #5D5D5D. Windows color (decimal): -1439328 or 10488298. OLE color: 10488298.
HSL color Cylindrical-coordinate representation of color #EA09A0: hue angle of 319.73º degrees, saturation: 0.93, 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 #EA09A0 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 9 | 160 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.08 |
| HSL | 319.73º | 0.93% | 0.48% | - |
| HSV(B) | 319.73º | 0.96% | 0.92% | - |
| XYZ | 40.37 | 20.23 | 35.03 | - |
| YUV | 93.49 | 165.54 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 9 | 160 | 0 | 0.96 | 0.32 | 0.08 | 319.73 | 0.93 | 0.48 |
| Hex | EA | 9 | A0 | 0 | 60 | 20 | 8 | 140 | 5D | 30 |
| Octal | 352 | 11 | 240 | 0 | 140 | 40 | 10 | 500 | 135 | 60 |
| Binary | 11101010 | 1001 | 10100000 | 0 | 1100000 | 100000 | 1000 | 101000000 | 1011101 | 110000 |
Color Harmonies of #EA09A0
Complementary color
Monochromatic Colors of #EA09A0
Black with #EA09A0
Text Example
Text Example
White with #EA09A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA09A0; }
p { color: rgb(234,9,160); }
H1.HeaderClassName
{
color: #EA09A0;
}
.AnyTagClassName
{
color: #EA09A0;
}
</style>
background-color css
<style>
a { background-color: #EA09A0; }
a { background-color: rgb(234,9,160); }
div.DivClassName
{
background-color: #EA09A0;
}
.BgClassName
{
background-color: #EA09A0;
}
</style>
border-color css
<style>
span { border-color: #EA09A0; }
span { border-color: rgb(234,9,160); }
td.TdClassName
{
border-color: #EA09A0;
}
.TagClassName
{
border-color: #EA09A0;
}
</style>