Shades of Hollywood Cerise #EA13A0
Tints of Hollywood Cerise #EA13A0
RGB
CMYK
RGB Variations
Color information
#EA13A0 (or 0xEA13A0) is known color: Hollywood Cerise. HEX triplet: EA, 13 and A0. RGB value is (234,19,160). Sum of RGB (Red+Green+Blue) = 234+19+160=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 19 (7.81% from 255 or 4.60% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA13A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA13A0 is #15EC5F. Grayscale: #636363. Windows color (decimal): -1436768 or 10490858. OLE color: 10490858.
HSL color Cylindrical-coordinate representation of color #EA13A0: hue angle of 320.65º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA13A0 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 19 | 160 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.08 |
| HSL | 320.65º | 0.85% | 0.5% | - |
| HSV(B) | 320.65º | 0.92% | 0.92% | - |
| XYZ | 40.51 | 20.5 | 35.08 | - |
| YUV | 99.36 | 162.23 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 19 | 160 | 0 | 0.92 | 0.32 | 0.08 | 320.65 | 0.85 | 0.5 |
| Hex | EA | 13 | A0 | 0 | 5C | 20 | 8 | 141 | 55 | 32 |
| Octal | 352 | 23 | 240 | 0 | 134 | 40 | 10 | 501 | 125 | 62 |
| Binary | 11101010 | 10011 | 10100000 | 0 | 1011100 | 100000 | 1000 | 101000001 | 1010101 | 110010 |
Color Harmonies of #EA13A0
Complementary color
Monochromatic Colors of #EA13A0
Black with #EA13A0
Text Example
Text Example
White with #EA13A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA13A0; }
p { color: rgb(234,19,160); }
H1.HeaderClassName
{
color: #EA13A0;
}
.AnyTagClassName
{
color: #EA13A0;
}
</style>
background-color css
<style>
a { background-color: #EA13A0; }
a { background-color: rgb(234,19,160); }
div.DivClassName
{
background-color: #EA13A0;
}
.BgClassName
{
background-color: #EA13A0;
}
</style>
border-color css
<style>
span { border-color: #EA13A0; }
span { border-color: rgb(234,19,160); }
td.TdClassName
{
border-color: #EA13A0;
}
.TagClassName
{
border-color: #EA13A0;
}
</style>