Shades of Ruby #E51873
Tints of Ruby #E51873
RGB
CMYK
RGB Variations
Color information
#E51873 (or 0xE51873) is known color: Ruby. HEX triplet: E5, 18 and 73. RGB value is (229,24,115). Sum of RGB (Red+Green+Blue) = 229+24+115=368 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.23% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 229 - color contains mainly: red. Hex color #E51873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51873 is #1AE78C. Grayscale: #5F5F5F. Windows color (decimal): -1763213 or 7543013. OLE color: 7543013.
HSL color Cylindrical-coordinate representation of color #E51873: hue angle of 333.37º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51873 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 115 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.10 |
| HSL | 333.37º | 0.81% | 0.5% | - |
| HSV(B) | 333.37º | 0.9% | 0.9% | - |
| XYZ | 35.73 | 18.55 | 17.92 | - |
| YUV | 95.67 | 138.92 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 115 | 0 | 0.90 | 0.50 | 0.10 | 333.37 | 0.81 | 0.5 |
| Hex | E5 | 18 | 73 | 0 | 5A | 32 | A | 14D | 51 | 32 |
| Octal | 345 | 30 | 163 | 0 | 132 | 62 | 12 | 515 | 121 | 62 |
| Binary | 11100101 | 11000 | 1110011 | 0 | 1011010 | 110010 | 1010 | 101001101 | 1010001 | 110010 |
Color Harmonies of #E51873
Complementary color
Monochromatic Colors of #E51873
Black with #E51873
Text Example
Text Example
White with #E51873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51873; }
p { color: rgb(229,24,115); }
H1.HeaderClassName
{
color: #E51873;
}
.AnyTagClassName
{
color: #E51873;
}
</style>
background-color css
<style>
a { background-color: #E51873; }
a { background-color: rgb(229,24,115); }
div.DivClassName
{
background-color: #E51873;
}
.BgClassName
{
background-color: #E51873;
}
</style>
border-color css
<style>
span { border-color: #E51873; }
span { border-color: rgb(229,24,115); }
td.TdClassName
{
border-color: #E51873;
}
.TagClassName
{
border-color: #E51873;
}
</style>