Shades of Ruby #E51A5F
Tints of Ruby #E51A5F
RGB
CMYK
RGB Variations
Color information
#E51A5F (or 0xE51A5F) is known color: Ruby. HEX triplet: E5, 1A and 5F. RGB value is (229,26,95). Sum of RGB (Red+Green+Blue) = 229+26+95=350 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.43% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 229 - color contains mainly: red. Hex color #E51A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51A5F is #1AE5A0. Grayscale: #5E5E5E. Windows color (decimal): -1762721 or 6232805. OLE color: 6232805.
HSL color Cylindrical-coordinate representation of color #E51A5F: hue angle of 339.61º 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 #E51A5F is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 95 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.10 |
| HSL | 339.61º | 0.8% | 0.5% | - |
| HSV(B) | 339.61º | 0.89% | 0.9% | - |
| XYZ | 34.75 | 18.22 | 12.51 | - |
| YUV | 94.56 | 128.25 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 95 | 0 | 0.89 | 0.59 | 0.10 | 339.61 | 0.8 | 0.5 |
| Hex | E5 | 1A | 5F | 0 | 59 | 3B | A | 154 | 50 | 32 |
| Octal | 345 | 32 | 137 | 0 | 131 | 73 | 12 | 524 | 120 | 62 |
| Binary | 11100101 | 11010 | 1011111 | 0 | 1011001 | 111011 | 1010 | 101010100 | 1010000 | 110010 |
Color Harmonies of #E51A5F
Complementary color
Monochromatic Colors of #E51A5F
Black with #E51A5F
Text Example
Text Example
White with #E51A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51A5F; }
p { color: rgb(229,26,95); }
H1.HeaderClassName
{
color: #E51A5F;
}
.AnyTagClassName
{
color: #E51A5F;
}
</style>
background-color css
<style>
a { background-color: #E51A5F; }
a { background-color: rgb(229,26,95); }
div.DivClassName
{
background-color: #E51A5F;
}
.BgClassName
{
background-color: #E51A5F;
}
</style>
border-color css
<style>
span { border-color: #E51A5F; }
span { border-color: rgb(229,26,95); }
td.TdClassName
{
border-color: #E51A5F;
}
.TagClassName
{
border-color: #E51A5F;
}
</style>