Shades of Razzmatazz #E20353
Tints of Razzmatazz #E20353
RGB
CMYK
RGB Variations
Color information
#E20353 (or 0xE20353) is known color: Razzmatazz. HEX triplet: E2, 03 and 53. RGB value is (226,3,83). Sum of RGB (Red+Green+Blue) = 226+3+83=312 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.44% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 226 - color contains mainly: red. Hex color #E20353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20353 is #1DFCAC. Grayscale: #4E4E4E. Windows color (decimal): -1965229 or 5440482. OLE color: 5440482.
HSL color Cylindrical-coordinate representation of color #E20353: hue angle of 338.48º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E20353 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 83 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.11 |
| HSL | 338.48º | 0.97% | 0.45% | - |
| HSV(B) | 338.48º | 0.99% | 0.89% | - |
| XYZ | 32.96 | 16.86 | 9.7 | - |
| YUV | 78.8 | 130.38 | 233 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 83 | 0 | 0.99 | 0.63 | 0.11 | 338.48 | 0.97 | 0.45 |
| Hex | E2 | 3 | 53 | 0 | 63 | 3F | B | 152 | 61 | 2D |
| Octal | 342 | 3 | 123 | 0 | 143 | 77 | 13 | 522 | 141 | 55 |
| Binary | 11100010 | 11 | 1010011 | 0 | 1100011 | 111111 | 1011 | 101010010 | 1100001 | 101101 |
Color Harmonies of #E20353
Complementary color
Monochromatic Colors of #E20353
Black with #E20353
Text Example
Text Example
White with #E20353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20353; }
p { color: rgb(226,3,83); }
H1.HeaderClassName
{
color: #E20353;
}
.AnyTagClassName
{
color: #E20353;
}
</style>
background-color css
<style>
a { background-color: #E20353; }
a { background-color: rgb(226,3,83); }
div.DivClassName
{
background-color: #E20353;
}
.BgClassName
{
background-color: #E20353;
}
</style>
border-color css
<style>
span { border-color: #E20353; }
span { border-color: rgb(226,3,83); }
td.TdClassName
{
border-color: #E20353;
}
.TagClassName
{
border-color: #E20353;
}
</style>