Shades of Razzmatazz #E00371
Tints of Razzmatazz #E00371
RGB
CMYK
RGB Variations
Color information
#E00371 (or 0xE00371) is known color: Razzmatazz. HEX triplet: E0, 03 and 71. RGB value is (224,3,113). Sum of RGB (Red+Green+Blue) = 224+3+113=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E00371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00371 is #1FFC8E. Grayscale: #515151. Windows color (decimal): -2096271 or 7406560. OLE color: 7406560.
HSL color Cylindrical-coordinate representation of color #E00371: hue angle of 330.14º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00371 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 113 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.12 |
| HSL | 330.14º | 0.97% | 0.45% | - |
| HSV(B) | 330.14º | 0.99% | 0.88% | - |
| XYZ | 33.75 | 17.1 | 17.15 | - |
| YUV | 81.62 | 145.72 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 113 | 0 | 0.99 | 0.50 | 0.12 | 330.14 | 0.97 | 0.45 |
| Hex | E0 | 3 | 71 | 0 | 63 | 32 | C | 14A | 61 | 2D |
| Octal | 340 | 3 | 161 | 0 | 143 | 62 | 14 | 512 | 141 | 55 |
| Binary | 11100000 | 11 | 1110001 | 0 | 1100011 | 110010 | 1100 | 101001010 | 1100001 | 101101 |
Color Harmonies of #E00371
Complementary color
Monochromatic Colors of #E00371
Black with #E00371
Text Example
Text Example
White with #E00371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00371; }
p { color: rgb(224,3,113); }
H1.HeaderClassName
{
color: #E00371;
}
.AnyTagClassName
{
color: #E00371;
}
</style>
background-color css
<style>
a { background-color: #E00371; }
a { background-color: rgb(224,3,113); }
div.DivClassName
{
background-color: #E00371;
}
.BgClassName
{
background-color: #E00371;
}
</style>
border-color css
<style>
span { border-color: #E00371; }
span { border-color: rgb(224,3,113); }
td.TdClassName
{
border-color: #E00371;
}
.TagClassName
{
border-color: #E00371;
}
</style>