Shades of Razzmatazz #E50A5E
Tints of Razzmatazz #E50A5E
RGB
CMYK
RGB Variations
Color information
#E50A5E (or 0xE50A5E) is known color: Razzmatazz. HEX triplet: E5, 0A and 5E. RGB value is (229,10,94). Sum of RGB (Red+Green+Blue) = 229+10+94=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50A5E is #1AF5A1. Grayscale: #545454. Windows color (decimal): -1766818 or 6163173. OLE color: 6163173.
HSL color Cylindrical-coordinate representation of color #E50A5E: hue angle of 336.99º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50A5E is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 10 | 94 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.10 |
| HSL | 336.99º | 0.92% | 0.47% | - |
| HSV(B) | 336.99º | 0.96% | 0.9% | - |
| XYZ | 34.44 | 17.68 | 12.19 | - |
| YUV | 85.06 | 133.05 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 94 | 0 | 0.96 | 0.59 | 0.10 | 336.99 | 0.92 | 0.47 |
| Hex | E5 | A | 5E | 0 | 60 | 3B | A | 151 | 5C | 2F |
| Octal | 345 | 12 | 136 | 0 | 140 | 73 | 12 | 521 | 134 | 57 |
| Binary | 11100101 | 1010 | 1011110 | 0 | 1100000 | 111011 | 1010 | 101010001 | 1011100 | 101111 |
Color Harmonies of #E50A5E
Complementary color
Monochromatic Colors of #E50A5E
Black with #E50A5E
Text Example
Text Example
White with #E50A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50A5E; }
p { color: rgb(229,10,94); }
H1.HeaderClassName
{
color: #E50A5E;
}
.AnyTagClassName
{
color: #E50A5E;
}
</style>
background-color css
<style>
a { background-color: #E50A5E; }
a { background-color: rgb(229,10,94); }
div.DivClassName
{
background-color: #E50A5E;
}
.BgClassName
{
background-color: #E50A5E;
}
</style>
border-color css
<style>
span { border-color: #E50A5E; }
span { border-color: rgb(229,10,94); }
td.TdClassName
{
border-color: #E50A5E;
}
.TagClassName
{
border-color: #E50A5E;
}
</style>