Shades of Razzmatazz #E0004B
Tints of Razzmatazz #E0004B
RGB
CMYK
RGB Variations
Color information
#E0004B (or 0xE0004B) is known color: Razzmatazz. HEX triplet: E0, 00 and 4B. RGB value is (224,0,75). Sum of RGB (Red+Green+Blue) = 224+0+75=299 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.92% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 224 - color contains mainly: red. Hex color #E0004B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0004B is #1FFFB4. Grayscale: #4B4B4B. Windows color (decimal): -2097077 or 4915424. OLE color: 4915424.
HSL color Cylindrical-coordinate representation of color #E0004B: hue angle of 339.91º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0004B is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.67 | 0.12 |
| HSL | 339.91º | 1% | 0.44% | - |
| HSV(B) | 339.91º | 1% | 0.88% | - |
| XYZ | 32.01 | 16.36 | 8.13 | - |
| YUV | 75.53 | 127.71 | 233.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 75 | 0 | 1 | 0.67 | 0.12 | 339.91 | 1 | 0.44 |
| Hex | E0 | 0 | 4B | 0 | 64 | 43 | C | 154 | 64 | 2C |
| Octal | 340 | 0 | 113 | 0 | 144 | 103 | 14 | 524 | 144 | 54 |
| Binary | 11100000 | 0 | 1001011 | 0 | 1100100 | 1000011 | 1100 | 101010100 | 1100100 | 101100 |
Color Harmonies of #E0004B
Complementary color
Monochromatic Colors of #E0004B
Black with #E0004B
Text Example
Text Example
White with #E0004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0004B; }
p { color: rgb(224,0,75); }
H1.HeaderClassName
{
color: #E0004B;
}
.AnyTagClassName
{
color: #E0004B;
}
</style>
background-color css
<style>
a { background-color: #E0004B; }
a { background-color: rgb(224,0,75); }
div.DivClassName
{
background-color: #E0004B;
}
.BgClassName
{
background-color: #E0004B;
}
</style>
border-color css
<style>
span { border-color: #E0004B; }
span { border-color: rgb(224,0,75); }
td.TdClassName
{
border-color: #E0004B;
}
.TagClassName
{
border-color: #E0004B;
}
</style>