Shades of Hollywood Cerise #E10893
Tints of Hollywood Cerise #E10893
RGB
CMYK
RGB Variations
Color information
#E10893 (or 0xE10893) is known color: Hollywood Cerise. HEX triplet: E1, 08 and 93. RGB value is (225,8,147). Sum of RGB (Red+Green+Blue) = 225+8+147=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E10893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10893 is #1EF76C. Grayscale: #585858. Windows color (decimal): -2029421 or 9636065. OLE color: 9636065.
HSL color Cylindrical-coordinate representation of color #E10893: hue angle of 321.57º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10893 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 147 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.12 |
| HSL | 321.57º | 0.93% | 0.46% | - |
| HSV(B) | 321.57º | 0.96% | 0.88% | - |
| XYZ | 36.4 | 18.29 | 29.21 | - |
| YUV | 88.73 | 160.89 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 147 | 0 | 0.96 | 0.35 | 0.12 | 321.57 | 0.93 | 0.46 |
| Hex | E1 | 8 | 93 | 0 | 60 | 23 | C | 142 | 5D | 2E |
| Octal | 341 | 10 | 223 | 0 | 140 | 43 | 14 | 502 | 135 | 56 |
| Binary | 11100001 | 1000 | 10010011 | 0 | 1100000 | 100011 | 1100 | 101000010 | 1011101 | 101110 |
Color Harmonies of #E10893
Complementary color
Monochromatic Colors of #E10893
Black with #E10893
Text Example
Text Example
White with #E10893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10893; }
p { color: rgb(225,8,147); }
H1.HeaderClassName
{
color: #E10893;
}
.AnyTagClassName
{
color: #E10893;
}
</style>
background-color css
<style>
a { background-color: #E10893; }
a { background-color: rgb(225,8,147); }
div.DivClassName
{
background-color: #E10893;
}
.BgClassName
{
background-color: #E10893;
}
</style>
border-color css
<style>
span { border-color: #E10893; }
span { border-color: rgb(225,8,147); }
td.TdClassName
{
border-color: #E10893;
}
.TagClassName
{
border-color: #E10893;
}
</style>