Shades of Razzmatazz #E50155
Tints of Razzmatazz #E50155
RGB
CMYK
RGB Variations
Color information
#E50155 (or 0xE50155) is known color: Razzmatazz. HEX triplet: E5, 01 and 55. RGB value is (229,1,85). Sum of RGB (Red+Green+Blue) = 229+1+85=315 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.70% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 229 - color contains mainly: red. Hex color #E50155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50155 is #1AFEAA. Grayscale: #4E4E4E. Windows color (decimal): -1769131 or 5571045. OLE color: 5571045.
HSL color Cylindrical-coordinate representation of color #E50155: hue angle of 337.89º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50155 is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 85 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.10 |
| HSL | 337.89º | 0.99% | 0.45% | - |
| HSV(B) | 337.89º | 1% | 0.9% | - |
| XYZ | 33.96 | 17.34 | 10.15 | - |
| YUV | 78.75 | 131.54 | 235.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 85 | 0 | 1.00 | 0.63 | 0.10 | 337.89 | 0.99 | 0.45 |
| Hex | E5 | 1 | 55 | 0 | 64 | 3F | A | 152 | 63 | 2D |
| Octal | 345 | 1 | 125 | 0 | 144 | 77 | 12 | 522 | 143 | 55 |
| Binary | 11100101 | 1 | 1010101 | 0 | 1100100 | 111111 | 1010 | 101010010 | 1100011 | 101101 |
Color Harmonies of #E50155
Complementary color
Monochromatic Colors of #E50155
Black with #E50155
Text Example
Text Example
White with #E50155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50155; }
p { color: rgb(229,1,85); }
H1.HeaderClassName
{
color: #E50155;
}
.AnyTagClassName
{
color: #E50155;
}
</style>
background-color css
<style>
a { background-color: #E50155; }
a { background-color: rgb(229,1,85); }
div.DivClassName
{
background-color: #E50155;
}
.BgClassName
{
background-color: #E50155;
}
</style>
border-color css
<style>
span { border-color: #E50155; }
span { border-color: rgb(229,1,85); }
td.TdClassName
{
border-color: #E50155;
}
.TagClassName
{
border-color: #E50155;
}
</style>