Shades of Hollywood Cerise #E10187
Tints of Hollywood Cerise #E10187
RGB
CMYK
RGB Variations
Color information
#E10187 (or 0xE10187) is known color: Hollywood Cerise. HEX triplet: E1, 01 and 87. RGB value is (225,1,135). Sum of RGB (Red+Green+Blue) = 225+1+135=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E10187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10187 is #1EFE78. Grayscale: #525252. Windows color (decimal): -2031225 or 8847841. OLE color: 8847841.
HSL color Cylindrical-coordinate representation of color #E10187: hue angle of 324.11º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10187 is Cyan = 0, Magento = 1.00, Yellow = 0.4 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 135 | - |
| CMYK | 0 | 1.00 | 0.4 | 0.12 |
| HSL | 324.11º | 0.99% | 0.44% | - |
| HSV(B) | 324.11º | 1% | 0.88% | - |
| XYZ | 35.44 | 17.78 | 24.49 | - |
| YUV | 83.25 | 157.21 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 135 | 0 | 1.00 | 0.4 | 0.12 | 324.11 | 0.99 | 0.44 |
| Hex | E1 | 1 | 87 | 0 | 64 | 28 | C | 144 | 63 | 2C |
| Octal | 341 | 1 | 207 | 0 | 144 | 50 | 14 | 504 | 143 | 54 |
| Binary | 11100001 | 1 | 10000111 | 0 | 1100100 | 101000 | 1100 | 101000100 | 1100011 | 101100 |
Color Harmonies of #E10187
Complementary color
Monochromatic Colors of #E10187
Black with #E10187
Text Example
Text Example
White with #E10187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10187; }
p { color: rgb(225,1,135); }
H1.HeaderClassName
{
color: #E10187;
}
.AnyTagClassName
{
color: #E10187;
}
</style>
background-color css
<style>
a { background-color: #E10187; }
a { background-color: rgb(225,1,135); }
div.DivClassName
{
background-color: #E10187;
}
.BgClassName
{
background-color: #E10187;
}
</style>
border-color css
<style>
span { border-color: #E10187; }
span { border-color: rgb(225,1,135); }
td.TdClassName
{
border-color: #E10187;
}
.TagClassName
{
border-color: #E10187;
}
</style>