Shades of Razzmatazz #E50A57
Tints of Razzmatazz #E50A57
RGB
CMYK
RGB Variations
Color information
#E50A57 (or 0xE50A57) is known color: Razzmatazz. HEX triplet: E5, 0A and 57. RGB value is (229,10,87). Sum of RGB (Red+Green+Blue) = 229+10+87=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50A57 is #1AF5A8. Grayscale: #545454. Windows color (decimal): -1766825 or 5704421. OLE color: 5704421.
HSL color Cylindrical-coordinate representation of color #E50A57: hue angle of 338.9º 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 #E50A57 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 10 | 87 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.10 |
| HSL | 338.9º | 0.92% | 0.47% | - |
| HSV(B) | 338.9º | 0.96% | 0.9% | - |
| XYZ | 34.14 | 17.56 | 10.61 | - |
| YUV | 84.26 | 129.55 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 87 | 0 | 0.96 | 0.62 | 0.10 | 338.9 | 0.92 | 0.47 |
| Hex | E5 | A | 57 | 0 | 60 | 3E | A | 153 | 5C | 2F |
| Octal | 345 | 12 | 127 | 0 | 140 | 76 | 12 | 523 | 134 | 57 |
| Binary | 11100101 | 1010 | 1010111 | 0 | 1100000 | 111110 | 1010 | 101010011 | 1011100 | 101111 |
Color Harmonies of #E50A57
Complementary color
Monochromatic Colors of #E50A57
Black with #E50A57
Text Example
Text Example
White with #E50A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50A57; }
p { color: rgb(229,10,87); }
H1.HeaderClassName
{
color: #E50A57;
}
.AnyTagClassName
{
color: #E50A57;
}
</style>
background-color css
<style>
a { background-color: #E50A57; }
a { background-color: rgb(229,10,87); }
div.DivClassName
{
background-color: #E50A57;
}
.BgClassName
{
background-color: #E50A57;
}
</style>
border-color css
<style>
span { border-color: #E50A57; }
span { border-color: rgb(229,10,87); }
td.TdClassName
{
border-color: #E50A57;
}
.TagClassName
{
border-color: #E50A57;
}
</style>