Shades of Razzmatazz #E0004E
Tints of Razzmatazz #E0004E
RGB
CMYK
RGB Variations
Color information
#E0004E (or 0xE0004E) is known color: Razzmatazz. HEX triplet: E0, 00 and 4E. RGB value is (224,0,78). Sum of RGB (Red+Green+Blue) = 224+0+78=302 (40% of max value = 765). Red value is 224 (87.89% from 255 or 74.17% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 224 - color contains mainly: red. Hex color #E0004E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0004E is #1FFFB1. Grayscale: #4B4B4B. Windows color (decimal): -2097074 or 5112032. OLE color: 5112032.
HSL color Cylindrical-coordinate representation of color #E0004E: hue angle of 339.11º 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 #E0004E is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.65 | 0.12 |
| HSL | 339.11º | 1% | 0.44% | - |
| HSV(B) | 339.11º | 1% | 0.88% | - |
| XYZ | 32.12 | 16.4 | 8.68 | - |
| YUV | 75.87 | 129.21 | 233.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 78 | 0 | 1 | 0.65 | 0.12 | 339.11 | 1 | 0.44 |
| Hex | E0 | 0 | 4E | 0 | 64 | 41 | C | 153 | 64 | 2C |
| Octal | 340 | 0 | 116 | 0 | 144 | 101 | 14 | 523 | 144 | 54 |
| Binary | 11100000 | 0 | 1001110 | 0 | 1100100 | 1000001 | 1100 | 101010011 | 1100100 | 101100 |
Color Harmonies of #E0004E
Complementary color
Monochromatic Colors of #E0004E
Black with #E0004E
Text Example
Text Example
White with #E0004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0004E; }
p { color: rgb(224,0,78); }
H1.HeaderClassName
{
color: #E0004E;
}
.AnyTagClassName
{
color: #E0004E;
}
</style>
background-color css
<style>
a { background-color: #E0004E; }
a { background-color: rgb(224,0,78); }
div.DivClassName
{
background-color: #E0004E;
}
.BgClassName
{
background-color: #E0004E;
}
</style>
border-color css
<style>
span { border-color: #E0004E; }
span { border-color: rgb(224,0,78); }
td.TdClassName
{
border-color: #E0004E;
}
.TagClassName
{
border-color: #E0004E;
}
</style>