Shades of Razzmatazz #E50158
Tints of Razzmatazz #E50158
RGB
CMYK
RGB Variations
Color information
#E50158 (or 0xE50158) is known color: Razzmatazz. HEX triplet: E5, 01 and 58. RGB value is (229,1,88). Sum of RGB (Red+Green+Blue) = 229+1+88=318 (42% of max value = 765). Red value is 229 (89.84% from 255 or 72.01% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 229 - color contains mainly: red. Hex color #E50158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50158 is #1AFEA7. Grayscale: #4E4E4E. Windows color (decimal): -1769128 or 5767653. OLE color: 5767653.
HSL color Cylindrical-coordinate representation of color #E50158: hue angle of 337.11º 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 #E50158 is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 88 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.10 |
| HSL | 337.11º | 0.99% | 0.45% | - |
| HSV(B) | 337.11º | 1% | 0.9% | - |
| XYZ | 34.09 | 17.38 | 10.79 | - |
| YUV | 79.09 | 133.04 | 234.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 88 | 0 | 1.00 | 0.62 | 0.10 | 337.11 | 0.99 | 0.45 |
| Hex | E5 | 1 | 58 | 0 | 64 | 3E | A | 151 | 63 | 2D |
| Octal | 345 | 1 | 130 | 0 | 144 | 76 | 12 | 521 | 143 | 55 |
| Binary | 11100101 | 1 | 1011000 | 0 | 1100100 | 111110 | 1010 | 101010001 | 1100011 | 101101 |
Color Harmonies of #E50158
Complementary color
Monochromatic Colors of #E50158
Black with #E50158
Text Example
Text Example
White with #E50158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50158; }
p { color: rgb(229,1,88); }
H1.HeaderClassName
{
color: #E50158;
}
.AnyTagClassName
{
color: #E50158;
}
</style>
background-color css
<style>
a { background-color: #E50158; }
a { background-color: rgb(229,1,88); }
div.DivClassName
{
background-color: #E50158;
}
.BgClassName
{
background-color: #E50158;
}
</style>
border-color css
<style>
span { border-color: #E50158; }
span { border-color: rgb(229,1,88); }
td.TdClassName
{
border-color: #E50158;
}
.TagClassName
{
border-color: #E50158;
}
</style>