Shades of Hollywood Cerise #EA02AA
Tints of Hollywood Cerise #EA02AA
RGB
CMYK
RGB Variations
Color information
#EA02AA (or 0xEA02AA) is known color: Hollywood Cerise. HEX triplet: EA, 02 and AA. RGB value is (234,2,170). Sum of RGB (Red+Green+Blue) = 234+2+170=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA02AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA02AA is #15FD55. Grayscale: #5A5A5A. Windows color (decimal): -1441110 or 11141866. OLE color: 11141866.
HSL color Cylindrical-coordinate representation of color #EA02AA: hue angle of 316.55º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA02AA is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 2 | 170 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.08 |
| HSL | 316.55º | 0.98% | 0.46% | - |
| HSV(B) | 316.55º | 0.99% | 0.92% | - |
| XYZ | 41.21 | 20.44 | 39.8 | - |
| YUV | 90.52 | 172.86 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 170 | 0 | 0.99 | 0.27 | 0.08 | 316.55 | 0.98 | 0.46 |
| Hex | EA | 2 | AA | 0 | 63 | 1B | 8 | 13D | 62 | 2E |
| Octal | 352 | 2 | 252 | 0 | 143 | 33 | 10 | 475 | 142 | 56 |
| Binary | 11101010 | 10 | 10101010 | 0 | 1100011 | 11011 | 1000 | 100111101 | 1100010 | 101110 |
Color Harmonies of #EA02AA
Complementary color
Monochromatic Colors of #EA02AA
Black with #EA02AA
Text Example
Text Example
White with #EA02AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA02AA; }
p { color: rgb(234,2,170); }
H1.HeaderClassName
{
color: #EA02AA;
}
.AnyTagClassName
{
color: #EA02AA;
}
</style>
background-color css
<style>
a { background-color: #EA02AA; }
a { background-color: rgb(234,2,170); }
div.DivClassName
{
background-color: #EA02AA;
}
.BgClassName
{
background-color: #EA02AA;
}
</style>
border-color css
<style>
span { border-color: #EA02AA; }
span { border-color: rgb(234,2,170); }
td.TdClassName
{
border-color: #EA02AA;
}
.TagClassName
{
border-color: #EA02AA;
}
</style>