Shades of Razzmatazz #E50F5E
Tints of Razzmatazz #E50F5E
RGB
CMYK
RGB Variations
Color information
#E50F5E (or 0xE50F5E) is known color: Razzmatazz. HEX triplet: E5, 0F and 5E. RGB value is (229,15,94). Sum of RGB (Red+Green+Blue) = 229+15+94=338 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.75% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50F5E is #1AF0A1. Grayscale: #575757. Windows color (decimal): -1765538 or 6164453. OLE color: 6164453.
HSL color Cylindrical-coordinate representation of color #E50F5E: hue angle of 337.85º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E50F5E is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 94 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.10 |
| HSL | 337.85º | 0.88% | 0.48% | - |
| HSV(B) | 337.85º | 0.93% | 0.9% | - |
| XYZ | 34.5 | 17.81 | 12.21 | - |
| YUV | 87.99 | 131.4 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 94 | 0 | 0.93 | 0.59 | 0.10 | 337.85 | 0.88 | 0.48 |
| Hex | E5 | F | 5E | 0 | 5D | 3B | A | 152 | 58 | 30 |
| Octal | 345 | 17 | 136 | 0 | 135 | 73 | 12 | 522 | 130 | 60 |
| Binary | 11100101 | 1111 | 1011110 | 0 | 1011101 | 111011 | 1010 | 101010010 | 1011000 | 110000 |
Color Harmonies of #E50F5E
Complementary color
Monochromatic Colors of #E50F5E
Black with #E50F5E
Text Example
Text Example
White with #E50F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50F5E; }
p { color: rgb(229,15,94); }
H1.HeaderClassName
{
color: #E50F5E;
}
.AnyTagClassName
{
color: #E50F5E;
}
</style>
background-color css
<style>
a { background-color: #E50F5E; }
a { background-color: rgb(229,15,94); }
div.DivClassName
{
background-color: #E50F5E;
}
.BgClassName
{
background-color: #E50F5E;
}
</style>
border-color css
<style>
span { border-color: #E50F5E; }
span { border-color: rgb(229,15,94); }
td.TdClassName
{
border-color: #E50F5E;
}
.TagClassName
{
border-color: #E50F5E;
}
</style>