Shades of Hollywood Cerise #E8058F
Tints of Hollywood Cerise #E8058F
RGB
CMYK
RGB Variations
Color information
#E8058F (or 0xE8058F) is known color: Hollywood Cerise. HEX triplet: E8, 05 and 8F. RGB value is (232,5,143). Sum of RGB (Red+Green+Blue) = 232+5+143=380 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.05% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 232 - color contains mainly: red. Hex color #E8058F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8058F is #17FA70. Grayscale: #585858. Windows color (decimal): -1571441 or 9373160. OLE color: 9373160.
HSL color Cylindrical-coordinate representation of color #E8058F: hue angle of 323.52º 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 #E8058F is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 143 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.09 |
| HSL | 323.52º | 0.96% | 0.46% | - |
| HSV(B) | 323.52º | 0.98% | 0.91% | - |
| XYZ | 38.29 | 19.25 | 27.68 | - |
| YUV | 88.61 | 158.71 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 143 | 0 | 0.98 | 0.38 | 0.09 | 323.52 | 0.96 | 0.46 |
| Hex | E8 | 5 | 8F | 0 | 62 | 26 | 9 | 144 | 60 | 2E |
| Octal | 350 | 5 | 217 | 0 | 142 | 46 | 11 | 504 | 140 | 56 |
| Binary | 11101000 | 101 | 10001111 | 0 | 1100010 | 100110 | 1001 | 101000100 | 1100000 | 101110 |
Color Harmonies of #E8058F
Complementary color
Monochromatic Colors of #E8058F
Black with #E8058F
Text Example
Text Example
White with #E8058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8058F; }
p { color: rgb(232,5,143); }
H1.HeaderClassName
{
color: #E8058F;
}
.AnyTagClassName
{
color: #E8058F;
}
</style>
background-color css
<style>
a { background-color: #E8058F; }
a { background-color: rgb(232,5,143); }
div.DivClassName
{
background-color: #E8058F;
}
.BgClassName
{
background-color: #E8058F;
}
</style>
border-color css
<style>
span { border-color: #E8058F; }
span { border-color: rgb(232,5,143); }
td.TdClassName
{
border-color: #E8058F;
}
.TagClassName
{
border-color: #E8058F;
}
</style>