Shades of Razzmatazz #E20061
Tints of Razzmatazz #E20061
RGB
CMYK
RGB Variations
Color information
#E20061 (or 0xE20061) is known color: Razzmatazz. HEX triplet: E2, 00 and 61. RGB value is (226,0,97). Sum of RGB (Red+Green+Blue) = 226+0+97=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E20061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20061 is #1DFF9E. Grayscale: #4E4E4E. Windows color (decimal): -1965983 or 6357218. OLE color: 6357218.
HSL color Cylindrical-coordinate representation of color #E20061: hue angle of 334.25º 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 #E20061 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.57 | 0.11 |
| HSL | 334.25º | 1% | 0.44% | - |
| HSV(B) | 334.25º | 1% | 0.89% | - |
| XYZ | 33.52 | 17.03 | 12.83 | - |
| YUV | 78.63 | 138.37 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 97 | 0 | 1 | 0.57 | 0.11 | 334.25 | 1 | 0.44 |
| Hex | E2 | 0 | 61 | 0 | 64 | 39 | B | 14E | 64 | 2C |
| Octal | 342 | 0 | 141 | 0 | 144 | 71 | 13 | 516 | 144 | 54 |
| Binary | 11100010 | 0 | 1100001 | 0 | 1100100 | 111001 | 1011 | 101001110 | 1100100 | 101100 |
Color Harmonies of #E20061
Complementary color
Monochromatic Colors of #E20061
Black with #E20061
Text Example
Text Example
White with #E20061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20061; }
p { color: rgb(226,0,97); }
H1.HeaderClassName
{
color: #E20061;
}
.AnyTagClassName
{
color: #E20061;
}
</style>
background-color css
<style>
a { background-color: #E20061; }
a { background-color: rgb(226,0,97); }
div.DivClassName
{
background-color: #E20061;
}
.BgClassName
{
background-color: #E20061;
}
</style>
border-color css
<style>
span { border-color: #E20061; }
span { border-color: rgb(226,0,97); }
td.TdClassName
{
border-color: #E20061;
}
.TagClassName
{
border-color: #E20061;
}
</style>