Shades of Razzmatazz #E20769
Tints of Razzmatazz #E20769
RGB
CMYK
RGB Variations
Color information
#E20769 (or 0xE20769) is known color: Razzmatazz. HEX triplet: E2, 07 and 69. RGB value is (226,7,105). Sum of RGB (Red+Green+Blue) = 226+7+105=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E20769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20769 is #1DF896. Grayscale: #535353. Windows color (decimal): -1964183 or 6883298. OLE color: 6883298.
HSL color Cylindrical-coordinate representation of color #E20769: hue angle of 333.15º 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 #E20769 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 105 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.11 |
| HSL | 333.15º | 0.94% | 0.46% | - |
| HSV(B) | 333.15º | 0.97% | 0.89% | - |
| XYZ | 33.99 | 17.34 | 14.92 | - |
| YUV | 83.65 | 140.05 | 229.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 105 | 0 | 0.97 | 0.54 | 0.11 | 333.15 | 0.94 | 0.46 |
| Hex | E2 | 7 | 69 | 0 | 61 | 36 | B | 14D | 5E | 2E |
| Octal | 342 | 7 | 151 | 0 | 141 | 66 | 13 | 515 | 136 | 56 |
| Binary | 11100010 | 111 | 1101001 | 0 | 1100001 | 110110 | 1011 | 101001101 | 1011110 | 101110 |
Color Harmonies of #E20769
Complementary color
Monochromatic Colors of #E20769
Black with #E20769
Text Example
Text Example
White with #E20769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20769; }
p { color: rgb(226,7,105); }
H1.HeaderClassName
{
color: #E20769;
}
.AnyTagClassName
{
color: #E20769;
}
</style>
background-color css
<style>
a { background-color: #E20769; }
a { background-color: rgb(226,7,105); }
div.DivClassName
{
background-color: #E20769;
}
.BgClassName
{
background-color: #E20769;
}
</style>
border-color css
<style>
span { border-color: #E20769; }
span { border-color: rgb(226,7,105); }
td.TdClassName
{
border-color: #E20769;
}
.TagClassName
{
border-color: #E20769;
}
</style>