Shades of Razzmatazz #E51059
Tints of Razzmatazz #E51059
RGB
CMYK
RGB Variations
Color information
#E51059 (or 0xE51059) is known color: Razzmatazz. HEX triplet: E5, 10 and 59. RGB value is (229,16,89). Sum of RGB (Red+Green+Blue) = 229+16+89=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E51059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51059 is #1AEFA6. Grayscale: #575757. Windows color (decimal): -1765287 or 5837029. OLE color: 5837029.
HSL color Cylindrical-coordinate representation of color #E51059: hue angle of 339.44º degrees, saturation: 0.87, 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 #E51059 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 89 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.10 |
| HSL | 339.44º | 0.87% | 0.48% | - |
| HSV(B) | 339.44º | 0.93% | 0.9% | - |
| XYZ | 34.3 | 17.75 | 11.07 | - |
| YUV | 88.01 | 128.57 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 89 | 0 | 0.93 | 0.61 | 0.10 | 339.44 | 0.87 | 0.48 |
| Hex | E5 | 10 | 59 | 0 | 5D | 3D | A | 153 | 57 | 30 |
| Octal | 345 | 20 | 131 | 0 | 135 | 75 | 12 | 523 | 127 | 60 |
| Binary | 11100101 | 10000 | 1011001 | 0 | 1011101 | 111101 | 1010 | 101010011 | 1010111 | 110000 |
Color Harmonies of #E51059
Complementary color
Monochromatic Colors of #E51059
Black with #E51059
Text Example
Text Example
White with #E51059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51059; }
p { color: rgb(229,16,89); }
H1.HeaderClassName
{
color: #E51059;
}
.AnyTagClassName
{
color: #E51059;
}
</style>
background-color css
<style>
a { background-color: #E51059; }
a { background-color: rgb(229,16,89); }
div.DivClassName
{
background-color: #E51059;
}
.BgClassName
{
background-color: #E51059;
}
</style>
border-color css
<style>
span { border-color: #E51059; }
span { border-color: rgb(229,16,89); }
td.TdClassName
{
border-color: #E51059;
}
.TagClassName
{
border-color: #E51059;
}
</style>