Shades of Hollywood Cerise #E8099F
Tints of Hollywood Cerise #E8099F
RGB
CMYK
RGB Variations
Color information
#E8099F (or 0xE8099F) is known color: Hollywood Cerise. HEX triplet: E8, 09 and 9F. RGB value is (232,9,159). Sum of RGB (Red+Green+Blue) = 232+9+159=400 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 232 - color contains mainly: red. Hex color #E8099F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8099F is #17F660. Grayscale: #5C5C5C. Windows color (decimal): -1570401 or 10422760. OLE color: 10422760.
HSL color Cylindrical-coordinate representation of color #E8099F: hue angle of 319.64º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E8099F is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 159 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.09 |
| HSL | 319.64º | 0.93% | 0.47% | - |
| HSV(B) | 319.64º | 0.96% | 0.91% | - |
| XYZ | 39.63 | 19.85 | 34.54 | - |
| YUV | 92.78 | 165.38 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 159 | 0 | 0.96 | 0.31 | 0.09 | 319.64 | 0.93 | 0.47 |
| Hex | E8 | 9 | 9F | 0 | 60 | 1F | 9 | 140 | 5D | 2F |
| Octal | 350 | 11 | 237 | 0 | 140 | 37 | 11 | 500 | 135 | 57 |
| Binary | 11101000 | 1001 | 10011111 | 0 | 1100000 | 11111 | 1001 | 101000000 | 1011101 | 101111 |
Color Harmonies of #E8099F
Complementary color
Monochromatic Colors of #E8099F
Black with #E8099F
Text Example
Text Example
White with #E8099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8099F; }
p { color: rgb(232,9,159); }
H1.HeaderClassName
{
color: #E8099F;
}
.AnyTagClassName
{
color: #E8099F;
}
</style>
background-color css
<style>
a { background-color: #E8099F; }
a { background-color: rgb(232,9,159); }
div.DivClassName
{
background-color: #E8099F;
}
.BgClassName
{
background-color: #E8099F;
}
</style>
border-color css
<style>
span { border-color: #E8099F; }
span { border-color: rgb(232,9,159); }
td.TdClassName
{
border-color: #E8099F;
}
.TagClassName
{
border-color: #E8099F;
}
</style>