Shades of Razzmatazz #E2004B
Tints of Razzmatazz #E2004B
RGB
CMYK
RGB Variations
Color information
#E2004B (or 0xE2004B) is known color: Razzmatazz. HEX triplet: E2, 00 and 4B. RGB value is (226,0,75). Sum of RGB (Red+Green+Blue) = 226+0+75=301 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.08% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 226 - color contains mainly: red. Hex color #E2004B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2004B is #1DFFB4. Grayscale: #4C4C4C. Windows color (decimal): -1966005 or 4915426. OLE color: 4915426.
HSL color Cylindrical-coordinate representation of color #E2004B: hue angle of 340.09º 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 #E2004B is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.67 | 0.11 |
| HSL | 340.09º | 1% | 0.44% | - |
| HSV(B) | 340.09º | 1% | 0.89% | - |
| XYZ | 32.63 | 16.68 | 8.16 | - |
| YUV | 76.12 | 127.37 | 234.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 75 | 0 | 1 | 0.67 | 0.11 | 340.09 | 1 | 0.44 |
| Hex | E2 | 0 | 4B | 0 | 64 | 43 | B | 154 | 64 | 2C |
| Octal | 342 | 0 | 113 | 0 | 144 | 103 | 13 | 524 | 144 | 54 |
| Binary | 11100010 | 0 | 1001011 | 0 | 1100100 | 1000011 | 1011 | 101010100 | 1100100 | 101100 |
Color Harmonies of #E2004B
Complementary color
Monochromatic Colors of #E2004B
Black with #E2004B
Text Example
Text Example
White with #E2004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2004B; }
p { color: rgb(226,0,75); }
H1.HeaderClassName
{
color: #E2004B;
}
.AnyTagClassName
{
color: #E2004B;
}
</style>
background-color css
<style>
a { background-color: #E2004B; }
a { background-color: rgb(226,0,75); }
div.DivClassName
{
background-color: #E2004B;
}
.BgClassName
{
background-color: #E2004B;
}
</style>
border-color css
<style>
span { border-color: #E2004B; }
span { border-color: rgb(226,0,75); }
td.TdClassName
{
border-color: #E2004B;
}
.TagClassName
{
border-color: #E2004B;
}
</style>