Shades of Razzmatazz #E20047
Tints of Razzmatazz #E20047
RGB
CMYK
RGB Variations
Color information
#E20047 (or 0xE20047) is known color: Razzmatazz. HEX triplet: E2, 00 and 47. RGB value is (226,0,71). Sum of RGB (Red+Green+Blue) = 226+0+71=297 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.09% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 226 - color contains mainly: red. Hex color #E20047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20047 is #1DFFB8. Grayscale: #4B4B4B. Windows color (decimal): -1966009 or 4653282. OLE color: 4653282.
HSL color Cylindrical-coordinate representation of color #E20047: hue angle of 341.15º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20047 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.69 | 0.11 |
| HSL | 341.15º | 1% | 0.44% | - |
| HSV(B) | 341.15º | 1% | 0.89% | - |
| XYZ | 32.5 | 16.62 | 7.46 | - |
| YUV | 75.67 | 125.37 | 235.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 71 | 0 | 1 | 0.69 | 0.11 | 341.15 | 1 | 0.44 |
| Hex | E2 | 0 | 47 | 0 | 64 | 45 | B | 155 | 64 | 2C |
| Octal | 342 | 0 | 107 | 0 | 144 | 105 | 13 | 525 | 144 | 54 |
| Binary | 11100010 | 0 | 1000111 | 0 | 1100100 | 1000101 | 1011 | 101010101 | 1100100 | 101100 |
Color Harmonies of #E20047
Complementary color
Monochromatic Colors of #E20047
Black with #E20047
Text Example
Text Example
White with #E20047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20047; }
p { color: rgb(226,0,71); }
H1.HeaderClassName
{
color: #E20047;
}
.AnyTagClassName
{
color: #E20047;
}
</style>
background-color css
<style>
a { background-color: #E20047; }
a { background-color: rgb(226,0,71); }
div.DivClassName
{
background-color: #E20047;
}
.BgClassName
{
background-color: #E20047;
}
</style>
border-color css
<style>
span { border-color: #E20047; }
span { border-color: rgb(226,0,71); }
td.TdClassName
{
border-color: #E20047;
}
.TagClassName
{
border-color: #E20047;
}
</style>