Shades of Razzmatazz #E50071
Tints of Razzmatazz #E50071
RGB
CMYK
RGB Variations
Color information
#E50071 (or 0xE50071) is known color: Razzmatazz. HEX triplet: E5, 00 and 71. RGB value is (229,0,113). Sum of RGB (Red+Green+Blue) = 229+0+113=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E50071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50071 is #1AFF8E. Grayscale: #515151. Windows color (decimal): -1769359 or 7405797. OLE color: 7405797.
HSL color Cylindrical-coordinate representation of color #E50071: hue angle of 330.39º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50071 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.51 | 0.10 |
| HSL | 330.39º | 1% | 0.45% | - |
| HSV(B) | 330.39º | 1% | 0.9% | - |
| XYZ | 35.29 | 17.85 | 17.21 | - |
| YUV | 81.35 | 145.87 | 233.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 113 | 0 | 1 | 0.51 | 0.10 | 330.39 | 1 | 0.45 |
| Hex | E5 | 0 | 71 | 0 | 64 | 33 | A | 14A | 64 | 2D |
| Octal | 345 | 0 | 161 | 0 | 144 | 63 | 12 | 512 | 144 | 55 |
| Binary | 11100101 | 0 | 1110001 | 0 | 1100100 | 110011 | 1010 | 101001010 | 1100100 | 101101 |
Color Harmonies of #E50071
Complementary color
Monochromatic Colors of #E50071
Black with #E50071
Text Example
Text Example
White with #E50071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50071; }
p { color: rgb(229,0,113); }
H1.HeaderClassName
{
color: #E50071;
}
.AnyTagClassName
{
color: #E50071;
}
</style>
background-color css
<style>
a { background-color: #E50071; }
a { background-color: rgb(229,0,113); }
div.DivClassName
{
background-color: #E50071;
}
.BgClassName
{
background-color: #E50071;
}
</style>
border-color css
<style>
span { border-color: #E50071; }
span { border-color: rgb(229,0,113); }
td.TdClassName
{
border-color: #E50071;
}
.TagClassName
{
border-color: #E50071;
}
</style>