Shades of Hollywood Cerise #E910A0
Tints of Hollywood Cerise #E910A0
RGB
CMYK
RGB Variations
Color information
#E910A0 (or 0xE910A0) is known color: Hollywood Cerise. HEX triplet: E9, 10 and A0. RGB value is (233,16,160). Sum of RGB (Red+Green+Blue) = 233+16+160=409 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.97% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 233 - color contains mainly: red. Hex color #E910A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E910A0 is #16EF5F. Grayscale: #606060. Windows color (decimal): -1503072 or 10490089. OLE color: 10490089.
HSL color Cylindrical-coordinate representation of color #E910A0: hue angle of 320.18º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E910A0 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 16 | 160 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.09 |
| HSL | 320.18º | 0.87% | 0.49% | - |
| HSV(B) | 320.18º | 0.93% | 0.91% | - |
| XYZ | 40.13 | 20.23 | 35.05 | - |
| YUV | 97.3 | 163.39 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 16 | 160 | 0 | 0.93 | 0.31 | 0.09 | 320.18 | 0.87 | 0.49 |
| Hex | E9 | 10 | A0 | 0 | 5D | 1F | 9 | 140 | 57 | 31 |
| Octal | 351 | 20 | 240 | 0 | 135 | 37 | 11 | 500 | 127 | 61 |
| Binary | 11101001 | 10000 | 10100000 | 0 | 1011101 | 11111 | 1001 | 101000000 | 1010111 | 110001 |
Color Harmonies of #E910A0
Complementary color
Monochromatic Colors of #E910A0
Black with #E910A0
Text Example
Text Example
White with #E910A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E910A0; }
p { color: rgb(233,16,160); }
H1.HeaderClassName
{
color: #E910A0;
}
.AnyTagClassName
{
color: #E910A0;
}
</style>
background-color css
<style>
a { background-color: #E910A0; }
a { background-color: rgb(233,16,160); }
div.DivClassName
{
background-color: #E910A0;
}
.BgClassName
{
background-color: #E910A0;
}
</style>
border-color css
<style>
span { border-color: #E910A0; }
span { border-color: rgb(233,16,160); }
td.TdClassName
{
border-color: #E910A0;
}
.TagClassName
{
border-color: #E910A0;
}
</style>