Shades of Razzmatazz #E51158
Tints of Razzmatazz #E51158
RGB
CMYK
RGB Variations
Color information
#E51158 (or 0xE51158) is known color: Razzmatazz. HEX triplet: E5, 11 and 58. RGB value is (229,17,88). Sum of RGB (Red+Green+Blue) = 229+17+88=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E51158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51158 is #1AEEA7. Grayscale: #585858. Windows color (decimal): -1765032 or 5771749. OLE color: 5771749.
HSL color Cylindrical-coordinate representation of color #E51158: hue angle of 339.91º degrees, saturation: 0.86, 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 #E51158 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 88 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.10 |
| HSL | 339.91º | 0.86% | 0.48% | - |
| HSV(B) | 339.91º | 0.93% | 0.9% | - |
| XYZ | 34.28 | 17.76 | 10.85 | - |
| YUV | 88.48 | 127.74 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 88 | 0 | 0.93 | 0.62 | 0.10 | 339.91 | 0.86 | 0.48 |
| Hex | E5 | 11 | 58 | 0 | 5D | 3E | A | 154 | 56 | 30 |
| Octal | 345 | 21 | 130 | 0 | 135 | 76 | 12 | 524 | 126 | 60 |
| Binary | 11100101 | 10001 | 1011000 | 0 | 1011101 | 111110 | 1010 | 101010100 | 1010110 | 110000 |
Color Harmonies of #E51158
Complementary color
Monochromatic Colors of #E51158
Black with #E51158
Text Example
Text Example
White with #E51158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51158; }
p { color: rgb(229,17,88); }
H1.HeaderClassName
{
color: #E51158;
}
.AnyTagClassName
{
color: #E51158;
}
</style>
background-color css
<style>
a { background-color: #E51158; }
a { background-color: rgb(229,17,88); }
div.DivClassName
{
background-color: #E51158;
}
.BgClassName
{
background-color: #E51158;
}
</style>
border-color css
<style>
span { border-color: #E51158; }
span { border-color: rgb(229,17,88); }
td.TdClassName
{
border-color: #E51158;
}
.TagClassName
{
border-color: #E51158;
}
</style>