Shades of Hollywood Cerise #E10087
Tints of Hollywood Cerise #E10087
RGB
CMYK
RGB Variations
Color information
#E10087 (or 0xE10087) is known color: Hollywood Cerise. HEX triplet: E1, 00 and 87. RGB value is (225,0,135). Sum of RGB (Red+Green+Blue) = 225+0+135=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E10087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10087 is #1EFF78. Grayscale: #525252. Windows color (decimal): -2031481 or 8847585. OLE color: 8847585.
HSL color Cylindrical-coordinate representation of color #E10087: hue angle of 324º 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 #E10087 is Cyan = 0, Magento = 1, Yellow = 0.4 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.4 | 0.12 |
| HSL | 324º | 1% | 0.44% | - |
| HSV(B) | 324º | 1% | 0.88% | - |
| XYZ | 35.42 | 17.76 | 24.48 | - |
| YUV | 82.67 | 157.54 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 135 | 0 | 1 | 0.4 | 0.12 | 324 | 1 | 0.44 |
| Hex | E1 | 0 | 87 | 0 | 64 | 28 | C | 144 | 64 | 2C |
| Octal | 341 | 0 | 207 | 0 | 144 | 50 | 14 | 504 | 144 | 54 |
| Binary | 11100001 | 0 | 10000111 | 0 | 1100100 | 101000 | 1100 | 101000100 | 1100100 | 101100 |
Color Harmonies of #E10087
Complementary color
Monochromatic Colors of #E10087
Black with #E10087
Text Example
Text Example
White with #E10087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10087; }
p { color: rgb(225,0,135); }
H1.HeaderClassName
{
color: #E10087;
}
.AnyTagClassName
{
color: #E10087;
}
</style>
background-color css
<style>
a { background-color: #E10087; }
a { background-color: rgb(225,0,135); }
div.DivClassName
{
background-color: #E10087;
}
.BgClassName
{
background-color: #E10087;
}
</style>
border-color css
<style>
span { border-color: #E10087; }
span { border-color: rgb(225,0,135); }
td.TdClassName
{
border-color: #E10087;
}
.TagClassName
{
border-color: #E10087;
}
</style>