Shades of Ruby #E51373
Tints of Ruby #E51373
RGB
CMYK
RGB Variations
Color information
#E51373 (or 0xE51373) is known color: Ruby. HEX triplet: E5, 13 and 73. RGB value is (229,19,115). Sum of RGB (Red+Green+Blue) = 229+19+115=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E51373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51373 is #1AEC8C. Grayscale: #5C5C5C. Windows color (decimal): -1764493 or 7541733. OLE color: 7541733.
HSL color Cylindrical-coordinate representation of color #E51373: hue angle of 332.57º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E51373 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 115 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.10 |
| HSL | 332.57º | 0.85% | 0.49% | - |
| HSV(B) | 332.57º | 0.92% | 0.9% | - |
| XYZ | 35.64 | 18.36 | 17.89 | - |
| YUV | 92.73 | 140.57 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 115 | 0 | 0.92 | 0.50 | 0.10 | 332.57 | 0.85 | 0.49 |
| Hex | E5 | 13 | 73 | 0 | 5C | 32 | A | 14D | 55 | 31 |
| Octal | 345 | 23 | 163 | 0 | 134 | 62 | 12 | 515 | 125 | 61 |
| Binary | 11100101 | 10011 | 1110011 | 0 | 1011100 | 110010 | 1010 | 101001101 | 1010101 | 110001 |
Color Harmonies of #E51373
Complementary color
Monochromatic Colors of #E51373
Black with #E51373
Text Example
Text Example
White with #E51373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51373; }
p { color: rgb(229,19,115); }
H1.HeaderClassName
{
color: #E51373;
}
.AnyTagClassName
{
color: #E51373;
}
</style>
background-color css
<style>
a { background-color: #E51373; }
a { background-color: rgb(229,19,115); }
div.DivClassName
{
background-color: #E51373;
}
.BgClassName
{
background-color: #E51373;
}
</style>
border-color css
<style>
span { border-color: #E51373; }
span { border-color: rgb(229,19,115); }
td.TdClassName
{
border-color: #E51373;
}
.TagClassName
{
border-color: #E51373;
}
</style>