Shades of Hollywood Cerise #E80081
Tints of Hollywood Cerise #E80081
RGB
CMYK
RGB Variations
Color information
#E80081 (or 0xE80081) is known color: Hollywood Cerise. HEX triplet: E8, 00 and 81. RGB value is (232,0,129). Sum of RGB (Red+Green+Blue) = 232+0+129=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E80081 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80081 is #17FF7E. Grayscale: #535353. Windows color (decimal): -1572735 or 8454376. OLE color: 8454376.
HSL color Cylindrical-coordinate representation of color #E80081: hue angle of 326.64º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80081 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 129 | - |
| CMYK | 0 | 1 | 0.44 | 0.09 |
| HSL | 326.64º | 1% | 0.45% | - |
| HSV(B) | 326.64º | 1% | 0.91% | - |
| XYZ | 37.24 | 18.74 | 22.42 | - |
| YUV | 84.07 | 153.36 | 233.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 129 | 0 | 1 | 0.44 | 0.09 | 326.64 | 1 | 0.45 |
| Hex | E8 | 0 | 81 | 0 | 64 | 2C | 9 | 147 | 64 | 2D |
| Octal | 350 | 0 | 201 | 0 | 144 | 54 | 11 | 507 | 144 | 55 |
| Binary | 11101000 | 0 | 10000001 | 0 | 1100100 | 101100 | 1001 | 101000111 | 1100100 | 101101 |
Color Harmonies of #E80081
Complementary color
Monochromatic Colors of #E80081
Black with #E80081
Text Example
Text Example
White with #E80081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80081; }
p { color: rgb(232,0,129); }
H1.HeaderClassName
{
color: #E80081;
}
.AnyTagClassName
{
color: #E80081;
}
</style>
background-color css
<style>
a { background-color: #E80081; }
a { background-color: rgb(232,0,129); }
div.DivClassName
{
background-color: #E80081;
}
.BgClassName
{
background-color: #E80081;
}
</style>
border-color css
<style>
span { border-color: #E80081; }
span { border-color: rgb(232,0,129); }
td.TdClassName
{
border-color: #E80081;
}
.TagClassName
{
border-color: #E80081;
}
</style>