Shades of Razzmatazz #E00071
Tints of Razzmatazz #E00071
RGB
CMYK
RGB Variations
Color information
#E00071 (or 0xE00071) is known color: Razzmatazz. HEX triplet: E0, 00 and 71. RGB value is (224,0,113). Sum of RGB (Red+Green+Blue) = 224+0+113=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E00071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00071 is #1FFF8E. Grayscale: #4F4F4F. Windows color (decimal): -2097039 or 7405792. OLE color: 7405792.
HSL color Cylindrical-coordinate representation of color #E00071: hue angle of 329.73º 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 #E00071 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.50 | 0.12 |
| HSL | 329.73º | 1% | 0.44% | - |
| HSV(B) | 329.73º | 1% | 0.88% | - |
| XYZ | 33.72 | 17.04 | 17.13 | - |
| YUV | 79.86 | 146.71 | 230.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 113 | 0 | 1 | 0.50 | 0.12 | 329.73 | 1 | 0.44 |
| Hex | E0 | 0 | 71 | 0 | 64 | 32 | C | 14A | 64 | 2C |
| Octal | 340 | 0 | 161 | 0 | 144 | 62 | 14 | 512 | 144 | 54 |
| Binary | 11100000 | 0 | 1110001 | 0 | 1100100 | 110010 | 1100 | 101001010 | 1100100 | 101100 |
Color Harmonies of #E00071
Complementary color
Monochromatic Colors of #E00071
Black with #E00071
Text Example
Text Example
White with #E00071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00071; }
p { color: rgb(224,0,113); }
H1.HeaderClassName
{
color: #E00071;
}
.AnyTagClassName
{
color: #E00071;
}
</style>
background-color css
<style>
a { background-color: #E00071; }
a { background-color: rgb(224,0,113); }
div.DivClassName
{
background-color: #E00071;
}
.BgClassName
{
background-color: #E00071;
}
</style>
border-color css
<style>
span { border-color: #E00071; }
span { border-color: rgb(224,0,113); }
td.TdClassName
{
border-color: #E00071;
}
.TagClassName
{
border-color: #E00071;
}
</style>