Shades of Ruby #E50577
Tints of Ruby #E50577
RGB
CMYK
RGB Variations
Color information
#E50577 (or 0xE50577) is known color: Ruby. HEX triplet: E5, 05 and 77. RGB value is (229,5,119). Sum of RGB (Red+Green+Blue) = 229+5+119=353 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.87% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 229 - color contains mainly: red. Hex color #E50577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50577 is #1AFA88. Grayscale: #545454. Windows color (decimal): -1768073 or 7800293. OLE color: 7800293.
HSL color Cylindrical-coordinate representation of color #E50577: hue angle of 329.46º 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 #E50577 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 119 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.10 |
| HSL | 329.46º | 0.96% | 0.46% | - |
| HSV(B) | 329.46º | 0.98% | 0.9% | - |
| XYZ | 35.7 | 18.1 | 19.06 | - |
| YUV | 84.97 | 147.21 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 119 | 0 | 0.98 | 0.48 | 0.10 | 329.46 | 0.96 | 0.46 |
| Hex | E5 | 5 | 77 | 0 | 62 | 30 | A | 149 | 60 | 2E |
| Octal | 345 | 5 | 167 | 0 | 142 | 60 | 12 | 511 | 140 | 56 |
| Binary | 11100101 | 101 | 1110111 | 0 | 1100010 | 110000 | 1010 | 101001001 | 1100000 | 101110 |
Color Harmonies of #E50577
Complementary color
Monochromatic Colors of #E50577
Black with #E50577
Text Example
Text Example
White with #E50577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50577; }
p { color: rgb(229,5,119); }
H1.HeaderClassName
{
color: #E50577;
}
.AnyTagClassName
{
color: #E50577;
}
</style>
background-color css
<style>
a { background-color: #E50577; }
a { background-color: rgb(229,5,119); }
div.DivClassName
{
background-color: #E50577;
}
.BgClassName
{
background-color: #E50577;
}
</style>
border-color css
<style>
span { border-color: #E50577; }
span { border-color: rgb(229,5,119); }
td.TdClassName
{
border-color: #E50577;
}
.TagClassName
{
border-color: #E50577;
}
</style>