Shades of Razzmatazz #E20053
Tints of Razzmatazz #E20053
RGB
CMYK
RGB Variations
Color information
#E20053 (or 0xE20053) is known color: Razzmatazz. HEX triplet: E2, 00 and 53. RGB value is (226,0,83). Sum of RGB (Red+Green+Blue) = 226+0+83=309 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.14% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 226 - color contains mainly: red. Hex color #E20053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20053 is #1DFFAC. Grayscale: #4C4C4C. Windows color (decimal): -1965997 or 5439714. OLE color: 5439714.
HSL color Cylindrical-coordinate representation of color #E20053: hue angle of 337.96º 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 #E20053 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.63 | 0.11 |
| HSL | 337.96º | 1% | 0.44% | - |
| HSV(B) | 337.96º | 1% | 0.89% | - |
| XYZ | 32.93 | 16.79 | 9.69 | - |
| YUV | 77.04 | 131.37 | 234.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 83 | 0 | 1 | 0.63 | 0.11 | 337.96 | 1 | 0.44 |
| Hex | E2 | 0 | 53 | 0 | 64 | 3F | B | 152 | 64 | 2C |
| Octal | 342 | 0 | 123 | 0 | 144 | 77 | 13 | 522 | 144 | 54 |
| Binary | 11100010 | 0 | 1010011 | 0 | 1100100 | 111111 | 1011 | 101010010 | 1100100 | 101100 |
Color Harmonies of #E20053
Complementary color
Monochromatic Colors of #E20053
Black with #E20053
Text Example
Text Example
White with #E20053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20053; }
p { color: rgb(226,0,83); }
H1.HeaderClassName
{
color: #E20053;
}
.AnyTagClassName
{
color: #E20053;
}
</style>
background-color css
<style>
a { background-color: #E20053; }
a { background-color: rgb(226,0,83); }
div.DivClassName
{
background-color: #E20053;
}
.BgClassName
{
background-color: #E20053;
}
</style>
border-color css
<style>
span { border-color: #E20053; }
span { border-color: rgb(226,0,83); }
td.TdClassName
{
border-color: #E20053;
}
.TagClassName
{
border-color: #E20053;
}
</style>