Shades of Razzmatazz #E51258
Tints of Razzmatazz #E51258
RGB
CMYK
RGB Variations
Color information
#E51258 (or 0xE51258) is known color: Razzmatazz. HEX triplet: E5, 12 and 58. RGB value is (229,18,88). Sum of RGB (Red+Green+Blue) = 229+18+88=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E51258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51258 is #1AEDA7. Grayscale: #595959. Windows color (decimal): -1764776 or 5772005. OLE color: 5772005.
HSL color Cylindrical-coordinate representation of color #E51258: hue angle of 340.09º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E51258 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 88 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.10 |
| HSL | 340.09º | 0.85% | 0.48% | - |
| HSV(B) | 340.09º | 0.92% | 0.9% | - |
| XYZ | 34.29 | 17.8 | 10.86 | - |
| YUV | 89.07 | 127.4 | 227.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 88 | 0 | 0.92 | 0.62 | 0.10 | 340.09 | 0.85 | 0.48 |
| Hex | E5 | 12 | 58 | 0 | 5C | 3E | A | 154 | 55 | 30 |
| Octal | 345 | 22 | 130 | 0 | 134 | 76 | 12 | 524 | 125 | 60 |
| Binary | 11100101 | 10010 | 1011000 | 0 | 1011100 | 111110 | 1010 | 101010100 | 1010101 | 110000 |
Color Harmonies of #E51258
Complementary color
Monochromatic Colors of #E51258
Black with #E51258
Text Example
Text Example
White with #E51258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51258; }
p { color: rgb(229,18,88); }
H1.HeaderClassName
{
color: #E51258;
}
.AnyTagClassName
{
color: #E51258;
}
</style>
background-color css
<style>
a { background-color: #E51258; }
a { background-color: rgb(229,18,88); }
div.DivClassName
{
background-color: #E51258;
}
.BgClassName
{
background-color: #E51258;
}
</style>
border-color css
<style>
span { border-color: #E51258; }
span { border-color: rgb(229,18,88); }
td.TdClassName
{
border-color: #E51258;
}
.TagClassName
{
border-color: #E51258;
}
</style>