Shades of Razzmatazz #E51153
Tints of Razzmatazz #E51153
RGB
CMYK
RGB Variations
Color information
#E51153 (or 0xE51153) is known color: Razzmatazz. HEX triplet: E5, 11 and 53. RGB value is (229,17,83). Sum of RGB (Red+Green+Blue) = 229+17+83=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E51153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51153 is #1AEEAC. Grayscale: #575757. Windows color (decimal): -1765037 or 5444069. OLE color: 5444069.
HSL color Cylindrical-coordinate representation of color #E51153: hue angle of 341.32º 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 #E51153 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 83 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.10 |
| HSL | 341.32º | 0.86% | 0.48% | - |
| HSV(B) | 341.32º | 0.93% | 0.9% | - |
| XYZ | 34.07 | 17.68 | 9.8 | - |
| YUV | 87.91 | 125.24 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 83 | 0 | 0.93 | 0.64 | 0.10 | 341.32 | 0.86 | 0.48 |
| Hex | E5 | 11 | 53 | 0 | 5D | 40 | A | 155 | 56 | 30 |
| Octal | 345 | 21 | 123 | 0 | 135 | 100 | 12 | 525 | 126 | 60 |
| Binary | 11100101 | 10001 | 1010011 | 0 | 1011101 | 1000000 | 1010 | 101010101 | 1010110 | 110000 |
Color Harmonies of #E51153
Complementary color
Monochromatic Colors of #E51153
Black with #E51153
Text Example
Text Example
White with #E51153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51153; }
p { color: rgb(229,17,83); }
H1.HeaderClassName
{
color: #E51153;
}
.AnyTagClassName
{
color: #E51153;
}
</style>
background-color css
<style>
a { background-color: #E51153; }
a { background-color: rgb(229,17,83); }
div.DivClassName
{
background-color: #E51153;
}
.BgClassName
{
background-color: #E51153;
}
</style>
border-color css
<style>
span { border-color: #E51153; }
span { border-color: rgb(229,17,83); }
td.TdClassName
{
border-color: #E51153;
}
.TagClassName
{
border-color: #E51153;
}
</style>