Shades of Ruby #E51A5E
Tints of Ruby #E51A5E
RGB
CMYK
RGB Variations
Color information
#E51A5E (or 0xE51A5E) is known color: Ruby. HEX triplet: E5, 1A and 5E. RGB value is (229,26,94). Sum of RGB (Red+Green+Blue) = 229+26+94=349 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.62% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 229 - color contains mainly: red. Hex color #E51A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51A5E is #1AE5A1. Grayscale: #5E5E5E. Windows color (decimal): -1762722 or 6167269. OLE color: 6167269.
HSL color Cylindrical-coordinate representation of color #E51A5E: hue angle of 339.9º 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 #E51A5E is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 94 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.10 |
| HSL | 339.9º | 0.8% | 0.5% | - |
| HSV(B) | 339.9º | 0.89% | 0.9% | - |
| XYZ | 34.7 | 18.2 | 12.27 | - |
| YUV | 94.45 | 127.75 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 94 | 0 | 0.89 | 0.59 | 0.10 | 339.9 | 0.8 | 0.5 |
| Hex | E5 | 1A | 5E | 0 | 59 | 3B | A | 154 | 50 | 32 |
| Octal | 345 | 32 | 136 | 0 | 131 | 73 | 12 | 524 | 120 | 62 |
| Binary | 11100101 | 11010 | 1011110 | 0 | 1011001 | 111011 | 1010 | 101010100 | 1010000 | 110010 |
Color Harmonies of #E51A5E
Complementary color
Monochromatic Colors of #E51A5E
Black with #E51A5E
Text Example
Text Example
White with #E51A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51A5E; }
p { color: rgb(229,26,94); }
H1.HeaderClassName
{
color: #E51A5E;
}
.AnyTagClassName
{
color: #E51A5E;
}
</style>
background-color css
<style>
a { background-color: #E51A5E; }
a { background-color: rgb(229,26,94); }
div.DivClassName
{
background-color: #E51A5E;
}
.BgClassName
{
background-color: #E51A5E;
}
</style>
border-color css
<style>
span { border-color: #E51A5E; }
span { border-color: rgb(229,26,94); }
td.TdClassName
{
border-color: #E51A5E;
}
.TagClassName
{
border-color: #E51A5E;
}
</style>