Shades of Razzmatazz #E80076
Tints of Razzmatazz #E80076
RGB
CMYK
RGB Variations
Color information
#E80076 (or 0xE80076) is known color: Razzmatazz. HEX triplet: E8, 00 and 76. RGB value is (232,0,118). Sum of RGB (Red+Green+Blue) = 232+0+118=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E80076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80076 is #17FF89. Grayscale: #525252. Windows color (decimal): -1572746 or 7733480. OLE color: 7733480.
HSL color Cylindrical-coordinate representation of color #E80076: hue angle of 329.48º 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 #E80076 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.49 | 0.09 |
| HSL | 329.48º | 1% | 0.45% | - |
| HSV(B) | 329.48º | 1% | 0.91% | - |
| XYZ | 36.55 | 18.46 | 18.78 | - |
| YUV | 82.82 | 147.86 | 234.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 118 | 0 | 1 | 0.49 | 0.09 | 329.48 | 1 | 0.45 |
| Hex | E8 | 0 | 76 | 0 | 64 | 31 | 9 | 149 | 64 | 2D |
| Octal | 350 | 0 | 166 | 0 | 144 | 61 | 11 | 511 | 144 | 55 |
| Binary | 11101000 | 0 | 1110110 | 0 | 1100100 | 110001 | 1001 | 101001001 | 1100100 | 101101 |
Color Harmonies of #E80076
Complementary color
Monochromatic Colors of #E80076
Black with #E80076
Text Example
Text Example
White with #E80076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80076; }
p { color: rgb(232,0,118); }
H1.HeaderClassName
{
color: #E80076;
}
.AnyTagClassName
{
color: #E80076;
}
</style>
background-color css
<style>
a { background-color: #E80076; }
a { background-color: rgb(232,0,118); }
div.DivClassName
{
background-color: #E80076;
}
.BgClassName
{
background-color: #E80076;
}
</style>
border-color css
<style>
span { border-color: #E80076; }
span { border-color: rgb(232,0,118); }
td.TdClassName
{
border-color: #E80076;
}
.TagClassName
{
border-color: #E80076;
}
</style>