Shades of Hollywood Cerise #E10792
Tints of Hollywood Cerise #E10792
RGB
CMYK
RGB Variations
Color information
#E10792 (or 0xE10792) is known color: Hollywood Cerise. HEX triplet: E1, 07 and 92. RGB value is (225,7,146). Sum of RGB (Red+Green+Blue) = 225+7+146=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E10792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10792 is #1EF86D. Grayscale: #575757. Windows color (decimal): -2029678 or 9570273. OLE color: 9570273.
HSL color Cylindrical-coordinate representation of color #E10792: hue angle of 321.74º 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 #E10792 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 146 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.12 |
| HSL | 321.74º | 0.94% | 0.45% | - |
| HSV(B) | 321.74º | 0.97% | 0.88% | - |
| XYZ | 36.32 | 18.23 | 28.8 | - |
| YUV | 88.03 | 160.72 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 146 | 0 | 0.97 | 0.35 | 0.12 | 321.74 | 0.94 | 0.45 |
| Hex | E1 | 7 | 92 | 0 | 61 | 23 | C | 142 | 5E | 2D |
| Octal | 341 | 7 | 222 | 0 | 141 | 43 | 14 | 502 | 136 | 55 |
| Binary | 11100001 | 111 | 10010010 | 0 | 1100001 | 100011 | 1100 | 101000010 | 1011110 | 101101 |
Color Harmonies of #E10792
Complementary color
Monochromatic Colors of #E10792
Black with #E10792
Text Example
Text Example
White with #E10792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10792; }
p { color: rgb(225,7,146); }
H1.HeaderClassName
{
color: #E10792;
}
.AnyTagClassName
{
color: #E10792;
}
</style>
background-color css
<style>
a { background-color: #E10792; }
a { background-color: rgb(225,7,146); }
div.DivClassName
{
background-color: #E10792;
}
.BgClassName
{
background-color: #E10792;
}
</style>
border-color css
<style>
span { border-color: #E10792; }
span { border-color: rgb(225,7,146); }
td.TdClassName
{
border-color: #E10792;
}
.TagClassName
{
border-color: #E10792;
}
</style>