Shades of Razzmatazz #E80959
Tints of Razzmatazz #E80959
RGB
CMYK
RGB Variations
Color information
#E80959 (or 0xE80959) is known color: Razzmatazz. HEX triplet: E8, 09 and 59. RGB value is (232,9,89). Sum of RGB (Red+Green+Blue) = 232+9+89=330 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.30% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 232 - color contains mainly: red. Hex color #E80959 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80959 is #17F6A6. Grayscale: #545454. Windows color (decimal): -1570471 or 5835240. OLE color: 5835240.
HSL color Cylindrical-coordinate representation of color #E80959: hue angle of 338.48º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80959 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 89 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.09 |
| HSL | 338.48º | 0.93% | 0.47% | - |
| HSV(B) | 338.48º | 0.96% | 0.91% | - |
| XYZ | 35.18 | 18.07 | 11.09 | - |
| YUV | 84.8 | 130.38 | 233 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 89 | 0 | 0.96 | 0.62 | 0.09 | 338.48 | 0.93 | 0.47 |
| Hex | E8 | 9 | 59 | 0 | 60 | 3E | 9 | 152 | 5D | 2F |
| Octal | 350 | 11 | 131 | 0 | 140 | 76 | 11 | 522 | 135 | 57 |
| Binary | 11101000 | 1001 | 1011001 | 0 | 1100000 | 111110 | 1001 | 101010010 | 1011101 | 101111 |
Color Harmonies of #E80959
Complementary color
Monochromatic Colors of #E80959
Black with #E80959
Text Example
Text Example
White with #E80959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80959; }
p { color: rgb(232,9,89); }
H1.HeaderClassName
{
color: #E80959;
}
.AnyTagClassName
{
color: #E80959;
}
</style>
background-color css
<style>
a { background-color: #E80959; }
a { background-color: rgb(232,9,89); }
div.DivClassName
{
background-color: #E80959;
}
.BgClassName
{
background-color: #E80959;
}
</style>
border-color css
<style>
span { border-color: #E80959; }
span { border-color: rgb(232,9,89); }
td.TdClassName
{
border-color: #E80959;
}
.TagClassName
{
border-color: #E80959;
}
</style>