Shades of Razzmatazz #E50173
Tints of Razzmatazz #E50173
RGB
CMYK
RGB Variations
Color information
#E50173 (or 0xE50173) is known color: Razzmatazz. HEX triplet: E5, 01 and 73. RGB value is (229,1,115). Sum of RGB (Red+Green+Blue) = 229+1+115=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E50173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50173 is #1AFE8C. Grayscale: #515151. Windows color (decimal): -1769101 or 7537125. OLE color: 7537125.
HSL color Cylindrical-coordinate representation of color #E50173: hue angle of 330º 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 #E50173 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 115 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.10 |
| HSL | 330º | 0.99% | 0.45% | - |
| HSV(B) | 330º | 1% | 0.9% | - |
| XYZ | 35.42 | 17.92 | 17.81 | - |
| YUV | 82.17 | 146.54 | 232.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 115 | 0 | 1.00 | 0.50 | 0.10 | 330 | 0.99 | 0.45 |
| Hex | E5 | 1 | 73 | 0 | 64 | 32 | A | 14A | 63 | 2D |
| Octal | 345 | 1 | 163 | 0 | 144 | 62 | 12 | 512 | 143 | 55 |
| Binary | 11100101 | 1 | 1110011 | 0 | 1100100 | 110010 | 1010 | 101001010 | 1100011 | 101101 |
Color Harmonies of #E50173
Complementary color
Monochromatic Colors of #E50173
Black with #E50173
Text Example
Text Example
White with #E50173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50173; }
p { color: rgb(229,1,115); }
H1.HeaderClassName
{
color: #E50173;
}
.AnyTagClassName
{
color: #E50173;
}
</style>
background-color css
<style>
a { background-color: #E50173; }
a { background-color: rgb(229,1,115); }
div.DivClassName
{
background-color: #E50173;
}
.BgClassName
{
background-color: #E50173;
}
</style>
border-color css
<style>
span { border-color: #E50173; }
span { border-color: rgb(229,1,115); }
td.TdClassName
{
border-color: #E50173;
}
.TagClassName
{
border-color: #E50173;
}
</style>