Shades of Razzmatazz #E50256
Tints of Razzmatazz #E50256
RGB
CMYK
RGB Variations
Color information
#E50256 (or 0xE50256) is known color: Razzmatazz. HEX triplet: E5, 02 and 56. RGB value is (229,2,86). Sum of RGB (Red+Green+Blue) = 229+2+86=317 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.24% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 229 - color contains mainly: red. Hex color #E50256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50256 is #1AFDA9. Grayscale: #4F4F4F. Windows color (decimal): -1768874 or 5636837. OLE color: 5636837.
HSL color Cylindrical-coordinate representation of color #E50256: hue angle of 337.8º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50256 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.10 |
| HSL | 337.8º | 0.98% | 0.45% | - |
| HSV(B) | 337.8º | 0.99% | 0.9% | - |
| XYZ | 34.01 | 17.37 | 10.36 | - |
| YUV | 79.45 | 131.71 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 86 | 0 | 0.99 | 0.62 | 0.10 | 337.8 | 0.98 | 0.45 |
| Hex | E5 | 2 | 56 | 0 | 63 | 3E | A | 152 | 62 | 2D |
| Octal | 345 | 2 | 126 | 0 | 143 | 76 | 12 | 522 | 142 | 55 |
| Binary | 11100101 | 10 | 1010110 | 0 | 1100011 | 111110 | 1010 | 101010010 | 1100010 | 101101 |
Color Harmonies of #E50256
Complementary color
Monochromatic Colors of #E50256
Black with #E50256
Text Example
Text Example
White with #E50256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50256; }
p { color: rgb(229,2,86); }
H1.HeaderClassName
{
color: #E50256;
}
.AnyTagClassName
{
color: #E50256;
}
</style>
background-color css
<style>
a { background-color: #E50256; }
a { background-color: rgb(229,2,86); }
div.DivClassName
{
background-color: #E50256;
}
.BgClassName
{
background-color: #E50256;
}
</style>
border-color css
<style>
span { border-color: #E50256; }
span { border-color: rgb(229,2,86); }
td.TdClassName
{
border-color: #E50256;
}
.TagClassName
{
border-color: #E50256;
}
</style>