Shades of Hollywood Cerise #E10993
Tints of Hollywood Cerise #E10993
RGB
CMYK
RGB Variations
Color information
#E10993 (or 0xE10993) is known color: Hollywood Cerise. HEX triplet: E1, 09 and 93. RGB value is (225,9,147). Sum of RGB (Red+Green+Blue) = 225+9+147=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E10993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10993 is #1EF66C. Grayscale: #585858. Windows color (decimal): -2029165 or 9636321. OLE color: 9636321.
HSL color Cylindrical-coordinate representation of color #E10993: hue angle of 321.67º degrees, saturation: 0.92, 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 #E10993 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 147 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.12 |
| HSL | 321.67º | 0.92% | 0.46% | - |
| HSV(B) | 321.67º | 0.96% | 0.88% | - |
| XYZ | 36.42 | 18.31 | 29.22 | - |
| YUV | 89.32 | 160.56 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 147 | 0 | 0.96 | 0.35 | 0.12 | 321.67 | 0.92 | 0.46 |
| Hex | E1 | 9 | 93 | 0 | 60 | 23 | C | 142 | 5C | 2E |
| Octal | 341 | 11 | 223 | 0 | 140 | 43 | 14 | 502 | 134 | 56 |
| Binary | 11100001 | 1001 | 10010011 | 0 | 1100000 | 100011 | 1100 | 101000010 | 1011100 | 101110 |
Color Harmonies of #E10993
Complementary color
Monochromatic Colors of #E10993
Black with #E10993
Text Example
Text Example
White with #E10993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10993; }
p { color: rgb(225,9,147); }
H1.HeaderClassName
{
color: #E10993;
}
.AnyTagClassName
{
color: #E10993;
}
</style>
background-color css
<style>
a { background-color: #E10993; }
a { background-color: rgb(225,9,147); }
div.DivClassName
{
background-color: #E10993;
}
.BgClassName
{
background-color: #E10993;
}
</style>
border-color css
<style>
span { border-color: #E10993; }
span { border-color: rgb(225,9,147); }
td.TdClassName
{
border-color: #E10993;
}
.TagClassName
{
border-color: #E10993;
}
</style>