Shades of Hollywood Cerise #E10995
Tints of Hollywood Cerise #E10995
RGB
CMYK
RGB Variations
Color information
#E10995 (or 0xE10995) is known color: Hollywood Cerise. HEX triplet: E1, 09 and 95. RGB value is (225,9,149). Sum of RGB (Red+Green+Blue) = 225+9+149=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E10995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10995 is #1EF66A. Grayscale: #595959. Windows color (decimal): -2029163 or 9767393. OLE color: 9767393.
HSL color Cylindrical-coordinate representation of color #E10995: hue angle of 321.11º 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 #E10995 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 149 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.12 |
| HSL | 321.11º | 0.92% | 0.46% | - |
| HSV(B) | 321.11º | 0.96% | 0.88% | - |
| XYZ | 36.57 | 18.37 | 30.05 | - |
| YUV | 89.54 | 161.56 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 149 | 0 | 0.96 | 0.34 | 0.12 | 321.11 | 0.92 | 0.46 |
| Hex | E1 | 9 | 95 | 0 | 60 | 22 | C | 141 | 5C | 2E |
| Octal | 341 | 11 | 225 | 0 | 140 | 42 | 14 | 501 | 134 | 56 |
| Binary | 11100001 | 1001 | 10010101 | 0 | 1100000 | 100010 | 1100 | 101000001 | 1011100 | 101110 |
Color Harmonies of #E10995
Complementary color
Monochromatic Colors of #E10995
Black with #E10995
Text Example
Text Example
White with #E10995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10995; }
p { color: rgb(225,9,149); }
H1.HeaderClassName
{
color: #E10995;
}
.AnyTagClassName
{
color: #E10995;
}
</style>
background-color css
<style>
a { background-color: #E10995; }
a { background-color: rgb(225,9,149); }
div.DivClassName
{
background-color: #E10995;
}
.BgClassName
{
background-color: #E10995;
}
</style>
border-color css
<style>
span { border-color: #E10995; }
span { border-color: rgb(225,9,149); }
td.TdClassName
{
border-color: #E10995;
}
.TagClassName
{
border-color: #E10995;
}
</style>