Shades of Razzmatazz #E80047
Tints of Razzmatazz #E80047
RGB
CMYK
RGB Variations
Color information
#E80047 (or 0xE80047) is known color: Razzmatazz. HEX triplet: E8, 00 and 47. RGB value is (232,0,71). Sum of RGB (Red+Green+Blue) = 232+0+71=303 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.57% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 232 - color contains mainly: red. Hex color #E80047 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80047 is #17FFB8. Grayscale: #4D4D4D. Windows color (decimal): -1572793 or 4653288. OLE color: 4653288.
HSL color Cylindrical-coordinate representation of color #E80047: hue angle of 341.64º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80047 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.69 | 0.09 |
| HSL | 341.64º | 1% | 0.45% | - |
| HSV(B) | 341.64º | 1% | 0.91% | - |
| XYZ | 34.42 | 17.61 | 7.55 | - |
| YUV | 77.46 | 124.36 | 238.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 71 | 0 | 1 | 0.69 | 0.09 | 341.64 | 1 | 0.45 |
| Hex | E8 | 0 | 47 | 0 | 64 | 45 | 9 | 156 | 64 | 2D |
| Octal | 350 | 0 | 107 | 0 | 144 | 105 | 11 | 526 | 144 | 55 |
| Binary | 11101000 | 0 | 1000111 | 0 | 1100100 | 1000101 | 1001 | 101010110 | 1100100 | 101101 |
Color Harmonies of #E80047
Complementary color
Monochromatic Colors of #E80047
Black with #E80047
Text Example
Text Example
White with #E80047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80047; }
p { color: rgb(232,0,71); }
H1.HeaderClassName
{
color: #E80047;
}
.AnyTagClassName
{
color: #E80047;
}
</style>
background-color css
<style>
a { background-color: #E80047; }
a { background-color: rgb(232,0,71); }
div.DivClassName
{
background-color: #E80047;
}
.BgClassName
{
background-color: #E80047;
}
</style>
border-color css
<style>
span { border-color: #E80047; }
span { border-color: rgb(232,0,71); }
td.TdClassName
{
border-color: #E80047;
}
.TagClassName
{
border-color: #E80047;
}
</style>