Shades of Hollywood Cerise #EA0CAA
Tints of Hollywood Cerise #EA0CAA
RGB
CMYK
RGB Variations
Color information
#EA0CAA (or 0xEA0CAA) is known color: Hollywood Cerise. HEX triplet: EA, 0C and AA. RGB value is (234,12,170). Sum of RGB (Red+Green+Blue) = 234+12+170=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0CAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0CAA is #15F355. Grayscale: #5F5F5F. Windows color (decimal): -1438550 or 11144426. OLE color: 11144426.
HSL color Cylindrical-coordinate representation of color #EA0CAA: hue angle of 317.3º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0CAA is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 12 | 170 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.08 |
| HSL | 317.3º | 0.9% | 0.48% | - |
| HSV(B) | 317.3º | 0.95% | 0.92% | - |
| XYZ | 41.32 | 20.66 | 39.84 | - |
| YUV | 96.39 | 169.55 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 170 | 0 | 0.95 | 0.27 | 0.08 | 317.3 | 0.9 | 0.48 |
| Hex | EA | C | AA | 0 | 5F | 1B | 8 | 13D | 5A | 30 |
| Octal | 352 | 14 | 252 | 0 | 137 | 33 | 10 | 475 | 132 | 60 |
| Binary | 11101010 | 1100 | 10101010 | 0 | 1011111 | 11011 | 1000 | 100111101 | 1011010 | 110000 |
Color Harmonies of #EA0CAA
Complementary color
Monochromatic Colors of #EA0CAA
Black with #EA0CAA
Text Example
Text Example
White with #EA0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0CAA; }
p { color: rgb(234,12,170); }
H1.HeaderClassName
{
color: #EA0CAA;
}
.AnyTagClassName
{
color: #EA0CAA;
}
</style>
background-color css
<style>
a { background-color: #EA0CAA; }
a { background-color: rgb(234,12,170); }
div.DivClassName
{
background-color: #EA0CAA;
}
.BgClassName
{
background-color: #EA0CAA;
}
</style>
border-color css
<style>
span { border-color: #EA0CAA; }
span { border-color: rgb(234,12,170); }
td.TdClassName
{
border-color: #EA0CAA;
}
.TagClassName
{
border-color: #EA0CAA;
}
</style>