Shades of Hollywood Cerise #E10896
Tints of Hollywood Cerise #E10896
RGB
CMYK
RGB Variations
Color information
#E10896 (or 0xE10896) is known color: Hollywood Cerise. HEX triplet: E1, 08 and 96. RGB value is (225,8,150). Sum of RGB (Red+Green+Blue) = 225+8+150=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E10896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10896 is #1EF769. Grayscale: #585858. Windows color (decimal): -2029418 or 9832673. OLE color: 9832673.
HSL color Cylindrical-coordinate representation of color #E10896: hue angle of 320.74º 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 #E10896 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 150 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.12 |
| HSL | 320.74º | 0.93% | 0.46% | - |
| HSV(B) | 320.74º | 0.96% | 0.88% | - |
| XYZ | 36.64 | 18.38 | 30.47 | - |
| YUV | 89.07 | 162.39 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 150 | 0 | 0.96 | 0.33 | 0.12 | 320.74 | 0.93 | 0.46 |
| Hex | E1 | 8 | 96 | 0 | 60 | 21 | C | 141 | 5D | 2E |
| Octal | 341 | 10 | 226 | 0 | 140 | 41 | 14 | 501 | 135 | 56 |
| Binary | 11100001 | 1000 | 10010110 | 0 | 1100000 | 100001 | 1100 | 101000001 | 1011101 | 101110 |
Color Harmonies of #E10896
Complementary color
Monochromatic Colors of #E10896
Black with #E10896
Text Example
Text Example
White with #E10896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10896; }
p { color: rgb(225,8,150); }
H1.HeaderClassName
{
color: #E10896;
}
.AnyTagClassName
{
color: #E10896;
}
</style>
background-color css
<style>
a { background-color: #E10896; }
a { background-color: rgb(225,8,150); }
div.DivClassName
{
background-color: #E10896;
}
.BgClassName
{
background-color: #E10896;
}
</style>
border-color css
<style>
span { border-color: #E10896; }
span { border-color: rgb(225,8,150); }
td.TdClassName
{
border-color: #E10896;
}
.TagClassName
{
border-color: #E10896;
}
</style>