Shades of Ruby #E51A71
Tints of Ruby #E51A71
RGB
CMYK
RGB Variations
Color information
#E51A71 (or 0xE51A71) is known color: Ruby. HEX triplet: E5, 1A and 71. RGB value is (229,26,113). Sum of RGB (Red+Green+Blue) = 229+26+113=368 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.23% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 229 - color contains mainly: red. Hex color #E51A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51A71 is #1AE58E. Grayscale: #606060. Windows color (decimal): -1762703 or 7412453. OLE color: 7412453.
HSL color Cylindrical-coordinate representation of color #E51A71: hue angle of 334.29º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51A71 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 113 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.10 |
| HSL | 334.29º | 0.8% | 0.5% | - |
| HSV(B) | 334.29º | 0.89% | 0.9% | - |
| XYZ | 35.66 | 18.59 | 17.33 | - |
| YUV | 96.62 | 137.25 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 113 | 0 | 0.89 | 0.51 | 0.10 | 334.29 | 0.8 | 0.5 |
| Hex | E5 | 1A | 71 | 0 | 59 | 33 | A | 14E | 50 | 32 |
| Octal | 345 | 32 | 161 | 0 | 131 | 63 | 12 | 516 | 120 | 62 |
| Binary | 11100101 | 11010 | 1110001 | 0 | 1011001 | 110011 | 1010 | 101001110 | 1010000 | 110010 |
Color Harmonies of #E51A71
Complementary color
Monochromatic Colors of #E51A71
Black with #E51A71
Text Example
Text Example
White with #E51A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51A71; }
p { color: rgb(229,26,113); }
H1.HeaderClassName
{
color: #E51A71;
}
.AnyTagClassName
{
color: #E51A71;
}
</style>
background-color css
<style>
a { background-color: #E51A71; }
a { background-color: rgb(229,26,113); }
div.DivClassName
{
background-color: #E51A71;
}
.BgClassName
{
background-color: #E51A71;
}
</style>
border-color css
<style>
span { border-color: #E51A71; }
span { border-color: rgb(229,26,113); }
td.TdClassName
{
border-color: #E51A71;
}
.TagClassName
{
border-color: #E51A71;
}
</style>