Shades of Hollywood Cerise #EA139E
Tints of Hollywood Cerise #EA139E
RGB
CMYK
RGB Variations
Color information
#EA139E (or 0xEA139E) is known color: Hollywood Cerise. HEX triplet: EA, 13 and 9E. RGB value is (234,19,158). Sum of RGB (Red+Green+Blue) = 234+19+158=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA139E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA139E is #15EC61. Grayscale: #626262. Windows color (decimal): -1436770 or 10359786. OLE color: 10359786.
HSL color Cylindrical-coordinate representation of color #EA139E: hue angle of 321.21º 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 #EA139E is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 19 | 158 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.08 |
| HSL | 321.21º | 0.85% | 0.5% | - |
| HSV(B) | 321.21º | 0.92% | 0.92% | - |
| XYZ | 40.34 | 20.43 | 34.16 | - |
| YUV | 99.13 | 161.23 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 19 | 158 | 0 | 0.92 | 0.32 | 0.08 | 321.21 | 0.85 | 0.5 |
| Hex | EA | 13 | 9E | 0 | 5C | 20 | 8 | 141 | 55 | 32 |
| Octal | 352 | 23 | 236 | 0 | 134 | 40 | 10 | 501 | 125 | 62 |
| Binary | 11101010 | 10011 | 10011110 | 0 | 1011100 | 100000 | 1000 | 101000001 | 1010101 | 110010 |
Color Harmonies of #EA139E
Complementary color
Monochromatic Colors of #EA139E
Black with #EA139E
Text Example
Text Example
White with #EA139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA139E; }
p { color: rgb(234,19,158); }
H1.HeaderClassName
{
color: #EA139E;
}
.AnyTagClassName
{
color: #EA139E;
}
</style>
background-color css
<style>
a { background-color: #EA139E; }
a { background-color: rgb(234,19,158); }
div.DivClassName
{
background-color: #EA139E;
}
.BgClassName
{
background-color: #EA139E;
}
</style>
border-color css
<style>
span { border-color: #EA139E; }
span { border-color: rgb(234,19,158); }
td.TdClassName
{
border-color: #EA139E;
}
.TagClassName
{
border-color: #EA139E;
}
</style>