Shades of Hollywood Cerise #E8058D
Tints of Hollywood Cerise #E8058D
RGB
CMYK
RGB Variations
Color information
#E8058D (or 0xE8058D) is known color: Hollywood Cerise. HEX triplet: E8, 05 and 8D. RGB value is (232,5,141). Sum of RGB (Red+Green+Blue) = 232+5+141=378 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.38% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 232 - color contains mainly: red. Hex color #E8058D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8058D is #17FA72. Grayscale: #585858. Windows color (decimal): -1571443 or 9242088. OLE color: 9242088.
HSL color Cylindrical-coordinate representation of color #E8058D: hue angle of 324.05º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E8058D is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 141 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.09 |
| HSL | 324.05º | 0.96% | 0.46% | - |
| HSV(B) | 324.05º | 0.98% | 0.91% | - |
| XYZ | 38.14 | 19.19 | 26.89 | - |
| YUV | 88.38 | 157.71 | 230.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 141 | 0 | 0.98 | 0.39 | 0.09 | 324.05 | 0.96 | 0.46 |
| Hex | E8 | 5 | 8D | 0 | 62 | 27 | 9 | 144 | 60 | 2E |
| Octal | 350 | 5 | 215 | 0 | 142 | 47 | 11 | 504 | 140 | 56 |
| Binary | 11101000 | 101 | 10001101 | 0 | 1100010 | 100111 | 1001 | 101000100 | 1100000 | 101110 |
Color Harmonies of #E8058D
Complementary color
Monochromatic Colors of #E8058D
Black with #E8058D
Text Example
Text Example
White with #E8058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8058D; }
p { color: rgb(232,5,141); }
H1.HeaderClassName
{
color: #E8058D;
}
.AnyTagClassName
{
color: #E8058D;
}
</style>
background-color css
<style>
a { background-color: #E8058D; }
a { background-color: rgb(232,5,141); }
div.DivClassName
{
background-color: #E8058D;
}
.BgClassName
{
background-color: #E8058D;
}
</style>
border-color css
<style>
span { border-color: #E8058D; }
span { border-color: rgb(232,5,141); }
td.TdClassName
{
border-color: #E8058D;
}
.TagClassName
{
border-color: #E8058D;
}
</style>