Shades of Ruby #E50579
Tints of Ruby #E50579
RGB
CMYK
RGB Variations
Color information
#E50579 (or 0xE50579) is known color: Ruby. HEX triplet: E5, 05 and 79. RGB value is (229,5,121). Sum of RGB (Red+Green+Blue) = 229+5+121=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E50579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50579 is #1AFA86. Grayscale: #545454. Windows color (decimal): -1768071 or 7931365. OLE color: 7931365.
HSL color Cylindrical-coordinate representation of color #E50579: hue angle of 328.93º 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 #E50579 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 121 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.10 |
| HSL | 328.93º | 0.96% | 0.46% | - |
| HSV(B) | 328.93º | 0.98% | 0.9% | - |
| XYZ | 35.82 | 18.15 | 19.7 | - |
| YUV | 85.2 | 148.21 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 121 | 0 | 0.98 | 0.47 | 0.10 | 328.93 | 0.96 | 0.46 |
| Hex | E5 | 5 | 79 | 0 | 62 | 2F | A | 149 | 60 | 2E |
| Octal | 345 | 5 | 171 | 0 | 142 | 57 | 12 | 511 | 140 | 56 |
| Binary | 11100101 | 101 | 1111001 | 0 | 1100010 | 101111 | 1010 | 101001001 | 1100000 | 101110 |
Color Harmonies of #E50579
Complementary color
Monochromatic Colors of #E50579
Black with #E50579
Text Example
Text Example
White with #E50579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50579; }
p { color: rgb(229,5,121); }
H1.HeaderClassName
{
color: #E50579;
}
.AnyTagClassName
{
color: #E50579;
}
</style>
background-color css
<style>
a { background-color: #E50579; }
a { background-color: rgb(229,5,121); }
div.DivClassName
{
background-color: #E50579;
}
.BgClassName
{
background-color: #E50579;
}
</style>
border-color css
<style>
span { border-color: #E50579; }
span { border-color: rgb(229,5,121); }
td.TdClassName
{
border-color: #E50579;
}
.TagClassName
{
border-color: #E50579;
}
</style>