Shades of Razzmatazz #E80963
Tints of Razzmatazz #E80963
RGB
CMYK
RGB Variations
Color information
#E80963 (or 0xE80963) is known color: Razzmatazz. HEX triplet: E8, 09 and 63. RGB value is (232,9,99). Sum of RGB (Red+Green+Blue) = 232+9+99=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E80963 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80963 is #17F69C. Grayscale: #555555. Windows color (decimal): -1570461 or 6490600. OLE color: 6490600.
HSL color Cylindrical-coordinate representation of color #E80963: hue angle of 335.78º 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 #E80963 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 99 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.09 |
| HSL | 335.78º | 0.93% | 0.47% | - |
| HSV(B) | 335.78º | 0.96% | 0.91% | - |
| XYZ | 35.63 | 18.25 | 13.45 | - |
| YUV | 85.94 | 135.38 | 232.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 99 | 0 | 0.96 | 0.57 | 0.09 | 335.78 | 0.93 | 0.47 |
| Hex | E8 | 9 | 63 | 0 | 60 | 39 | 9 | 150 | 5D | 2F |
| Octal | 350 | 11 | 143 | 0 | 140 | 71 | 11 | 520 | 135 | 57 |
| Binary | 11101000 | 1001 | 1100011 | 0 | 1100000 | 111001 | 1001 | 101010000 | 1011101 | 101111 |
Color Harmonies of #E80963
Complementary color
Monochromatic Colors of #E80963
Black with #E80963
Text Example
Text Example
White with #E80963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80963; }
p { color: rgb(232,9,99); }
H1.HeaderClassName
{
color: #E80963;
}
.AnyTagClassName
{
color: #E80963;
}
</style>
background-color css
<style>
a { background-color: #E80963; }
a { background-color: rgb(232,9,99); }
div.DivClassName
{
background-color: #E80963;
}
.BgClassName
{
background-color: #E80963;
}
</style>
border-color css
<style>
span { border-color: #E80963; }
span { border-color: rgb(232,9,99); }
td.TdClassName
{
border-color: #E80963;
}
.TagClassName
{
border-color: #E80963;
}
</style>