Shades of Hollywood Cerise #EA139A
Tints of Hollywood Cerise #EA139A
RGB
CMYK
RGB Variations
Color information
#EA139A (or 0xEA139A) is known color: Hollywood Cerise. HEX triplet: EA, 13 and 9A. RGB value is (234,19,154). Sum of RGB (Red+Green+Blue) = 234+19+154=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA139A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA139A is #15EC65. Grayscale: #626262. Windows color (decimal): -1436774 or 10097642. OLE color: 10097642.
HSL color Cylindrical-coordinate representation of color #EA139A: hue angle of 322.33º 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 #EA139A is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 19 | 154 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.08 |
| HSL | 322.33º | 0.85% | 0.5% | - |
| HSV(B) | 322.33º | 0.92% | 0.92% | - |
| XYZ | 40 | 20.29 | 32.38 | - |
| YUV | 98.68 | 159.23 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 19 | 154 | 0 | 0.92 | 0.34 | 0.08 | 322.33 | 0.85 | 0.5 |
| Hex | EA | 13 | 9A | 0 | 5C | 22 | 8 | 142 | 55 | 32 |
| Octal | 352 | 23 | 232 | 0 | 134 | 42 | 10 | 502 | 125 | 62 |
| Binary | 11101010 | 10011 | 10011010 | 0 | 1011100 | 100010 | 1000 | 101000010 | 1010101 | 110010 |
Color Harmonies of #EA139A
Complementary color
Monochromatic Colors of #EA139A
Black with #EA139A
Text Example
Text Example
White with #EA139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA139A; }
p { color: rgb(234,19,154); }
H1.HeaderClassName
{
color: #EA139A;
}
.AnyTagClassName
{
color: #EA139A;
}
</style>
background-color css
<style>
a { background-color: #EA139A; }
a { background-color: rgb(234,19,154); }
div.DivClassName
{
background-color: #EA139A;
}
.BgClassName
{
background-color: #EA139A;
}
</style>
border-color css
<style>
span { border-color: #EA139A; }
span { border-color: rgb(234,19,154); }
td.TdClassName
{
border-color: #EA139A;
}
.TagClassName
{
border-color: #EA139A;
}
</style>