Shades of Razzmatazz #E80861
Tints of Razzmatazz #E80861
RGB
CMYK
RGB Variations
Color information
#E80861 (or 0xE80861) is known color: Razzmatazz. HEX triplet: E8, 08 and 61. RGB value is (232,8,97). Sum of RGB (Red+Green+Blue) = 232+8+97=337 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.84% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 232 - color contains mainly: red. Hex color #E80861 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80861 is #17F79E. Grayscale: #545454. Windows color (decimal): -1570719 or 6359272. OLE color: 6359272.
HSL color Cylindrical-coordinate representation of color #E80861: hue angle of 336.16º degrees, saturation: 0.93, 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 #E80861 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 8 | 97 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.09 |
| HSL | 336.16º | 0.93% | 0.47% | - |
| HSV(B) | 336.16º | 0.97% | 0.91% | - |
| XYZ | 35.52 | 18.19 | 12.95 | - |
| YUV | 85.12 | 134.71 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 97 | 0 | 0.97 | 0.58 | 0.09 | 336.16 | 0.93 | 0.47 |
| Hex | E8 | 8 | 61 | 0 | 61 | 3A | 9 | 150 | 5D | 2F |
| Octal | 350 | 10 | 141 | 0 | 141 | 72 | 11 | 520 | 135 | 57 |
| Binary | 11101000 | 1000 | 1100001 | 0 | 1100001 | 111010 | 1001 | 101010000 | 1011101 | 101111 |
Color Harmonies of #E80861
Complementary color
Monochromatic Colors of #E80861
Black with #E80861
Text Example
Text Example
White with #E80861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80861; }
p { color: rgb(232,8,97); }
H1.HeaderClassName
{
color: #E80861;
}
.AnyTagClassName
{
color: #E80861;
}
</style>
background-color css
<style>
a { background-color: #E80861; }
a { background-color: rgb(232,8,97); }
div.DivClassName
{
background-color: #E80861;
}
.BgClassName
{
background-color: #E80861;
}
</style>
border-color css
<style>
span { border-color: #E80861; }
span { border-color: rgb(232,8,97); }
td.TdClassName
{
border-color: #E80861;
}
.TagClassName
{
border-color: #E80861;
}
</style>