Shades of Razzmatazz #E50171
Tints of Razzmatazz #E50171
RGB
CMYK
RGB Variations
Color information
#E50171 (or 0xE50171) is known color: Razzmatazz. HEX triplet: E5, 01 and 71. RGB value is (229,1,113). Sum of RGB (Red+Green+Blue) = 229+1+113=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E50171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50171 is #1AFE8E. Grayscale: #515151. Windows color (decimal): -1769103 or 7406053. OLE color: 7406053.
HSL color Cylindrical-coordinate representation of color #E50171: hue angle of 330.53º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50171 is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 113 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.10 |
| HSL | 330.53º | 0.99% | 0.45% | - |
| HSV(B) | 330.53º | 1% | 0.9% | - |
| XYZ | 35.3 | 17.87 | 17.21 | - |
| YUV | 81.94 | 145.54 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 113 | 0 | 1.00 | 0.51 | 0.10 | 330.53 | 0.99 | 0.45 |
| Hex | E5 | 1 | 71 | 0 | 64 | 33 | A | 14B | 63 | 2D |
| Octal | 345 | 1 | 161 | 0 | 144 | 63 | 12 | 513 | 143 | 55 |
| Binary | 11100101 | 1 | 1110001 | 0 | 1100100 | 110011 | 1010 | 101001011 | 1100011 | 101101 |
Color Harmonies of #E50171
Complementary color
Monochromatic Colors of #E50171
Black with #E50171
Text Example
Text Example
White with #E50171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50171; }
p { color: rgb(229,1,113); }
H1.HeaderClassName
{
color: #E50171;
}
.AnyTagClassName
{
color: #E50171;
}
</style>
background-color css
<style>
a { background-color: #E50171; }
a { background-color: rgb(229,1,113); }
div.DivClassName
{
background-color: #E50171;
}
.BgClassName
{
background-color: #E50171;
}
</style>
border-color css
<style>
span { border-color: #E50171; }
span { border-color: rgb(229,1,113); }
td.TdClassName
{
border-color: #E50171;
}
.TagClassName
{
border-color: #E50171;
}
</style>