Shades of Hollywood Cerise #EA019C
Tints of Hollywood Cerise #EA019C
RGB
CMYK
RGB Variations
Color information
#EA019C (or 0xEA019C) is known color: Hollywood Cerise. HEX triplet: EA, 01 and 9C. RGB value is (234,1,156). Sum of RGB (Red+Green+Blue) = 234+1+156=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA019C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA019C is #15FE63. Grayscale: #575757. Windows color (decimal): -1441380 or 10224106. OLE color: 10224106.
HSL color Cylindrical-coordinate representation of color #EA019C: hue angle of 320.09º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA019C is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 156 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.08 |
| HSL | 320.09º | 0.99% | 0.46% | - |
| HSV(B) | 320.09º | 1% | 0.92% | - |
| XYZ | 39.94 | 19.91 | 33.19 | - |
| YUV | 88.34 | 166.19 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 156 | 0 | 1.00 | 0.33 | 0.08 | 320.09 | 0.99 | 0.46 |
| Hex | EA | 1 | 9C | 0 | 64 | 21 | 8 | 140 | 63 | 2E |
| Octal | 352 | 1 | 234 | 0 | 144 | 41 | 10 | 500 | 143 | 56 |
| Binary | 11101010 | 1 | 10011100 | 0 | 1100100 | 100001 | 1000 | 101000000 | 1100011 | 101110 |
Color Harmonies of #EA019C
Complementary color
Monochromatic Colors of #EA019C
Black with #EA019C
Text Example
Text Example
White with #EA019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA019C; }
p { color: rgb(234,1,156); }
H1.HeaderClassName
{
color: #EA019C;
}
.AnyTagClassName
{
color: #EA019C;
}
</style>
background-color css
<style>
a { background-color: #EA019C; }
a { background-color: rgb(234,1,156); }
div.DivClassName
{
background-color: #EA019C;
}
.BgClassName
{
background-color: #EA019C;
}
</style>
border-color css
<style>
span { border-color: #EA019C; }
span { border-color: rgb(234,1,156); }
td.TdClassName
{
border-color: #EA019C;
}
.TagClassName
{
border-color: #EA019C;
}
</style>