Shades of Razzmatazz #E50175
Tints of Razzmatazz #E50175
RGB
CMYK
RGB Variations
Color information
#E50175 (or 0xE50175) is known color: Razzmatazz. HEX triplet: E5, 01 and 75. RGB value is (229,1,117). Sum of RGB (Red+Green+Blue) = 229+1+117=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E50175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50175 is #1AFE8A. Grayscale: #525252. Windows color (decimal): -1769099 or 7668197. OLE color: 7668197.
HSL color Cylindrical-coordinate representation of color #E50175: hue angle of 329.47º 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 #E50175 is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 117 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.10 |
| HSL | 329.47º | 0.99% | 0.45% | - |
| HSV(B) | 329.47º | 1% | 0.9% | - |
| XYZ | 35.53 | 17.96 | 18.42 | - |
| YUV | 82.4 | 147.54 | 232.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 117 | 0 | 1.00 | 0.49 | 0.10 | 329.47 | 0.99 | 0.45 |
| Hex | E5 | 1 | 75 | 0 | 64 | 31 | A | 149 | 63 | 2D |
| Octal | 345 | 1 | 165 | 0 | 144 | 61 | 12 | 511 | 143 | 55 |
| Binary | 11100101 | 1 | 1110101 | 0 | 1100100 | 110001 | 1010 | 101001001 | 1100011 | 101101 |
Color Harmonies of #E50175
Complementary color
Monochromatic Colors of #E50175
Black with #E50175
Text Example
Text Example
White with #E50175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50175; }
p { color: rgb(229,1,117); }
H1.HeaderClassName
{
color: #E50175;
}
.AnyTagClassName
{
color: #E50175;
}
</style>
background-color css
<style>
a { background-color: #E50175; }
a { background-color: rgb(229,1,117); }
div.DivClassName
{
background-color: #E50175;
}
.BgClassName
{
background-color: #E50175;
}
</style>
border-color css
<style>
span { border-color: #E50175; }
span { border-color: rgb(229,1,117); }
td.TdClassName
{
border-color: #E50175;
}
.TagClassName
{
border-color: #E50175;
}
</style>