Shades of Razzmatazz #E50F5D
Tints of Razzmatazz #E50F5D
RGB
CMYK
RGB Variations
Color information
#E50F5D (or 0xE50F5D) is known color: Razzmatazz. HEX triplet: E5, 0F and 5D. RGB value is (229,15,93). Sum of RGB (Red+Green+Blue) = 229+15+93=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50F5D is #1AF0A2. Grayscale: #575757. Windows color (decimal): -1765539 or 6098917. OLE color: 6098917.
HSL color Cylindrical-coordinate representation of color #E50F5D: hue angle of 338.13º 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 #E50F5D is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 93 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.10 |
| HSL | 338.13º | 0.88% | 0.48% | - |
| HSV(B) | 338.13º | 0.93% | 0.9% | - |
| XYZ | 34.46 | 17.79 | 11.97 | - |
| YUV | 87.88 | 130.9 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 93 | 0 | 0.93 | 0.59 | 0.10 | 338.13 | 0.88 | 0.48 |
| Hex | E5 | F | 5D | 0 | 5D | 3B | A | 152 | 58 | 30 |
| Octal | 345 | 17 | 135 | 0 | 135 | 73 | 12 | 522 | 130 | 60 |
| Binary | 11100101 | 1111 | 1011101 | 0 | 1011101 | 111011 | 1010 | 101010010 | 1011000 | 110000 |
Color Harmonies of #E50F5D
Complementary color
Monochromatic Colors of #E50F5D
Black with #E50F5D
Text Example
Text Example
White with #E50F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50F5D; }
p { color: rgb(229,15,93); }
H1.HeaderClassName
{
color: #E50F5D;
}
.AnyTagClassName
{
color: #E50F5D;
}
</style>
background-color css
<style>
a { background-color: #E50F5D; }
a { background-color: rgb(229,15,93); }
div.DivClassName
{
background-color: #E50F5D;
}
.BgClassName
{
background-color: #E50F5D;
}
</style>
border-color css
<style>
span { border-color: #E50F5D; }
span { border-color: rgb(229,15,93); }
td.TdClassName
{
border-color: #E50F5D;
}
.TagClassName
{
border-color: #E50F5D;
}
</style>