Shades of Ruby #E50873
Tints of Ruby #E50873
RGB
CMYK
RGB Variations
Color information
#E50873 (or 0xE50873) is known color: Ruby. HEX triplet: E5, 08 and 73. RGB value is (229,8,115). Sum of RGB (Red+Green+Blue) = 229+8+115=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E50873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50873 is #1AF78C. Grayscale: #565656. Windows color (decimal): -1767309 or 7538917. OLE color: 7538917.
HSL color Cylindrical-coordinate representation of color #E50873: hue angle of 330.95º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50873 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 115 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.10 |
| HSL | 330.95º | 0.93% | 0.46% | - |
| HSV(B) | 330.95º | 0.97% | 0.9% | - |
| XYZ | 35.49 | 18.07 | 17.84 | - |
| YUV | 86.28 | 144.22 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 115 | 0 | 0.97 | 0.50 | 0.10 | 330.95 | 0.93 | 0.46 |
| Hex | E5 | 8 | 73 | 0 | 61 | 32 | A | 14B | 5D | 2E |
| Octal | 345 | 10 | 163 | 0 | 141 | 62 | 12 | 513 | 135 | 56 |
| Binary | 11100101 | 1000 | 1110011 | 0 | 1100001 | 110010 | 1010 | 101001011 | 1011101 | 101110 |
Color Harmonies of #E50873
Complementary color
Monochromatic Colors of #E50873
Black with #E50873
Text Example
Text Example
White with #E50873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50873; }
p { color: rgb(229,8,115); }
H1.HeaderClassName
{
color: #E50873;
}
.AnyTagClassName
{
color: #E50873;
}
</style>
background-color css
<style>
a { background-color: #E50873; }
a { background-color: rgb(229,8,115); }
div.DivClassName
{
background-color: #E50873;
}
.BgClassName
{
background-color: #E50873;
}
</style>
border-color css
<style>
span { border-color: #E50873; }
span { border-color: rgb(229,8,115); }
td.TdClassName
{
border-color: #E50873;
}
.TagClassName
{
border-color: #E50873;
}
</style>