Shades of Hollywood Cerise #EA0A90
Tints of Hollywood Cerise #EA0A90
RGB
CMYK
RGB Variations
Color information
#EA0A90 (or 0xEA0A90) is known color: Hollywood Cerise. HEX triplet: EA, 0A and 90. RGB value is (234,10,144). Sum of RGB (Red+Green+Blue) = 234+10+144=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0A90 is #15F56F. Grayscale: #5B5B5B. Windows color (decimal): -1439088 or 9439978. OLE color: 9439978.
HSL color Cylindrical-coordinate representation of color #EA0A90: hue angle of 324.11º 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 #EA0A90 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 10 | 144 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.08 |
| HSL | 324.11º | 0.92% | 0.48% | - |
| HSV(B) | 324.11º | 0.96% | 0.92% | - |
| XYZ | 39.07 | 19.72 | 28.13 | - |
| YUV | 92.25 | 157.21 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 144 | 0 | 0.96 | 0.38 | 0.08 | 324.11 | 0.92 | 0.48 |
| Hex | EA | A | 90 | 0 | 60 | 26 | 8 | 144 | 5C | 30 |
| Octal | 352 | 12 | 220 | 0 | 140 | 46 | 10 | 504 | 134 | 60 |
| Binary | 11101010 | 1010 | 10010000 | 0 | 1100000 | 100110 | 1000 | 101000100 | 1011100 | 110000 |
Color Harmonies of #EA0A90
Complementary color
Monochromatic Colors of #EA0A90
Black with #EA0A90
Text Example
Text Example
White with #EA0A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0A90; }
p { color: rgb(234,10,144); }
H1.HeaderClassName
{
color: #EA0A90;
}
.AnyTagClassName
{
color: #EA0A90;
}
</style>
background-color css
<style>
a { background-color: #EA0A90; }
a { background-color: rgb(234,10,144); }
div.DivClassName
{
background-color: #EA0A90;
}
.BgClassName
{
background-color: #EA0A90;
}
</style>
border-color css
<style>
span { border-color: #EA0A90; }
span { border-color: rgb(234,10,144); }
td.TdClassName
{
border-color: #EA0A90;
}
.TagClassName
{
border-color: #EA0A90;
}
</style>