Shades of Ruby #E51173
Tints of Ruby #E51173
RGB
CMYK
RGB Variations
Color information
#E51173 (or 0xE51173) is known color: Ruby. HEX triplet: E5, 11 and 73. RGB value is (229,17,115). Sum of RGB (Red+Green+Blue) = 229+17+115=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E51173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51173 is #1AEE8C. Grayscale: #5B5B5B. Windows color (decimal): -1765005 or 7541221. OLE color: 7541221.
HSL color Cylindrical-coordinate representation of color #E51173: hue angle of 332.26º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E51173 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 115 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.10 |
| HSL | 332.26º | 0.86% | 0.48% | - |
| HSV(B) | 332.26º | 0.93% | 0.9% | - |
| XYZ | 35.61 | 18.3 | 17.87 | - |
| YUV | 91.56 | 141.24 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 115 | 0 | 0.93 | 0.50 | 0.10 | 332.26 | 0.86 | 0.48 |
| Hex | E5 | 11 | 73 | 0 | 5D | 32 | A | 14C | 56 | 30 |
| Octal | 345 | 21 | 163 | 0 | 135 | 62 | 12 | 514 | 126 | 60 |
| Binary | 11100101 | 10001 | 1110011 | 0 | 1011101 | 110010 | 1010 | 101001100 | 1010110 | 110000 |
Color Harmonies of #E51173
Complementary color
Monochromatic Colors of #E51173
Black with #E51173
Text Example
Text Example
White with #E51173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51173; }
p { color: rgb(229,17,115); }
H1.HeaderClassName
{
color: #E51173;
}
.AnyTagClassName
{
color: #E51173;
}
</style>
background-color css
<style>
a { background-color: #E51173; }
a { background-color: rgb(229,17,115); }
div.DivClassName
{
background-color: #E51173;
}
.BgClassName
{
background-color: #E51173;
}
</style>
border-color css
<style>
span { border-color: #E51173; }
span { border-color: rgb(229,17,115); }
td.TdClassName
{
border-color: #E51173;
}
.TagClassName
{
border-color: #E51173;
}
</style>