Shades of Razzmatazz #E80961
Tints of Razzmatazz #E80961
RGB
CMYK
RGB Variations
Color information
#E80961 (or 0xE80961) is known color: Razzmatazz. HEX triplet: E8, 09 and 61. RGB value is (232,9,97). Sum of RGB (Red+Green+Blue) = 232+9+97=338 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.64% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 232 - color contains mainly: red. Hex color #E80961 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80961 is #17F69E. Grayscale: #555555. Windows color (decimal): -1570463 or 6359528. OLE color: 6359528.
HSL color Cylindrical-coordinate representation of color #E80961: hue angle of 336.32º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80961 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 97 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.09 |
| HSL | 336.32º | 0.93% | 0.47% | - |
| HSV(B) | 336.32º | 0.96% | 0.91% | - |
| XYZ | 35.53 | 18.21 | 12.95 | - |
| YUV | 85.71 | 134.38 | 232.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 97 | 0 | 0.96 | 0.58 | 0.09 | 336.32 | 0.93 | 0.47 |
| Hex | E8 | 9 | 61 | 0 | 60 | 3A | 9 | 150 | 5D | 2F |
| Octal | 350 | 11 | 141 | 0 | 140 | 72 | 11 | 520 | 135 | 57 |
| Binary | 11101000 | 1001 | 1100001 | 0 | 1100000 | 111010 | 1001 | 101010000 | 1011101 | 101111 |
Color Harmonies of #E80961
Complementary color
Monochromatic Colors of #E80961
Black with #E80961
Text Example
Text Example
White with #E80961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80961; }
p { color: rgb(232,9,97); }
H1.HeaderClassName
{
color: #E80961;
}
.AnyTagClassName
{
color: #E80961;
}
</style>
background-color css
<style>
a { background-color: #E80961; }
a { background-color: rgb(232,9,97); }
div.DivClassName
{
background-color: #E80961;
}
.BgClassName
{
background-color: #E80961;
}
</style>
border-color css
<style>
span { border-color: #E80961; }
span { border-color: rgb(232,9,97); }
td.TdClassName
{
border-color: #E80961;
}
.TagClassName
{
border-color: #E80961;
}
</style>