Shades of Razzmatazz #E80560
Tints of Razzmatazz #E80560
RGB
CMYK
RGB Variations
Color information
#E80560 (or 0xE80560) is known color: Razzmatazz. HEX triplet: E8, 05 and 60. RGB value is (232,5,96). Sum of RGB (Red+Green+Blue) = 232+5+96=333 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.67% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 232 - color contains mainly: red. Hex color #E80560 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80560 is #17FA9F. Grayscale: #535353. Windows color (decimal): -1571488 or 6292968. OLE color: 6292968.
HSL color Cylindrical-coordinate representation of color #E80560: hue angle of 335.95º 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 #E80560 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 96 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.09 |
| HSL | 335.95º | 0.96% | 0.46% | - |
| HSV(B) | 335.95º | 0.98% | 0.91% | - |
| XYZ | 35.44 | 18.11 | 12.69 | - |
| YUV | 83.25 | 135.21 | 234.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 96 | 0 | 0.98 | 0.59 | 0.09 | 335.95 | 0.96 | 0.46 |
| Hex | E8 | 5 | 60 | 0 | 62 | 3B | 9 | 150 | 60 | 2E |
| Octal | 350 | 5 | 140 | 0 | 142 | 73 | 11 | 520 | 140 | 56 |
| Binary | 11101000 | 101 | 1100000 | 0 | 1100010 | 111011 | 1001 | 101010000 | 1100000 | 101110 |
Color Harmonies of #E80560
Complementary color
Monochromatic Colors of #E80560
Black with #E80560
Text Example
Text Example
White with #E80560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80560; }
p { color: rgb(232,5,96); }
H1.HeaderClassName
{
color: #E80560;
}
.AnyTagClassName
{
color: #E80560;
}
</style>
background-color css
<style>
a { background-color: #E80560; }
a { background-color: rgb(232,5,96); }
div.DivClassName
{
background-color: #E80560;
}
.BgClassName
{
background-color: #E80560;
}
</style>
border-color css
<style>
span { border-color: #E80560; }
span { border-color: rgb(232,5,96); }
td.TdClassName
{
border-color: #E80560;
}
.TagClassName
{
border-color: #E80560;
}
</style>