Shades of Hollywood Cerise #EA109F
Tints of Hollywood Cerise #EA109F
RGB
CMYK
RGB Variations
Color information
#EA109F (or 0xEA109F) is known color: Hollywood Cerise. HEX triplet: EA, 10 and 9F. RGB value is (234,16,159). Sum of RGB (Red+Green+Blue) = 234+16+159=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA109F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA109F is #15EF60. Grayscale: #616161. Windows color (decimal): -1437537 or 10424554. OLE color: 10424554.
HSL color Cylindrical-coordinate representation of color #EA109F: hue angle of 320.64º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA109F is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 16 | 159 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.08 |
| HSL | 320.64º | 0.87% | 0.49% | - |
| HSV(B) | 320.64º | 0.93% | 0.92% | - |
| XYZ | 40.37 | 20.37 | 34.6 | - |
| YUV | 97.48 | 162.72 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 16 | 159 | 0 | 0.93 | 0.32 | 0.08 | 320.64 | 0.87 | 0.49 |
| Hex | EA | 10 | 9F | 0 | 5D | 20 | 8 | 141 | 57 | 31 |
| Octal | 352 | 20 | 237 | 0 | 135 | 40 | 10 | 501 | 127 | 61 |
| Binary | 11101010 | 10000 | 10011111 | 0 | 1011101 | 100000 | 1000 | 101000001 | 1010111 | 110001 |
Color Harmonies of #EA109F
Complementary color
Monochromatic Colors of #EA109F
Black with #EA109F
Text Example
Text Example
White with #EA109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA109F; }
p { color: rgb(234,16,159); }
H1.HeaderClassName
{
color: #EA109F;
}
.AnyTagClassName
{
color: #EA109F;
}
</style>
background-color css
<style>
a { background-color: #EA109F; }
a { background-color: rgb(234,16,159); }
div.DivClassName
{
background-color: #EA109F;
}
.BgClassName
{
background-color: #EA109F;
}
</style>
border-color css
<style>
span { border-color: #EA109F; }
span { border-color: rgb(234,16,159); }
td.TdClassName
{
border-color: #EA109F;
}
.TagClassName
{
border-color: #EA109F;
}
</style>