Shades of Hollywood Cerise #E80689
Tints of Hollywood Cerise #E80689
RGB
CMYK
RGB Variations
Color information
#E80689 (or 0xE80689) is known color: Hollywood Cerise. HEX triplet: E8, 06 and 89. RGB value is (232,6,137). Sum of RGB (Red+Green+Blue) = 232+6+137=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E80689 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80689 is #17F976. Grayscale: #585858. Windows color (decimal): -1571191 or 8980200. OLE color: 8980200.
HSL color Cylindrical-coordinate representation of color #E80689: hue angle of 325.22º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E80689 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 6 | 137 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.09 |
| HSL | 325.22º | 0.95% | 0.47% | - |
| HSV(B) | 325.22º | 0.97% | 0.91% | - |
| XYZ | 37.86 | 19.09 | 25.36 | - |
| YUV | 88.51 | 155.37 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 6 | 137 | 0 | 0.97 | 0.41 | 0.09 | 325.22 | 0.95 | 0.47 |
| Hex | E8 | 6 | 89 | 0 | 61 | 29 | 9 | 145 | 5F | 2F |
| Octal | 350 | 6 | 211 | 0 | 141 | 51 | 11 | 505 | 137 | 57 |
| Binary | 11101000 | 110 | 10001001 | 0 | 1100001 | 101001 | 1001 | 101000101 | 1011111 | 101111 |
Color Harmonies of #E80689
Complementary color
Monochromatic Colors of #E80689
Black with #E80689
Text Example
Text Example
White with #E80689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80689; }
p { color: rgb(232,6,137); }
H1.HeaderClassName
{
color: #E80689;
}
.AnyTagClassName
{
color: #E80689;
}
</style>
background-color css
<style>
a { background-color: #E80689; }
a { background-color: rgb(232,6,137); }
div.DivClassName
{
background-color: #E80689;
}
.BgClassName
{
background-color: #E80689;
}
</style>
border-color css
<style>
span { border-color: #E80689; }
span { border-color: rgb(232,6,137); }
td.TdClassName
{
border-color: #E80689;
}
.TagClassName
{
border-color: #E80689;
}
</style>