Shades of Razzmatazz #E8076E
Tints of Razzmatazz #E8076E
RGB
CMYK
RGB Variations
Color information
#E8076E (or 0xE8076E) is known color: Razzmatazz. HEX triplet: E8, 07 and 6E. RGB value is (232,7,110). Sum of RGB (Red+Green+Blue) = 232+7+110=349 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.48% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 232 - color contains mainly: red. Hex color #E8076E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8076E is #17F891. Grayscale: #555555. Windows color (decimal): -1570962 or 7210984. OLE color: 7210984.
HSL color Cylindrical-coordinate representation of color #E8076E: hue angle of 332.53º degrees, saturation: 0.94, 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 #E8076E is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 7 | 110 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.09 |
| HSL | 332.53º | 0.94% | 0.47% | - |
| HSV(B) | 332.53º | 0.97% | 0.91% | - |
| XYZ | 36.17 | 18.43 | 16.4 | - |
| YUV | 86.02 | 141.54 | 232.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 7 | 110 | 0 | 0.97 | 0.53 | 0.09 | 332.53 | 0.94 | 0.47 |
| Hex | E8 | 7 | 6E | 0 | 61 | 35 | 9 | 14D | 5E | 2F |
| Octal | 350 | 7 | 156 | 0 | 141 | 65 | 11 | 515 | 136 | 57 |
| Binary | 11101000 | 111 | 1101110 | 0 | 1100001 | 110101 | 1001 | 101001101 | 1011110 | 101111 |
Color Harmonies of #E8076E
Complementary color
Monochromatic Colors of #E8076E
Black with #E8076E
Text Example
Text Example
White with #E8076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8076E; }
p { color: rgb(232,7,110); }
H1.HeaderClassName
{
color: #E8076E;
}
.AnyTagClassName
{
color: #E8076E;
}
</style>
background-color css
<style>
a { background-color: #E8076E; }
a { background-color: rgb(232,7,110); }
div.DivClassName
{
background-color: #E8076E;
}
.BgClassName
{
background-color: #E8076E;
}
</style>
border-color css
<style>
span { border-color: #E8076E; }
span { border-color: rgb(232,7,110); }
td.TdClassName
{
border-color: #E8076E;
}
.TagClassName
{
border-color: #E8076E;
}
</style>