Shades of Razzmatazz #E50E5E
Tints of Razzmatazz #E50E5E
RGB
CMYK
RGB Variations
Color information
#E50E5E (or 0xE50E5E) is known color: Razzmatazz. HEX triplet: E5, 0E and 5E. RGB value is (229,14,94). Sum of RGB (Red+Green+Blue) = 229+14+94=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E50E5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50E5E is #1AF1A1. Grayscale: #575757. Windows color (decimal): -1765794 or 6164197. OLE color: 6164197.
HSL color Cylindrical-coordinate representation of color #E50E5E: hue angle of 337.67º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50E5E is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 14 | 94 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.10 |
| HSL | 337.67º | 0.88% | 0.48% | - |
| HSV(B) | 337.67º | 0.94% | 0.9% | - |
| XYZ | 34.49 | 17.78 | 12.2 | - |
| YUV | 87.41 | 131.73 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 14 | 94 | 0 | 0.94 | 0.59 | 0.10 | 337.67 | 0.88 | 0.48 |
| Hex | E5 | E | 5E | 0 | 5E | 3B | A | 152 | 58 | 30 |
| Octal | 345 | 16 | 136 | 0 | 136 | 73 | 12 | 522 | 130 | 60 |
| Binary | 11100101 | 1110 | 1011110 | 0 | 1011110 | 111011 | 1010 | 101010010 | 1011000 | 110000 |
Color Harmonies of #E50E5E
Complementary color
Monochromatic Colors of #E50E5E
Black with #E50E5E
Text Example
Text Example
White with #E50E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50E5E; }
p { color: rgb(229,14,94); }
H1.HeaderClassName
{
color: #E50E5E;
}
.AnyTagClassName
{
color: #E50E5E;
}
</style>
background-color css
<style>
a { background-color: #E50E5E; }
a { background-color: rgb(229,14,94); }
div.DivClassName
{
background-color: #E50E5E;
}
.BgClassName
{
background-color: #E50E5E;
}
</style>
border-color css
<style>
span { border-color: #E50E5E; }
span { border-color: rgb(229,14,94); }
td.TdClassName
{
border-color: #E50E5E;
}
.TagClassName
{
border-color: #E50E5E;
}
</style>