Shades of Hollywood Cerise #E8019D
Tints of Hollywood Cerise #E8019D
RGB
CMYK
RGB Variations
Color information
#E8019D (or 0xE8019D) is known color: Hollywood Cerise. HEX triplet: E8, 01 and 9D. RGB value is (232,1,157). Sum of RGB (Red+Green+Blue) = 232+1+157=390 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.49% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 232 - color contains mainly: red. Hex color #E8019D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8019D is #17FE62. Grayscale: #575757. Windows color (decimal): -1572451 or 10289640. OLE color: 10289640.
HSL color Cylindrical-coordinate representation of color #E8019D: hue angle of 319.48º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8019D is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 157 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.09 |
| HSL | 319.48º | 0.99% | 0.46% | - |
| HSV(B) | 319.48º | 1% | 0.91% | - |
| XYZ | 39.38 | 19.61 | 33.61 | - |
| YUV | 87.85 | 167.03 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 157 | 0 | 1.00 | 0.32 | 0.09 | 319.48 | 0.99 | 0.46 |
| Hex | E8 | 1 | 9D | 0 | 64 | 20 | 9 | 13F | 63 | 2E |
| Octal | 350 | 1 | 235 | 0 | 144 | 40 | 11 | 477 | 143 | 56 |
| Binary | 11101000 | 1 | 10011101 | 0 | 1100100 | 100000 | 1001 | 100111111 | 1100011 | 101110 |
Color Harmonies of #E8019D
Complementary color
Monochromatic Colors of #E8019D
Black with #E8019D
Text Example
Text Example
White with #E8019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8019D; }
p { color: rgb(232,1,157); }
H1.HeaderClassName
{
color: #E8019D;
}
.AnyTagClassName
{
color: #E8019D;
}
</style>
background-color css
<style>
a { background-color: #E8019D; }
a { background-color: rgb(232,1,157); }
div.DivClassName
{
background-color: #E8019D;
}
.BgClassName
{
background-color: #E8019D;
}
</style>
border-color css
<style>
span { border-color: #E8019D; }
span { border-color: rgb(232,1,157); }
td.TdClassName
{
border-color: #E8019D;
}
.TagClassName
{
border-color: #E8019D;
}
</style>