Shades of Hollywood Cerise #E10089
Tints of Hollywood Cerise #E10089
RGB
CMYK
RGB Variations
Color information
#E10089 (or 0xE10089) is known color: Hollywood Cerise. HEX triplet: E1, 00 and 89. RGB value is (225,0,137). Sum of RGB (Red+Green+Blue) = 225+0+137=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E10089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10089 is #1EFF76. Grayscale: #525252. Windows color (decimal): -2031479 or 8978657. OLE color: 8978657.
HSL color Cylindrical-coordinate representation of color #E10089: hue angle of 323.47º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10089 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.39 | 0.12 |
| HSL | 323.47º | 1% | 0.44% | - |
| HSV(B) | 323.47º | 1% | 0.88% | - |
| XYZ | 35.57 | 17.81 | 25.23 | - |
| YUV | 82.89 | 158.54 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 137 | 0 | 1 | 0.39 | 0.12 | 323.47 | 1 | 0.44 |
| Hex | E1 | 0 | 89 | 0 | 64 | 27 | C | 143 | 64 | 2C |
| Octal | 341 | 0 | 211 | 0 | 144 | 47 | 14 | 503 | 144 | 54 |
| Binary | 11100001 | 0 | 10001001 | 0 | 1100100 | 100111 | 1100 | 101000011 | 1100100 | 101100 |
Color Harmonies of #E10089
Complementary color
Monochromatic Colors of #E10089
Black with #E10089
Text Example
Text Example
White with #E10089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10089; }
p { color: rgb(225,0,137); }
H1.HeaderClassName
{
color: #E10089;
}
.AnyTagClassName
{
color: #E10089;
}
</style>
background-color css
<style>
a { background-color: #E10089; }
a { background-color: rgb(225,0,137); }
div.DivClassName
{
background-color: #E10089;
}
.BgClassName
{
background-color: #E10089;
}
</style>
border-color css
<style>
span { border-color: #E10089; }
span { border-color: rgb(225,0,137); }
td.TdClassName
{
border-color: #E10089;
}
.TagClassName
{
border-color: #E10089;
}
</style>