Shades of Razzmatazz #E50178
Tints of Razzmatazz #E50178
RGB
CMYK
RGB Variations
Color information
#E50178 (or 0xE50178) is known color: Razzmatazz. HEX triplet: E5, 01 and 78. RGB value is (229,1,120). Sum of RGB (Red+Green+Blue) = 229+1+120=350 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.43% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 229 - color contains mainly: red. Hex color #E50178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50178 is #1AFE87. Grayscale: #525252. Windows color (decimal): -1769096 or 7864805. OLE color: 7864805.
HSL color Cylindrical-coordinate representation of color #E50178: hue angle of 328.68º 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 #E50178 is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 120 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.10 |
| HSL | 328.68º | 0.99% | 0.45% | - |
| HSV(B) | 328.68º | 1% | 0.9% | - |
| XYZ | 35.71 | 18.04 | 19.37 | - |
| YUV | 82.74 | 149.04 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 120 | 0 | 1.00 | 0.48 | 0.10 | 328.68 | 0.99 | 0.45 |
| Hex | E5 | 1 | 78 | 0 | 64 | 30 | A | 149 | 63 | 2D |
| Octal | 345 | 1 | 170 | 0 | 144 | 60 | 12 | 511 | 143 | 55 |
| Binary | 11100101 | 1 | 1111000 | 0 | 1100100 | 110000 | 1010 | 101001001 | 1100011 | 101101 |
Color Harmonies of #E50178
Complementary color
Monochromatic Colors of #E50178
Black with #E50178
Text Example
Text Example
White with #E50178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50178; }
p { color: rgb(229,1,120); }
H1.HeaderClassName
{
color: #E50178;
}
.AnyTagClassName
{
color: #E50178;
}
</style>
background-color css
<style>
a { background-color: #E50178; }
a { background-color: rgb(229,1,120); }
div.DivClassName
{
background-color: #E50178;
}
.BgClassName
{
background-color: #E50178;
}
</style>
border-color css
<style>
span { border-color: #E50178; }
span { border-color: rgb(229,1,120); }
td.TdClassName
{
border-color: #E50178;
}
.TagClassName
{
border-color: #E50178;
}
</style>