Shades of Razzmatazz #E50A53
Tints of Razzmatazz #E50A53
RGB
CMYK
RGB Variations
Color information
#E50A53 (or 0xE50A53) is known color: Razzmatazz. HEX triplet: E5, 0A and 53. RGB value is (229,10,83). Sum of RGB (Red+Green+Blue) = 229+10+83=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50A53 is #1AF5AC. Grayscale: #535353. Windows color (decimal): -1766829 or 5442277. OLE color: 5442277.
HSL color Cylindrical-coordinate representation of color #E50A53: hue angle of 340º 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 #E50A53 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 10 | 83 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.10 |
| HSL | 340º | 0.92% | 0.47% | - |
| HSV(B) | 340º | 0.96% | 0.9% | - |
| XYZ | 33.98 | 17.5 | 9.77 | - |
| YUV | 83.8 | 127.55 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 83 | 0 | 0.96 | 0.64 | 0.10 | 340 | 0.92 | 0.47 |
| Hex | E5 | A | 53 | 0 | 60 | 40 | A | 154 | 5C | 2F |
| Octal | 345 | 12 | 123 | 0 | 140 | 100 | 12 | 524 | 134 | 57 |
| Binary | 11100101 | 1010 | 1010011 | 0 | 1100000 | 1000000 | 1010 | 101010100 | 1011100 | 101111 |
Color Harmonies of #E50A53
Complementary color
Monochromatic Colors of #E50A53
Black with #E50A53
Text Example
Text Example
White with #E50A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50A53; }
p { color: rgb(229,10,83); }
H1.HeaderClassName
{
color: #E50A53;
}
.AnyTagClassName
{
color: #E50A53;
}
</style>
background-color css
<style>
a { background-color: #E50A53; }
a { background-color: rgb(229,10,83); }
div.DivClassName
{
background-color: #E50A53;
}
.BgClassName
{
background-color: #E50A53;
}
</style>
border-color css
<style>
span { border-color: #E50A53; }
span { border-color: rgb(229,10,83); }
td.TdClassName
{
border-color: #E50A53;
}
.TagClassName
{
border-color: #E50A53;
}
</style>