Shades of Razzmatazz #E80176
Tints of Razzmatazz #E80176
RGB
CMYK
RGB Variations
Color information
#E80176 (or 0xE80176) is known color: Razzmatazz. HEX triplet: E8, 01 and 76. RGB value is (232,1,118). Sum of RGB (Red+Green+Blue) = 232+1+118=351 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.10% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 232 - color contains mainly: red. Hex color #E80176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80176 is #17FE89. Grayscale: #535353. Windows color (decimal): -1572490 or 7733736. OLE color: 7733736.
HSL color Cylindrical-coordinate representation of color #E80176: hue angle of 329.61º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80176 is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 118 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.09 |
| HSL | 329.61º | 0.99% | 0.46% | - |
| HSV(B) | 329.61º | 1% | 0.91% | - |
| XYZ | 36.56 | 18.49 | 18.78 | - |
| YUV | 83.41 | 147.53 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 118 | 0 | 1.00 | 0.49 | 0.09 | 329.61 | 0.99 | 0.46 |
| Hex | E8 | 1 | 76 | 0 | 64 | 31 | 9 | 14A | 63 | 2E |
| Octal | 350 | 1 | 166 | 0 | 144 | 61 | 11 | 512 | 143 | 56 |
| Binary | 11101000 | 1 | 1110110 | 0 | 1100100 | 110001 | 1001 | 101001010 | 1100011 | 101110 |
Color Harmonies of #E80176
Complementary color
Monochromatic Colors of #E80176
Black with #E80176
Text Example
Text Example
White with #E80176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80176; }
p { color: rgb(232,1,118); }
H1.HeaderClassName
{
color: #E80176;
}
.AnyTagClassName
{
color: #E80176;
}
</style>
background-color css
<style>
a { background-color: #E80176; }
a { background-color: rgb(232,1,118); }
div.DivClassName
{
background-color: #E80176;
}
.BgClassName
{
background-color: #E80176;
}
</style>
border-color css
<style>
span { border-color: #E80176; }
span { border-color: rgb(232,1,118); }
td.TdClassName
{
border-color: #E80176;
}
.TagClassName
{
border-color: #E80176;
}
</style>