Shades of Hollywood Cerise #EA0DB0
Tints of Hollywood Cerise #EA0DB0
RGB
CMYK
RGB Variations
Color information
#EA0DB0 (or 0xEA0DB0) is known color: Hollywood Cerise. HEX triplet: EA, 0D and B0. RGB value is (234,13,176). Sum of RGB (Red+Green+Blue) = 234+13+176=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0DB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0DB0 is #15F24F. Grayscale: #616161. Windows color (decimal): -1438288 or 11537898. OLE color: 11537898.
HSL color Cylindrical-coordinate representation of color #EA0DB0: hue angle of 315.75º 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 #EA0DB0 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 13 | 176 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.08 |
| HSL | 315.75º | 0.89% | 0.48% | - |
| HSV(B) | 315.75º | 0.94% | 0.92% | - |
| XYZ | 41.91 | 20.91 | 42.9 | - |
| YUV | 97.66 | 172.22 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 13 | 176 | 0 | 0.94 | 0.25 | 0.08 | 315.75 | 0.89 | 0.48 |
| Hex | EA | D | B0 | 0 | 5E | 19 | 8 | 13C | 59 | 30 |
| Octal | 352 | 15 | 260 | 0 | 136 | 31 | 10 | 474 | 131 | 60 |
| Binary | 11101010 | 1101 | 10110000 | 0 | 1011110 | 11001 | 1000 | 100111100 | 1011001 | 110000 |
Color Harmonies of #EA0DB0
Complementary color
Monochromatic Colors of #EA0DB0
Black with #EA0DB0
Text Example
Text Example
White with #EA0DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0DB0; }
p { color: rgb(234,13,176); }
H1.HeaderClassName
{
color: #EA0DB0;
}
.AnyTagClassName
{
color: #EA0DB0;
}
</style>
background-color css
<style>
a { background-color: #EA0DB0; }
a { background-color: rgb(234,13,176); }
div.DivClassName
{
background-color: #EA0DB0;
}
.BgClassName
{
background-color: #EA0DB0;
}
</style>
border-color css
<style>
span { border-color: #EA0DB0; }
span { border-color: rgb(234,13,176); }
td.TdClassName
{
border-color: #EA0DB0;
}
.TagClassName
{
border-color: #EA0DB0;
}
</style>