Shades of Razzmatazz #E50077
Tints of Razzmatazz #E50077
RGB
CMYK
RGB Variations
Color information
#E50077 (or 0xE50077) is known color: Razzmatazz. HEX triplet: E5, 00 and 77. RGB value is (229,0,119). Sum of RGB (Red+Green+Blue) = 229+0+119=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E50077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50077 is #1AFF88. Grayscale: #515151. Windows color (decimal): -1769353 or 7799013. OLE color: 7799013.
HSL color Cylindrical-coordinate representation of color #E50077: hue angle of 328.82º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50077 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.48 | 0.10 |
| HSL | 328.82º | 1% | 0.45% | - |
| HSV(B) | 328.82º | 1% | 0.9% | - |
| XYZ | 35.64 | 17.99 | 19.05 | - |
| YUV | 82.04 | 148.87 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 119 | 0 | 1 | 0.48 | 0.10 | 328.82 | 1 | 0.45 |
| Hex | E5 | 0 | 77 | 0 | 64 | 30 | A | 149 | 64 | 2D |
| Octal | 345 | 0 | 167 | 0 | 144 | 60 | 12 | 511 | 144 | 55 |
| Binary | 11100101 | 0 | 1110111 | 0 | 1100100 | 110000 | 1010 | 101001001 | 1100100 | 101101 |
Color Harmonies of #E50077
Complementary color
Monochromatic Colors of #E50077
Black with #E50077
Text Example
Text Example
White with #E50077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50077; }
p { color: rgb(229,0,119); }
H1.HeaderClassName
{
color: #E50077;
}
.AnyTagClassName
{
color: #E50077;
}
</style>
background-color css
<style>
a { background-color: #E50077; }
a { background-color: rgb(229,0,119); }
div.DivClassName
{
background-color: #E50077;
}
.BgClassName
{
background-color: #E50077;
}
</style>
border-color css
<style>
span { border-color: #E50077; }
span { border-color: rgb(229,0,119); }
td.TdClassName
{
border-color: #E50077;
}
.TagClassName
{
border-color: #E50077;
}
</style>