Shades of Hollywood Cerise #EA1099
Tints of Hollywood Cerise #EA1099
RGB
CMYK
RGB Variations
Color information
#EA1099 (or 0xEA1099) is known color: Hollywood Cerise. HEX triplet: EA, 10 and 99. RGB value is (234,16,153). Sum of RGB (Red+Green+Blue) = 234+16+153=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1099 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1099 is #15EF66. Grayscale: #606060. Windows color (decimal): -1437543 or 10031338. OLE color: 10031338.
HSL color Cylindrical-coordinate representation of color #EA1099: hue angle of 322.29º 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 #EA1099 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 16 | 153 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.08 |
| HSL | 322.29º | 0.87% | 0.49% | - |
| HSV(B) | 322.29º | 0.93% | 0.92% | - |
| XYZ | 39.87 | 20.16 | 31.93 | - |
| YUV | 96.8 | 159.72 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 16 | 153 | 0 | 0.93 | 0.35 | 0.08 | 322.29 | 0.87 | 0.49 |
| Hex | EA | 10 | 99 | 0 | 5D | 23 | 8 | 142 | 57 | 31 |
| Octal | 352 | 20 | 231 | 0 | 135 | 43 | 10 | 502 | 127 | 61 |
| Binary | 11101010 | 10000 | 10011001 | 0 | 1011101 | 100011 | 1000 | 101000010 | 1010111 | 110001 |
Color Harmonies of #EA1099
Complementary color
Monochromatic Colors of #EA1099
Black with #EA1099
Text Example
Text Example
White with #EA1099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1099; }
p { color: rgb(234,16,153); }
H1.HeaderClassName
{
color: #EA1099;
}
.AnyTagClassName
{
color: #EA1099;
}
</style>
background-color css
<style>
a { background-color: #EA1099; }
a { background-color: rgb(234,16,153); }
div.DivClassName
{
background-color: #EA1099;
}
.BgClassName
{
background-color: #EA1099;
}
</style>
border-color css
<style>
span { border-color: #EA1099; }
span { border-color: rgb(234,16,153); }
td.TdClassName
{
border-color: #EA1099;
}
.TagClassName
{
border-color: #EA1099;
}
</style>