Shades of Razzmatazz #E20753
Tints of Razzmatazz #E20753
RGB
CMYK
RGB Variations
Color information
#E20753 (or 0xE20753) is known color: Razzmatazz. HEX triplet: E2, 07 and 53. RGB value is (226,7,83). Sum of RGB (Red+Green+Blue) = 226+7+83=316 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.52% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 226 - color contains mainly: red. Hex color #E20753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20753 is #1DF8AC. Grayscale: #515151. Windows color (decimal): -1964205 or 5441506. OLE color: 5441506.
HSL color Cylindrical-coordinate representation of color #E20753: hue angle of 339.18º 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 #E20753 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 83 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.11 |
| HSL | 339.18º | 0.94% | 0.46% | - |
| HSV(B) | 339.18º | 0.97% | 0.89% | - |
| XYZ | 33 | 16.95 | 9.72 | - |
| YUV | 81.15 | 129.05 | 231.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 83 | 0 | 0.97 | 0.63 | 0.11 | 339.18 | 0.94 | 0.46 |
| Hex | E2 | 7 | 53 | 0 | 61 | 3F | B | 153 | 5E | 2E |
| Octal | 342 | 7 | 123 | 0 | 141 | 77 | 13 | 523 | 136 | 56 |
| Binary | 11100010 | 111 | 1010011 | 0 | 1100001 | 111111 | 1011 | 101010011 | 1011110 | 101110 |
Color Harmonies of #E20753
Complementary color
Monochromatic Colors of #E20753
Black with #E20753
Text Example
Text Example
White with #E20753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20753; }
p { color: rgb(226,7,83); }
H1.HeaderClassName
{
color: #E20753;
}
.AnyTagClassName
{
color: #E20753;
}
</style>
background-color css
<style>
a { background-color: #E20753; }
a { background-color: rgb(226,7,83); }
div.DivClassName
{
background-color: #E20753;
}
.BgClassName
{
background-color: #E20753;
}
</style>
border-color css
<style>
span { border-color: #E20753; }
span { border-color: rgb(226,7,83); }
td.TdClassName
{
border-color: #E20753;
}
.TagClassName
{
border-color: #E20753;
}
</style>