Shades of Hollywood Cerise #EA139C
Tints of Hollywood Cerise #EA139C
RGB
CMYK
RGB Variations
Color information
#EA139C (or 0xEA139C) is known color: Hollywood Cerise. HEX triplet: EA, 13 and 9C. RGB value is (234,19,156). Sum of RGB (Red+Green+Blue) = 234+19+156=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA139C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA139C is #15EC63. Grayscale: #626262. Windows color (decimal): -1436772 or 10228714. OLE color: 10228714.
HSL color Cylindrical-coordinate representation of color #EA139C: hue angle of 321.77º 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 #EA139C is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 19 | 156 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.08 |
| HSL | 321.77º | 0.85% | 0.5% | - |
| HSV(B) | 321.77º | 0.92% | 0.92% | - |
| XYZ | 40.17 | 20.36 | 33.27 | - |
| YUV | 98.9 | 160.23 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 19 | 156 | 0 | 0.92 | 0.33 | 0.08 | 321.77 | 0.85 | 0.5 |
| Hex | EA | 13 | 9C | 0 | 5C | 21 | 8 | 142 | 55 | 32 |
| Octal | 352 | 23 | 234 | 0 | 134 | 41 | 10 | 502 | 125 | 62 |
| Binary | 11101010 | 10011 | 10011100 | 0 | 1011100 | 100001 | 1000 | 101000010 | 1010101 | 110010 |
Color Harmonies of #EA139C
Complementary color
Monochromatic Colors of #EA139C
Black with #EA139C
Text Example
Text Example
White with #EA139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA139C; }
p { color: rgb(234,19,156); }
H1.HeaderClassName
{
color: #EA139C;
}
.AnyTagClassName
{
color: #EA139C;
}
</style>
background-color css
<style>
a { background-color: #EA139C; }
a { background-color: rgb(234,19,156); }
div.DivClassName
{
background-color: #EA139C;
}
.BgClassName
{
background-color: #EA139C;
}
</style>
border-color css
<style>
span { border-color: #EA139C; }
span { border-color: rgb(234,19,156); }
td.TdClassName
{
border-color: #EA139C;
}
.TagClassName
{
border-color: #EA139C;
}
</style>