Shades of Hollywood Cerise #E8098D
Tints of Hollywood Cerise #E8098D
RGB
CMYK
RGB Variations
Color information
#E8098D (or 0xE8098D) is known color: Hollywood Cerise. HEX triplet: E8, 09 and 8D. RGB value is (232,9,141). Sum of RGB (Red+Green+Blue) = 232+9+141=382 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.73% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 232 - color contains mainly: red. Hex color #E8098D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8098D is #17F672. Grayscale: #5A5A5A. Windows color (decimal): -1570419 or 9243112. OLE color: 9243112.
HSL color Cylindrical-coordinate representation of color #E8098D: hue angle of 324.48º 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 #E8098D is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 141 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.09 |
| HSL | 324.48º | 0.93% | 0.47% | - |
| HSV(B) | 324.48º | 0.96% | 0.91% | - |
| XYZ | 38.18 | 19.27 | 26.91 | - |
| YUV | 90.73 | 156.38 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 141 | 0 | 0.96 | 0.39 | 0.09 | 324.48 | 0.93 | 0.47 |
| Hex | E8 | 9 | 8D | 0 | 60 | 27 | 9 | 144 | 5D | 2F |
| Octal | 350 | 11 | 215 | 0 | 140 | 47 | 11 | 504 | 135 | 57 |
| Binary | 11101000 | 1001 | 10001101 | 0 | 1100000 | 100111 | 1001 | 101000100 | 1011101 | 101111 |
Color Harmonies of #E8098D
Complementary color
Monochromatic Colors of #E8098D
Black with #E8098D
Text Example
Text Example
White with #E8098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8098D; }
p { color: rgb(232,9,141); }
H1.HeaderClassName
{
color: #E8098D;
}
.AnyTagClassName
{
color: #E8098D;
}
</style>
background-color css
<style>
a { background-color: #E8098D; }
a { background-color: rgb(232,9,141); }
div.DivClassName
{
background-color: #E8098D;
}
.BgClassName
{
background-color: #E8098D;
}
</style>
border-color css
<style>
span { border-color: #E8098D; }
span { border-color: rgb(232,9,141); }
td.TdClassName
{
border-color: #E8098D;
}
.TagClassName
{
border-color: #E8098D;
}
</style>