Shades of Hollywood Cerise #E8098C
Tints of Hollywood Cerise #E8098C
RGB
CMYK
RGB Variations
Color information
#E8098C (or 0xE8098C) is known color: Hollywood Cerise. HEX triplet: E8, 09 and 8C. RGB value is (232,9,140). Sum of RGB (Red+Green+Blue) = 232+9+140=381 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.89% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 232 - color contains mainly: red. Hex color #E8098C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8098C is #17F673. Grayscale: #5A5A5A. Windows color (decimal): -1570420 or 9177576. OLE color: 9177576.
HSL color Cylindrical-coordinate representation of color #E8098C: hue angle of 324.75º 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 #E8098C is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 140 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.09 |
| HSL | 324.75º | 0.93% | 0.47% | - |
| HSV(B) | 324.75º | 0.96% | 0.91% | - |
| XYZ | 38.11 | 19.24 | 26.52 | - |
| YUV | 90.61 | 155.88 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 140 | 0 | 0.96 | 0.40 | 0.09 | 324.75 | 0.93 | 0.47 |
| Hex | E8 | 9 | 8C | 0 | 60 | 28 | 9 | 145 | 5D | 2F |
| Octal | 350 | 11 | 214 | 0 | 140 | 50 | 11 | 505 | 135 | 57 |
| Binary | 11101000 | 1001 | 10001100 | 0 | 1100000 | 101000 | 1001 | 101000101 | 1011101 | 101111 |
Color Harmonies of #E8098C
Complementary color
Monochromatic Colors of #E8098C
Black with #E8098C
Text Example
Text Example
White with #E8098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8098C; }
p { color: rgb(232,9,140); }
H1.HeaderClassName
{
color: #E8098C;
}
.AnyTagClassName
{
color: #E8098C;
}
</style>
background-color css
<style>
a { background-color: #E8098C; }
a { background-color: rgb(232,9,140); }
div.DivClassName
{
background-color: #E8098C;
}
.BgClassName
{
background-color: #E8098C;
}
</style>
border-color css
<style>
span { border-color: #E8098C; }
span { border-color: rgb(232,9,140); }
td.TdClassName
{
border-color: #E8098C;
}
.TagClassName
{
border-color: #E8098C;
}
</style>