Shades of Hollywood Cerise #E10795
Tints of Hollywood Cerise #E10795
RGB
CMYK
RGB Variations
Color information
#E10795 (or 0xE10795) is known color: Hollywood Cerise. HEX triplet: E1, 07 and 95. RGB value is (225,7,149). Sum of RGB (Red+Green+Blue) = 225+7+149=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E10795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10795 is #1EF86A. Grayscale: #585858. Windows color (decimal): -2029675 or 9766881. OLE color: 9766881.
HSL color Cylindrical-coordinate representation of color #E10795: hue angle of 320.92º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E10795 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 149 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.12 |
| HSL | 320.92º | 0.94% | 0.45% | - |
| HSV(B) | 320.92º | 0.97% | 0.88% | - |
| XYZ | 36.55 | 18.33 | 30.05 | - |
| YUV | 88.37 | 162.22 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 149 | 0 | 0.97 | 0.34 | 0.12 | 320.92 | 0.94 | 0.45 |
| Hex | E1 | 7 | 95 | 0 | 61 | 22 | C | 141 | 5E | 2D |
| Octal | 341 | 7 | 225 | 0 | 141 | 42 | 14 | 501 | 136 | 55 |
| Binary | 11100001 | 111 | 10010101 | 0 | 1100001 | 100010 | 1100 | 101000001 | 1011110 | 101101 |
Color Harmonies of #E10795
Complementary color
Monochromatic Colors of #E10795
Black with #E10795
Text Example
Text Example
White with #E10795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10795; }
p { color: rgb(225,7,149); }
H1.HeaderClassName
{
color: #E10795;
}
.AnyTagClassName
{
color: #E10795;
}
</style>
background-color css
<style>
a { background-color: #E10795; }
a { background-color: rgb(225,7,149); }
div.DivClassName
{
background-color: #E10795;
}
.BgClassName
{
background-color: #E10795;
}
</style>
border-color css
<style>
span { border-color: #E10795; }
span { border-color: rgb(225,7,149); }
td.TdClassName
{
border-color: #E10795;
}
.TagClassName
{
border-color: #E10795;
}
</style>