Shades of Razzmatazz #E50050
Tints of Razzmatazz #E50050
RGB
CMYK
RGB Variations
Color information
#E50050 (or 0xE50050) is known color: Razzmatazz. HEX triplet: E5, 00 and 50. RGB value is (229,0,80). Sum of RGB (Red+Green+Blue) = 229+0+80=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E50050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50050 is #1AFFAF. Grayscale: #4D4D4D. Windows color (decimal): -1769392 or 5243109. OLE color: 5243109.
HSL color Cylindrical-coordinate representation of color #E50050: hue angle of 339.04º 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 #E50050 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.65 | 0.10 |
| HSL | 339.04º | 1% | 0.45% | - |
| HSV(B) | 339.04º | 1% | 0.9% | - |
| XYZ | 33.76 | 17.24 | 9.14 | - |
| YUV | 77.59 | 129.37 | 236 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 80 | 0 | 1 | 0.65 | 0.10 | 339.04 | 1 | 0.45 |
| Hex | E5 | 0 | 50 | 0 | 64 | 41 | A | 153 | 64 | 2D |
| Octal | 345 | 0 | 120 | 0 | 144 | 101 | 12 | 523 | 144 | 55 |
| Binary | 11100101 | 0 | 1010000 | 0 | 1100100 | 1000001 | 1010 | 101010011 | 1100100 | 101101 |
Color Harmonies of #E50050
Complementary color
Monochromatic Colors of #E50050
Black with #E50050
Text Example
Text Example
White with #E50050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50050; }
p { color: rgb(229,0,80); }
H1.HeaderClassName
{
color: #E50050;
}
.AnyTagClassName
{
color: #E50050;
}
</style>
background-color css
<style>
a { background-color: #E50050; }
a { background-color: rgb(229,0,80); }
div.DivClassName
{
background-color: #E50050;
}
.BgClassName
{
background-color: #E50050;
}
</style>
border-color css
<style>
span { border-color: #E50050; }
span { border-color: rgb(229,0,80); }
td.TdClassName
{
border-color: #E50050;
}
.TagClassName
{
border-color: #E50050;
}
</style>