Shades of Razzmatazz #E2004C
Tints of Razzmatazz #E2004C
RGB
CMYK
RGB Variations
Color information
#E2004C (or 0xE2004C) is known color: Razzmatazz. HEX triplet: E2, 00 and 4C. RGB value is (226,0,76). Sum of RGB (Red+Green+Blue) = 226+0+76=302 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.83% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 226 - color contains mainly: red. Hex color #E2004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2004C is #1DFFB3. Grayscale: #4C4C4C. Windows color (decimal): -1966004 or 4980962. OLE color: 4980962.
HSL color Cylindrical-coordinate representation of color #E2004C: hue angle of 339.82º 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 #E2004C is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.66 | 0.11 |
| HSL | 339.82º | 1% | 0.44% | - |
| HSV(B) | 339.82º | 1% | 0.89% | - |
| XYZ | 32.67 | 16.69 | 8.34 | - |
| YUV | 76.24 | 127.87 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 76 | 0 | 1 | 0.66 | 0.11 | 339.82 | 1 | 0.44 |
| Hex | E2 | 0 | 4C | 0 | 64 | 42 | B | 154 | 64 | 2C |
| Octal | 342 | 0 | 114 | 0 | 144 | 102 | 13 | 524 | 144 | 54 |
| Binary | 11100010 | 0 | 1001100 | 0 | 1100100 | 1000010 | 1011 | 101010100 | 1100100 | 101100 |
Color Harmonies of #E2004C
Complementary color
Monochromatic Colors of #E2004C
Black with #E2004C
Text Example
Text Example
White with #E2004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2004C; }
p { color: rgb(226,0,76); }
H1.HeaderClassName
{
color: #E2004C;
}
.AnyTagClassName
{
color: #E2004C;
}
</style>
background-color css
<style>
a { background-color: #E2004C; }
a { background-color: rgb(226,0,76); }
div.DivClassName
{
background-color: #E2004C;
}
.BgClassName
{
background-color: #E2004C;
}
</style>
border-color css
<style>
span { border-color: #E2004C; }
span { border-color: rgb(226,0,76); }
td.TdClassName
{
border-color: #E2004C;
}
.TagClassName
{
border-color: #E2004C;
}
</style>