Shades of Hollywood Cerise #EA0DA2
Tints of Hollywood Cerise #EA0DA2
RGB
CMYK
RGB Variations
Color information
#EA0DA2 (or 0xEA0DA2) is known color: Hollywood Cerise. HEX triplet: EA, 0D and A2. RGB value is (234,13,162). Sum of RGB (Red+Green+Blue) = 234+13+162=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0DA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0DA2 is #15F25D. Grayscale: #5F5F5F. Windows color (decimal): -1438302 or 10620394. OLE color: 10620394.
HSL color Cylindrical-coordinate representation of color #EA0DA2: hue angle of 319.55º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0DA2 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 13 | 162 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.08 |
| HSL | 319.55º | 0.89% | 0.48% | - |
| HSV(B) | 319.55º | 0.94% | 0.92% | - |
| XYZ | 40.6 | 20.39 | 35.98 | - |
| YUV | 96.07 | 165.22 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 13 | 162 | 0 | 0.94 | 0.31 | 0.08 | 319.55 | 0.89 | 0.48 |
| Hex | EA | D | A2 | 0 | 5E | 1F | 8 | 140 | 59 | 30 |
| Octal | 352 | 15 | 242 | 0 | 136 | 37 | 10 | 500 | 131 | 60 |
| Binary | 11101010 | 1101 | 10100010 | 0 | 1011110 | 11111 | 1000 | 101000000 | 1011001 | 110000 |
Color Harmonies of #EA0DA2
Complementary color
Monochromatic Colors of #EA0DA2
Black with #EA0DA2
Text Example
Text Example
White with #EA0DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0DA2; }
p { color: rgb(234,13,162); }
H1.HeaderClassName
{
color: #EA0DA2;
}
.AnyTagClassName
{
color: #EA0DA2;
}
</style>
background-color css
<style>
a { background-color: #EA0DA2; }
a { background-color: rgb(234,13,162); }
div.DivClassName
{
background-color: #EA0DA2;
}
.BgClassName
{
background-color: #EA0DA2;
}
</style>
border-color css
<style>
span { border-color: #EA0DA2; }
span { border-color: rgb(234,13,162); }
td.TdClassName
{
border-color: #EA0DA2;
}
.TagClassName
{
border-color: #EA0DA2;
}
</style>