Shades of Razzmatazz #E20056
Tints of Razzmatazz #E20056
RGB
CMYK
RGB Variations
Color information
#E20056 (or 0xE20056) is known color: Razzmatazz. HEX triplet: E2, 00 and 56. RGB value is (226,0,86). Sum of RGB (Red+Green+Blue) = 226+0+86=312 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.44% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 226 - color contains mainly: red. Hex color #E20056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20056 is #1DFFA9. Grayscale: #4D4D4D. Windows color (decimal): -1965994 or 5636322. OLE color: 5636322.
HSL color Cylindrical-coordinate representation of color #E20056: hue angle of 337.17º 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 #E20056 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.62 | 0.11 |
| HSL | 337.17º | 1% | 0.44% | - |
| HSV(B) | 337.17º | 1% | 0.89% | - |
| XYZ | 33.04 | 16.84 | 10.31 | - |
| YUV | 77.38 | 132.87 | 234.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 86 | 0 | 1 | 0.62 | 0.11 | 337.17 | 1 | 0.44 |
| Hex | E2 | 0 | 56 | 0 | 64 | 3E | B | 151 | 64 | 2C |
| Octal | 342 | 0 | 126 | 0 | 144 | 76 | 13 | 521 | 144 | 54 |
| Binary | 11100010 | 0 | 1010110 | 0 | 1100100 | 111110 | 1011 | 101010001 | 1100100 | 101100 |
Color Harmonies of #E20056
Complementary color
Monochromatic Colors of #E20056
Black with #E20056
Text Example
Text Example
White with #E20056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20056; }
p { color: rgb(226,0,86); }
H1.HeaderClassName
{
color: #E20056;
}
.AnyTagClassName
{
color: #E20056;
}
</style>
background-color css
<style>
a { background-color: #E20056; }
a { background-color: rgb(226,0,86); }
div.DivClassName
{
background-color: #E20056;
}
.BgClassName
{
background-color: #E20056;
}
</style>
border-color css
<style>
span { border-color: #E20056; }
span { border-color: rgb(226,0,86); }
td.TdClassName
{
border-color: #E20056;
}
.TagClassName
{
border-color: #E20056;
}
</style>