Shades of Razzmatazz #E20649
Tints of Razzmatazz #E20649
RGB
CMYK
RGB Variations
Color information
#E20649 (or 0xE20649) is known color: Razzmatazz. HEX triplet: E2, 06 and 49. RGB value is (226,6,73). Sum of RGB (Red+Green+Blue) = 226+6+73=305 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.10% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 226 - color contains mainly: red. Hex color #E20649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20649 is #1DF9B6. Grayscale: #4F4F4F. Windows color (decimal): -1964471 or 4785890. OLE color: 4785890.
HSL color Cylindrical-coordinate representation of color #E20649: hue angle of 341.73º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E20649 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 73 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.11 |
| HSL | 341.73º | 0.95% | 0.45% | - |
| HSV(B) | 341.73º | 0.97% | 0.89% | - |
| XYZ | 32.63 | 16.78 | 7.82 | - |
| YUV | 79.42 | 124.39 | 232.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 73 | 0 | 0.97 | 0.68 | 0.11 | 341.73 | 0.95 | 0.45 |
| Hex | E2 | 6 | 49 | 0 | 61 | 44 | B | 156 | 5F | 2D |
| Octal | 342 | 6 | 111 | 0 | 141 | 104 | 13 | 526 | 137 | 55 |
| Binary | 11100010 | 110 | 1001001 | 0 | 1100001 | 1000100 | 1011 | 101010110 | 1011111 | 101101 |
Color Harmonies of #E20649
Complementary color
Monochromatic Colors of #E20649
Black with #E20649
Text Example
Text Example
White with #E20649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20649; }
p { color: rgb(226,6,73); }
H1.HeaderClassName
{
color: #E20649;
}
.AnyTagClassName
{
color: #E20649;
}
</style>
background-color css
<style>
a { background-color: #E20649; }
a { background-color: rgb(226,6,73); }
div.DivClassName
{
background-color: #E20649;
}
.BgClassName
{
background-color: #E20649;
}
</style>
border-color css
<style>
span { border-color: #E20649; }
span { border-color: rgb(226,6,73); }
td.TdClassName
{
border-color: #E20649;
}
.TagClassName
{
border-color: #E20649;
}
</style>