Shades of Razzmatazz #E00047
Tints of Razzmatazz #E00047
RGB
CMYK
RGB Variations
Color information
#E00047 (or 0xE00047) is known color: Razzmatazz. HEX triplet: E0, 00 and 47. RGB value is (224,0,71). Sum of RGB (Red+Green+Blue) = 224+0+71=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E00047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00047 is #1FFFB8. Grayscale: #4B4B4B. Windows color (decimal): -2097081 or 4653280. OLE color: 4653280.
HSL color Cylindrical-coordinate representation of color #E00047: hue angle of 340.98º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00047 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.68 | 0.12 |
| HSL | 340.98º | 1% | 0.44% | - |
| HSV(B) | 340.98º | 1% | 0.88% | - |
| XYZ | 31.88 | 16.3 | 7.43 | - |
| YUV | 75.07 | 125.71 | 234.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 71 | 0 | 1 | 0.68 | 0.12 | 340.98 | 1 | 0.44 |
| Hex | E0 | 0 | 47 | 0 | 64 | 44 | C | 155 | 64 | 2C |
| Octal | 340 | 0 | 107 | 0 | 144 | 104 | 14 | 525 | 144 | 54 |
| Binary | 11100000 | 0 | 1000111 | 0 | 1100100 | 1000100 | 1100 | 101010101 | 1100100 | 101100 |
Color Harmonies of #E00047
Complementary color
Monochromatic Colors of #E00047
Black with #E00047
Text Example
Text Example
White with #E00047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00047; }
p { color: rgb(224,0,71); }
H1.HeaderClassName
{
color: #E00047;
}
.AnyTagClassName
{
color: #E00047;
}
</style>
background-color css
<style>
a { background-color: #E00047; }
a { background-color: rgb(224,0,71); }
div.DivClassName
{
background-color: #E00047;
}
.BgClassName
{
background-color: #E00047;
}
</style>
border-color css
<style>
span { border-color: #E00047; }
span { border-color: rgb(224,0,71); }
td.TdClassName
{
border-color: #E00047;
}
.TagClassName
{
border-color: #E00047;
}
</style>