Shades of Razzmatazz #E80761
Tints of Razzmatazz #E80761
RGB
CMYK
RGB Variations
Color information
#E80761 (or 0xE80761) is known color: Razzmatazz. HEX triplet: E8, 07 and 61. RGB value is (232,7,97). Sum of RGB (Red+Green+Blue) = 232+7+97=336 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.05% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 232 - color contains mainly: red. Hex color #E80761 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80761 is #17F89E. Grayscale: #545454. Windows color (decimal): -1570975 or 6359016. OLE color: 6359016.
HSL color Cylindrical-coordinate representation of color #E80761: hue angle of 336º 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 #E80761 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 7 | 97 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.09 |
| HSL | 336º | 0.94% | 0.47% | - |
| HSV(B) | 336º | 0.97% | 0.91% | - |
| XYZ | 35.51 | 18.17 | 12.94 | - |
| YUV | 84.54 | 135.04 | 233.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 7 | 97 | 0 | 0.97 | 0.58 | 0.09 | 336 | 0.94 | 0.47 |
| Hex | E8 | 7 | 61 | 0 | 61 | 3A | 9 | 150 | 5E | 2F |
| Octal | 350 | 7 | 141 | 0 | 141 | 72 | 11 | 520 | 136 | 57 |
| Binary | 11101000 | 111 | 1100001 | 0 | 1100001 | 111010 | 1001 | 101010000 | 1011110 | 101111 |
Color Harmonies of #E80761
Complementary color
Monochromatic Colors of #E80761
Black with #E80761
Text Example
Text Example
White with #E80761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80761; }
p { color: rgb(232,7,97); }
H1.HeaderClassName
{
color: #E80761;
}
.AnyTagClassName
{
color: #E80761;
}
</style>
background-color css
<style>
a { background-color: #E80761; }
a { background-color: rgb(232,7,97); }
div.DivClassName
{
background-color: #E80761;
}
.BgClassName
{
background-color: #E80761;
}
</style>
border-color css
<style>
span { border-color: #E80761; }
span { border-color: rgb(232,7,97); }
td.TdClassName
{
border-color: #E80761;
}
.TagClassName
{
border-color: #E80761;
}
</style>