Shades of Hollywood Cerise #E81095
Tints of Hollywood Cerise #E81095
RGB
CMYK
RGB Variations
Color information
#E81095 (or 0xE81095) is known color: Hollywood Cerise. HEX triplet: E8, 10 and 95. RGB value is (232,16,149). Sum of RGB (Red+Green+Blue) = 232+16+149=397 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.44% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 232 - color contains mainly: red. Hex color #E81095 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81095 is #17EF6A. Grayscale: #5F5F5F. Windows color (decimal): -1568619 or 9769192. OLE color: 9769192.
HSL color Cylindrical-coordinate representation of color #E81095: hue angle of 323.06º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81095 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 16 | 149 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.09 |
| HSL | 323.06º | 0.87% | 0.49% | - |
| HSV(B) | 323.06º | 0.93% | 0.91% | - |
| XYZ | 38.89 | 19.7 | 30.19 | - |
| YUV | 95.75 | 158.06 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 149 | 0 | 0.93 | 0.36 | 0.09 | 323.06 | 0.87 | 0.49 |
| Hex | E8 | 10 | 95 | 0 | 5D | 24 | 9 | 143 | 57 | 31 |
| Octal | 350 | 20 | 225 | 0 | 135 | 44 | 11 | 503 | 127 | 61 |
| Binary | 11101000 | 10000 | 10010101 | 0 | 1011101 | 100100 | 1001 | 101000011 | 1010111 | 110001 |
Color Harmonies of #E81095
Complementary color
Monochromatic Colors of #E81095
Black with #E81095
Text Example
Text Example
White with #E81095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81095; }
p { color: rgb(232,16,149); }
H1.HeaderClassName
{
color: #E81095;
}
.AnyTagClassName
{
color: #E81095;
}
</style>
background-color css
<style>
a { background-color: #E81095; }
a { background-color: rgb(232,16,149); }
div.DivClassName
{
background-color: #E81095;
}
.BgClassName
{
background-color: #E81095;
}
</style>
border-color css
<style>
span { border-color: #E81095; }
span { border-color: rgb(232,16,149); }
td.TdClassName
{
border-color: #E81095;
}
.TagClassName
{
border-color: #E81095;
}
</style>