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