Shades of Hollywood Cerise #E8058B
Tints of Hollywood Cerise #E8058B
RGB
CMYK
RGB Variations
Color information
#E8058B (or 0xE8058B) is known color: Hollywood Cerise. HEX triplet: E8, 05 and 8B. RGB value is (232,5,139). Sum of RGB (Red+Green+Blue) = 232+5+139=376 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.70% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 232 - color contains mainly: red. Hex color #E8058B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8058B is #17FA74. Grayscale: #575757. Windows color (decimal): -1571445 or 9111016. OLE color: 9111016.
HSL color Cylindrical-coordinate representation of color #E8058B: hue angle of 324.58º 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 #E8058B is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 139 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.09 |
| HSL | 324.58º | 0.96% | 0.46% | - |
| HSV(B) | 324.58º | 0.98% | 0.91% | - |
| XYZ | 37.99 | 19.13 | 26.12 | - |
| YUV | 88.15 | 156.71 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 139 | 0 | 0.98 | 0.40 | 0.09 | 324.58 | 0.96 | 0.46 |
| Hex | E8 | 5 | 8B | 0 | 62 | 28 | 9 | 145 | 60 | 2E |
| Octal | 350 | 5 | 213 | 0 | 142 | 50 | 11 | 505 | 140 | 56 |
| Binary | 11101000 | 101 | 10001011 | 0 | 1100010 | 101000 | 1001 | 101000101 | 1100000 | 101110 |
Color Harmonies of #E8058B
Complementary color
Monochromatic Colors of #E8058B
Black with #E8058B
Text Example
Text Example
White with #E8058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8058B; }
p { color: rgb(232,5,139); }
H1.HeaderClassName
{
color: #E8058B;
}
.AnyTagClassName
{
color: #E8058B;
}
</style>
background-color css
<style>
a { background-color: #E8058B; }
a { background-color: rgb(232,5,139); }
div.DivClassName
{
background-color: #E8058B;
}
.BgClassName
{
background-color: #E8058B;
}
</style>
border-color css
<style>
span { border-color: #E8058B; }
span { border-color: rgb(232,5,139); }
td.TdClassName
{
border-color: #E8058B;
}
.TagClassName
{
border-color: #E8058B;
}
</style>