Shades of Hollywood Cerise #EA0A9C
Tints of Hollywood Cerise #EA0A9C
RGB
CMYK
RGB Variations
Color information
#EA0A9C (or 0xEA0A9C) is known color: Hollywood Cerise. HEX triplet: EA, 0A and 9C. RGB value is (234,10,156). Sum of RGB (Red+Green+Blue) = 234+10+156=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0A9C is #15F563. Grayscale: #5D5D5D. Windows color (decimal): -1439076 or 10226410. OLE color: 10226410.
HSL color Cylindrical-coordinate representation of color #EA0A9C: hue angle of 320.89º 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 #EA0A9C is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 10 | 156 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.08 |
| HSL | 320.89º | 0.92% | 0.48% | - |
| HSV(B) | 320.89º | 0.96% | 0.92% | - |
| XYZ | 40.04 | 20.11 | 33.22 | - |
| YUV | 93.62 | 163.21 | 228.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 156 | 0 | 0.96 | 0.33 | 0.08 | 320.89 | 0.92 | 0.48 |
| Hex | EA | A | 9C | 0 | 60 | 21 | 8 | 141 | 5C | 30 |
| Octal | 352 | 12 | 234 | 0 | 140 | 41 | 10 | 501 | 134 | 60 |
| Binary | 11101010 | 1010 | 10011100 | 0 | 1100000 | 100001 | 1000 | 101000001 | 1011100 | 110000 |
Color Harmonies of #EA0A9C
Complementary color
Monochromatic Colors of #EA0A9C
Black with #EA0A9C
Text Example
Text Example
White with #EA0A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0A9C; }
p { color: rgb(234,10,156); }
H1.HeaderClassName
{
color: #EA0A9C;
}
.AnyTagClassName
{
color: #EA0A9C;
}
</style>
background-color css
<style>
a { background-color: #EA0A9C; }
a { background-color: rgb(234,10,156); }
div.DivClassName
{
background-color: #EA0A9C;
}
.BgClassName
{
background-color: #EA0A9C;
}
</style>
border-color css
<style>
span { border-color: #EA0A9C; }
span { border-color: rgb(234,10,156); }
td.TdClassName
{
border-color: #EA0A9C;
}
.TagClassName
{
border-color: #EA0A9C;
}
</style>