Shades of Ruby #E51473
Tints of Ruby #E51473
RGB
CMYK
RGB Variations
Color information
#E51473 (or 0xE51473) is known color: Ruby. HEX triplet: E5, 14 and 73. RGB value is (229,20,115). Sum of RGB (Red+Green+Blue) = 229+20+115=364 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.91% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 229 - color contains mainly: red. Hex color #E51473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51473 is #1AEB8C. Grayscale: #5D5D5D. Windows color (decimal): -1764237 or 7541989. OLE color: 7541989.
HSL color Cylindrical-coordinate representation of color #E51473: hue angle of 332.73º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E51473 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 115 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.10 |
| HSL | 332.73º | 0.84% | 0.49% | - |
| HSV(B) | 332.73º | 0.91% | 0.9% | - |
| XYZ | 35.66 | 18.4 | 17.89 | - |
| YUV | 93.32 | 140.24 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 115 | 0 | 0.91 | 0.50 | 0.10 | 332.73 | 0.84 | 0.49 |
| Hex | E5 | 14 | 73 | 0 | 5B | 32 | A | 14D | 54 | 31 |
| Octal | 345 | 24 | 163 | 0 | 133 | 62 | 12 | 515 | 124 | 61 |
| Binary | 11100101 | 10100 | 1110011 | 0 | 1011011 | 110010 | 1010 | 101001101 | 1010100 | 110001 |
Color Harmonies of #E51473
Complementary color
Monochromatic Colors of #E51473
Black with #E51473
Text Example
Text Example
White with #E51473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51473; }
p { color: rgb(229,20,115); }
H1.HeaderClassName
{
color: #E51473;
}
.AnyTagClassName
{
color: #E51473;
}
</style>
background-color css
<style>
a { background-color: #E51473; }
a { background-color: rgb(229,20,115); }
div.DivClassName
{
background-color: #E51473;
}
.BgClassName
{
background-color: #E51473;
}
</style>
border-color css
<style>
span { border-color: #E51473; }
span { border-color: rgb(229,20,115); }
td.TdClassName
{
border-color: #E51473;
}
.TagClassName
{
border-color: #E51473;
}
</style>