Shades of Razzmatazz #E20079
Tints of Razzmatazz #E20079
RGB
CMYK
RGB Variations
Color information
#E20079 (or 0xE20079) is known color: Razzmatazz. HEX triplet: E2, 00 and 79. RGB value is (226,0,121). Sum of RGB (Red+Green+Blue) = 226+0+121=347 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.13% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 226 - color contains mainly: red. Hex color #E20079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20079 is #1DFF86. Grayscale: #515151. Windows color (decimal): -1965959 or 7930082. OLE color: 7930082.
HSL color Cylindrical-coordinate representation of color #E20079: hue angle of 327.88º 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 #E20079 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.46 | 0.11 |
| HSL | 327.88º | 1% | 0.44% | - |
| HSV(B) | 327.88º | 1% | 0.89% | - |
| XYZ | 34.82 | 17.55 | 19.64 | - |
| YUV | 81.37 | 150.37 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 121 | 0 | 1 | 0.46 | 0.11 | 327.88 | 1 | 0.44 |
| Hex | E2 | 0 | 79 | 0 | 64 | 2E | B | 148 | 64 | 2C |
| Octal | 342 | 0 | 171 | 0 | 144 | 56 | 13 | 510 | 144 | 54 |
| Binary | 11100010 | 0 | 1111001 | 0 | 1100100 | 101110 | 1011 | 101001000 | 1100100 | 101100 |
Color Harmonies of #E20079
Complementary color
Monochromatic Colors of #E20079
Black with #E20079
Text Example
Text Example
White with #E20079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20079; }
p { color: rgb(226,0,121); }
H1.HeaderClassName
{
color: #E20079;
}
.AnyTagClassName
{
color: #E20079;
}
</style>
background-color css
<style>
a { background-color: #E20079; }
a { background-color: rgb(226,0,121); }
div.DivClassName
{
background-color: #E20079;
}
.BgClassName
{
background-color: #E20079;
}
</style>
border-color css
<style>
span { border-color: #E20079; }
span { border-color: rgb(226,0,121); }
td.TdClassName
{
border-color: #E20079;
}
.TagClassName
{
border-color: #E20079;
}
</style>