Shades of Razzmatazz #E50565
Tints of Razzmatazz #E50565
RGB
CMYK
RGB Variations
Color information
#E50565 (or 0xE50565) is known color: Razzmatazz. HEX triplet: E5, 05 and 65. RGB value is (229,5,101). Sum of RGB (Red+Green+Blue) = 229+5+101=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E50565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50565 is #1AFA9A. Grayscale: #525252. Windows color (decimal): -1768091 or 6620645. OLE color: 6620645.
HSL color Cylindrical-coordinate representation of color #E50565: hue angle of 334.29º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50565 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 101 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.10 |
| HSL | 334.29º | 0.96% | 0.46% | - |
| HSV(B) | 334.29º | 0.98% | 0.9% | - |
| XYZ | 34.72 | 17.71 | 13.9 | - |
| YUV | 82.92 | 138.21 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 101 | 0 | 0.98 | 0.56 | 0.10 | 334.29 | 0.96 | 0.46 |
| Hex | E5 | 5 | 65 | 0 | 62 | 38 | A | 14E | 60 | 2E |
| Octal | 345 | 5 | 145 | 0 | 142 | 70 | 12 | 516 | 140 | 56 |
| Binary | 11100101 | 101 | 1100101 | 0 | 1100010 | 111000 | 1010 | 101001110 | 1100000 | 101110 |
Color Harmonies of #E50565
Complementary color
Monochromatic Colors of #E50565
Black with #E50565
Text Example
Text Example
White with #E50565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50565; }
p { color: rgb(229,5,101); }
H1.HeaderClassName
{
color: #E50565;
}
.AnyTagClassName
{
color: #E50565;
}
</style>
background-color css
<style>
a { background-color: #E50565; }
a { background-color: rgb(229,5,101); }
div.DivClassName
{
background-color: #E50565;
}
.BgClassName
{
background-color: #E50565;
}
</style>
border-color css
<style>
span { border-color: #E50565; }
span { border-color: rgb(229,5,101); }
td.TdClassName
{
border-color: #E50565;
}
.TagClassName
{
border-color: #E50565;
}
</style>