Shades of Razzmatazz #E20764
Tints of Razzmatazz #E20764
RGB
CMYK
RGB Variations
Color information
#E20764 (or 0xE20764) is known color: Razzmatazz. HEX triplet: E2, 07 and 64. RGB value is (226,7,100). Sum of RGB (Red+Green+Blue) = 226+7+100=333 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.87% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 226 - color contains mainly: red. Hex color #E20764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20764 is #1DF89B. Grayscale: #525252. Windows color (decimal): -1964188 or 6555618. OLE color: 6555618.
HSL color Cylindrical-coordinate representation of color #E20764: hue angle of 334.52º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E20764 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 100 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.11 |
| HSL | 334.52º | 0.94% | 0.46% | - |
| HSV(B) | 334.52º | 0.97% | 0.89% | - |
| XYZ | 33.74 | 17.24 | 13.61 | - |
| YUV | 83.08 | 137.55 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 100 | 0 | 0.97 | 0.56 | 0.11 | 334.52 | 0.94 | 0.46 |
| Hex | E2 | 7 | 64 | 0 | 61 | 38 | B | 14F | 5E | 2E |
| Octal | 342 | 7 | 144 | 0 | 141 | 70 | 13 | 517 | 136 | 56 |
| Binary | 11100010 | 111 | 1100100 | 0 | 1100001 | 111000 | 1011 | 101001111 | 1011110 | 101110 |
Color Harmonies of #E20764
Complementary color
Monochromatic Colors of #E20764
Black with #E20764
Text Example
Text Example
White with #E20764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20764; }
p { color: rgb(226,7,100); }
H1.HeaderClassName
{
color: #E20764;
}
.AnyTagClassName
{
color: #E20764;
}
</style>
background-color css
<style>
a { background-color: #E20764; }
a { background-color: rgb(226,7,100); }
div.DivClassName
{
background-color: #E20764;
}
.BgClassName
{
background-color: #E20764;
}
</style>
border-color css
<style>
span { border-color: #E20764; }
span { border-color: rgb(226,7,100); }
td.TdClassName
{
border-color: #E20764;
}
.TagClassName
{
border-color: #E20764;
}
</style>