Shades of Razzmatazz #E50F4E
Tints of Razzmatazz #E50F4E
RGB
CMYK
RGB Variations
Color information
#E50F4E (or 0xE50F4E) is known color: Razzmatazz. HEX triplet: E5, 0F and 4E. RGB value is (229,15,78). Sum of RGB (Red+Green+Blue) = 229+15+78=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50F4E is #1AF0B1. Grayscale: #565656. Windows color (decimal): -1765554 or 5115877. OLE color: 5115877.
HSL color Cylindrical-coordinate representation of color #E50F4E: hue angle of 342.34º 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 #E50F4E is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 78 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.10 |
| HSL | 342.34º | 0.88% | 0.48% | - |
| HSV(B) | 342.34º | 0.93% | 0.9% | - |
| XYZ | 33.86 | 17.55 | 8.81 | - |
| YUV | 86.17 | 123.4 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 78 | 0 | 0.93 | 0.66 | 0.10 | 342.34 | 0.88 | 0.48 |
| Hex | E5 | F | 4E | 0 | 5D | 42 | A | 156 | 58 | 30 |
| Octal | 345 | 17 | 116 | 0 | 135 | 102 | 12 | 526 | 130 | 60 |
| Binary | 11100101 | 1111 | 1001110 | 0 | 1011101 | 1000010 | 1010 | 101010110 | 1011000 | 110000 |
Color Harmonies of #E50F4E
Complementary color
Monochromatic Colors of #E50F4E
Black with #E50F4E
Text Example
Text Example
White with #E50F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50F4E; }
p { color: rgb(229,15,78); }
H1.HeaderClassName
{
color: #E50F4E;
}
.AnyTagClassName
{
color: #E50F4E;
}
</style>
background-color css
<style>
a { background-color: #E50F4E; }
a { background-color: rgb(229,15,78); }
div.DivClassName
{
background-color: #E50F4E;
}
.BgClassName
{
background-color: #E50F4E;
}
</style>
border-color css
<style>
span { border-color: #E50F4E; }
span { border-color: rgb(229,15,78); }
td.TdClassName
{
border-color: #E50F4E;
}
.TagClassName
{
border-color: #E50F4E;
}
</style>