Shades of Razzmatazz #E50056
Tints of Razzmatazz #E50056
RGB
CMYK
RGB Variations
Color information
#E50056 (or 0xE50056) is known color: Razzmatazz. HEX triplet: E5, 00 and 56. RGB value is (229,0,86). Sum of RGB (Red+Green+Blue) = 229+0+86=315 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.70% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 229 - color contains mainly: red. Hex color #E50056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50056 is #1AFFA9. Grayscale: #4E4E4E. Windows color (decimal): -1769386 or 5636325. OLE color: 5636325.
HSL color Cylindrical-coordinate representation of color #E50056: hue angle of 337.47º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50056 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.62 | 0.10 |
| HSL | 337.47º | 1% | 0.45% | - |
| HSV(B) | 337.47º | 1% | 0.9% | - |
| XYZ | 33.99 | 17.33 | 10.36 | - |
| YUV | 78.28 | 132.37 | 235.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 86 | 0 | 1 | 0.62 | 0.10 | 337.47 | 1 | 0.45 |
| Hex | E5 | 0 | 56 | 0 | 64 | 3E | A | 151 | 64 | 2D |
| Octal | 345 | 0 | 126 | 0 | 144 | 76 | 12 | 521 | 144 | 55 |
| Binary | 11100101 | 0 | 1010110 | 0 | 1100100 | 111110 | 1010 | 101010001 | 1100100 | 101101 |
Color Harmonies of #E50056
Complementary color
Monochromatic Colors of #E50056
Black with #E50056
Text Example
Text Example
White with #E50056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50056; }
p { color: rgb(229,0,86); }
H1.HeaderClassName
{
color: #E50056;
}
.AnyTagClassName
{
color: #E50056;
}
</style>
background-color css
<style>
a { background-color: #E50056; }
a { background-color: rgb(229,0,86); }
div.DivClassName
{
background-color: #E50056;
}
.BgClassName
{
background-color: #E50056;
}
</style>
border-color css
<style>
span { border-color: #E50056; }
span { border-color: rgb(229,0,86); }
td.TdClassName
{
border-color: #E50056;
}
.TagClassName
{
border-color: #E50056;
}
</style>