Shades of Ruby #E50576
Tints of Ruby #E50576
RGB
CMYK
RGB Variations
Color information
#E50576 (or 0xE50576) is known color: Ruby. HEX triplet: E5, 05 and 76. RGB value is (229,5,118). Sum of RGB (Red+Green+Blue) = 229+5+118=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E50576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50576 is #1AFA89. Grayscale: #545454. Windows color (decimal): -1768074 or 7734757. OLE color: 7734757.
HSL color Cylindrical-coordinate representation of color #E50576: hue angle of 329.73º 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 #E50576 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 118 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.10 |
| HSL | 329.73º | 0.96% | 0.46% | - |
| HSV(B) | 329.73º | 0.98% | 0.9% | - |
| XYZ | 35.64 | 18.07 | 18.75 | - |
| YUV | 84.86 | 146.71 | 230.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 118 | 0 | 0.98 | 0.48 | 0.10 | 329.73 | 0.96 | 0.46 |
| Hex | E5 | 5 | 76 | 0 | 62 | 30 | A | 14A | 60 | 2E |
| Octal | 345 | 5 | 166 | 0 | 142 | 60 | 12 | 512 | 140 | 56 |
| Binary | 11100101 | 101 | 1110110 | 0 | 1100010 | 110000 | 1010 | 101001010 | 1100000 | 101110 |
Color Harmonies of #E50576
Complementary color
Monochromatic Colors of #E50576
Black with #E50576
Text Example
Text Example
White with #E50576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50576; }
p { color: rgb(229,5,118); }
H1.HeaderClassName
{
color: #E50576;
}
.AnyTagClassName
{
color: #E50576;
}
</style>
background-color css
<style>
a { background-color: #E50576; }
a { background-color: rgb(229,5,118); }
div.DivClassName
{
background-color: #E50576;
}
.BgClassName
{
background-color: #E50576;
}
</style>
border-color css
<style>
span { border-color: #E50576; }
span { border-color: rgb(229,5,118); }
td.TdClassName
{
border-color: #E50576;
}
.TagClassName
{
border-color: #E50576;
}
</style>