Shades of Ruby #E51F73
Tints of Ruby #E51F73
RGB
CMYK
RGB Variations
Color information
#E51F73 (or 0xE51F73) is known color: Ruby. HEX triplet: E5, 1F and 73. RGB value is (229,31,115). Sum of RGB (Red+Green+Blue) = 229+31+115=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E51F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51F73 is #1AE08C. Grayscale: #636363. Windows color (decimal): -1761421 or 7544805. OLE color: 7544805.
HSL color Cylindrical-coordinate representation of color #E51F73: hue angle of 334.55º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E51F73 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 31 | 115 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.10 |
| HSL | 334.55º | 0.79% | 0.51% | - |
| HSV(B) | 334.55º | 0.86% | 0.9% | - |
| XYZ | 35.9 | 18.88 | 17.97 | - |
| YUV | 99.78 | 136.6 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 115 | 0 | 0.86 | 0.50 | 0.10 | 334.55 | 0.79 | 0.51 |
| Hex | E5 | 1F | 73 | 0 | 56 | 32 | A | 14F | 4F | 33 |
| Octal | 345 | 37 | 163 | 0 | 126 | 62 | 12 | 517 | 117 | 63 |
| Binary | 11100101 | 11111 | 1110011 | 0 | 1010110 | 110010 | 1010 | 101001111 | 1001111 | 110011 |
Color Harmonies of #E51F73
Complementary color
Monochromatic Colors of #E51F73
Black with #E51F73
Text Example
Text Example
White with #E51F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51F73; }
p { color: rgb(229,31,115); }
H1.HeaderClassName
{
color: #E51F73;
}
.AnyTagClassName
{
color: #E51F73;
}
</style>
background-color css
<style>
a { background-color: #E51F73; }
a { background-color: rgb(229,31,115); }
div.DivClassName
{
background-color: #E51F73;
}
.BgClassName
{
background-color: #E51F73;
}
</style>
border-color css
<style>
span { border-color: #E51F73; }
span { border-color: rgb(229,31,115); }
td.TdClassName
{
border-color: #E51F73;
}
.TagClassName
{
border-color: #E51F73;
}
</style>