Shades of Razzmatazz #E20A4D
Tints of Razzmatazz #E20A4D
RGB
CMYK
RGB Variations
Color information
#E20A4D (or 0xE20A4D) is known color: Razzmatazz. HEX triplet: E2, 0A and 4D. RGB value is (226,10,77). Sum of RGB (Red+Green+Blue) = 226+10+77=313 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.20% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20A4D is #1DF5B2. Grayscale: #525252. Windows color (decimal): -1963443 or 5049058. OLE color: 5049058.
HSL color Cylindrical-coordinate representation of color #E20A4D: hue angle of 341.39º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20A4D is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 10 | 77 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.11 |
| HSL | 341.39º | 0.92% | 0.46% | - |
| HSV(B) | 341.39º | 0.96% | 0.89% | - |
| XYZ | 32.81 | 16.92 | 8.56 | - |
| YUV | 82.22 | 125.06 | 230.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 10 | 77 | 0 | 0.96 | 0.66 | 0.11 | 341.39 | 0.92 | 0.46 |
| Hex | E2 | A | 4D | 0 | 60 | 42 | B | 155 | 5C | 2E |
| Octal | 342 | 12 | 115 | 0 | 140 | 102 | 13 | 525 | 134 | 56 |
| Binary | 11100010 | 1010 | 1001101 | 0 | 1100000 | 1000010 | 1011 | 101010101 | 1011100 | 101110 |
Color Harmonies of #E20A4D
Complementary color
Monochromatic Colors of #E20A4D
Black with #E20A4D
Text Example
Text Example
White with #E20A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20A4D; }
p { color: rgb(226,10,77); }
H1.HeaderClassName
{
color: #E20A4D;
}
.AnyTagClassName
{
color: #E20A4D;
}
</style>
background-color css
<style>
a { background-color: #E20A4D; }
a { background-color: rgb(226,10,77); }
div.DivClassName
{
background-color: #E20A4D;
}
.BgClassName
{
background-color: #E20A4D;
}
</style>
border-color css
<style>
span { border-color: #E20A4D; }
span { border-color: rgb(226,10,77); }
td.TdClassName
{
border-color: #E20A4D;
}
.TagClassName
{
border-color: #E20A4D;
}
</style>