Shades of Razzmatazz #E2004F
Tints of Razzmatazz #E2004F
RGB
CMYK
RGB Variations
Color information
#E2004F (or 0xE2004F) is known color: Razzmatazz. HEX triplet: E2, 00 and 4F. RGB value is (226,0,79). Sum of RGB (Red+Green+Blue) = 226+0+79=305 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.10% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 226 - color contains mainly: red. Hex color #E2004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2004F is #1DFFB0. Grayscale: #4C4C4C. Windows color (decimal): -1966001 or 5177570. OLE color: 5177570.
HSL color Cylindrical-coordinate representation of color #E2004F: hue angle of 339.03º 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 #E2004F is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.65 | 0.11 |
| HSL | 339.03º | 1% | 0.44% | - |
| HSV(B) | 339.03º | 1% | 0.89% | - |
| XYZ | 32.78 | 16.73 | 8.9 | - |
| YUV | 76.58 | 129.37 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 79 | 0 | 1 | 0.65 | 0.11 | 339.03 | 1 | 0.44 |
| Hex | E2 | 0 | 4F | 0 | 64 | 41 | B | 153 | 64 | 2C |
| Octal | 342 | 0 | 117 | 0 | 144 | 101 | 13 | 523 | 144 | 54 |
| Binary | 11100010 | 0 | 1001111 | 0 | 1100100 | 1000001 | 1011 | 101010011 | 1100100 | 101100 |
Color Harmonies of #E2004F
Complementary color
Monochromatic Colors of #E2004F
Black with #E2004F
Text Example
Text Example
White with #E2004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2004F; }
p { color: rgb(226,0,79); }
H1.HeaderClassName
{
color: #E2004F;
}
.AnyTagClassName
{
color: #E2004F;
}
</style>
background-color css
<style>
a { background-color: #E2004F; }
a { background-color: rgb(226,0,79); }
div.DivClassName
{
background-color: #E2004F;
}
.BgClassName
{
background-color: #E2004F;
}
</style>
border-color css
<style>
span { border-color: #E2004F; }
span { border-color: rgb(226,0,79); }
td.TdClassName
{
border-color: #E2004F;
}
.TagClassName
{
border-color: #E2004F;
}
</style>