Shades of Razzmatazz #E20077
Tints of Razzmatazz #E20077
RGB
CMYK
RGB Variations
Color information
#E20077 (or 0xE20077) is known color: Razzmatazz. HEX triplet: E2, 00 and 77. RGB value is (226,0,119). Sum of RGB (Red+Green+Blue) = 226+0+119=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E20077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20077 is #1DFF88. Grayscale: #505050. Windows color (decimal): -1965961 or 7799010. OLE color: 7799010.
HSL color Cylindrical-coordinate representation of color #E20077: hue angle of 328.41º 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 #E20077 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.47 | 0.11 |
| HSL | 328.41º | 1% | 0.44% | - |
| HSV(B) | 328.41º | 1% | 0.89% | - |
| XYZ | 34.69 | 17.5 | 19 | - |
| YUV | 81.14 | 149.37 | 231.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 119 | 0 | 1 | 0.47 | 0.11 | 328.41 | 1 | 0.44 |
| Hex | E2 | 0 | 77 | 0 | 64 | 2F | B | 148 | 64 | 2C |
| Octal | 342 | 0 | 167 | 0 | 144 | 57 | 13 | 510 | 144 | 54 |
| Binary | 11100010 | 0 | 1110111 | 0 | 1100100 | 101111 | 1011 | 101001000 | 1100100 | 101100 |
Color Harmonies of #E20077
Complementary color
Monochromatic Colors of #E20077
Black with #E20077
Text Example
Text Example
White with #E20077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20077; }
p { color: rgb(226,0,119); }
H1.HeaderClassName
{
color: #E20077;
}
.AnyTagClassName
{
color: #E20077;
}
</style>
background-color css
<style>
a { background-color: #E20077; }
a { background-color: rgb(226,0,119); }
div.DivClassName
{
background-color: #E20077;
}
.BgClassName
{
background-color: #E20077;
}
</style>
border-color css
<style>
span { border-color: #E20077; }
span { border-color: rgb(226,0,119); }
td.TdClassName
{
border-color: #E20077;
}
.TagClassName
{
border-color: #E20077;
}
</style>