Shades of Ruby #E50578
Tints of Ruby #E50578
RGB
CMYK
RGB Variations
Color information
#E50578 (or 0xE50578) is known color: Ruby. HEX triplet: E5, 05 and 78. RGB value is (229,5,120). Sum of RGB (Red+Green+Blue) = 229+5+120=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E50578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50578 is #1AFA87. Grayscale: #545454. Windows color (decimal): -1768072 or 7865829. OLE color: 7865829.
HSL color Cylindrical-coordinate representation of color #E50578: hue angle of 329.2º 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 #E50578 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 120 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.10 |
| HSL | 329.2º | 0.96% | 0.46% | - |
| HSV(B) | 329.2º | 0.98% | 0.9% | - |
| XYZ | 35.76 | 18.12 | 19.38 | - |
| YUV | 85.09 | 147.71 | 230.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 120 | 0 | 0.98 | 0.48 | 0.10 | 329.2 | 0.96 | 0.46 |
| Hex | E5 | 5 | 78 | 0 | 62 | 30 | A | 149 | 60 | 2E |
| Octal | 345 | 5 | 170 | 0 | 142 | 60 | 12 | 511 | 140 | 56 |
| Binary | 11100101 | 101 | 1111000 | 0 | 1100010 | 110000 | 1010 | 101001001 | 1100000 | 101110 |
Color Harmonies of #E50578
Complementary color
Monochromatic Colors of #E50578
Black with #E50578
Text Example
Text Example
White with #E50578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50578; }
p { color: rgb(229,5,120); }
H1.HeaderClassName
{
color: #E50578;
}
.AnyTagClassName
{
color: #E50578;
}
</style>
background-color css
<style>
a { background-color: #E50578; }
a { background-color: rgb(229,5,120); }
div.DivClassName
{
background-color: #E50578;
}
.BgClassName
{
background-color: #E50578;
}
</style>
border-color css
<style>
span { border-color: #E50578; }
span { border-color: rgb(229,5,120); }
td.TdClassName
{
border-color: #E50578;
}
.TagClassName
{
border-color: #E50578;
}
</style>