Shades of Ruby #E51A5D
Tints of Ruby #E51A5D
RGB
CMYK
RGB Variations
Color information
#E51A5D (or 0xE51A5D) is known color: Ruby. HEX triplet: E5, 1A and 5D. RGB value is (229,26,93). Sum of RGB (Red+Green+Blue) = 229+26+93=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E51A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51A5D is #1AE5A2. Grayscale: #5E5E5E. Windows color (decimal): -1762723 or 6101733. OLE color: 6101733.
HSL color Cylindrical-coordinate representation of color #E51A5D: hue angle of 340.2º 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 #E51A5D is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 93 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.10 |
| HSL | 340.2º | 0.8% | 0.5% | - |
| HSV(B) | 340.2º | 0.89% | 0.9% | - |
| XYZ | 34.66 | 18.19 | 12.04 | - |
| YUV | 94.34 | 127.25 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 93 | 0 | 0.89 | 0.59 | 0.10 | 340.2 | 0.8 | 0.5 |
| Hex | E5 | 1A | 5D | 0 | 59 | 3B | A | 154 | 50 | 32 |
| Octal | 345 | 32 | 135 | 0 | 131 | 73 | 12 | 524 | 120 | 62 |
| Binary | 11100101 | 11010 | 1011101 | 0 | 1011001 | 111011 | 1010 | 101010100 | 1010000 | 110010 |
Color Harmonies of #E51A5D
Complementary color
Monochromatic Colors of #E51A5D
Black with #E51A5D
Text Example
Text Example
White with #E51A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51A5D; }
p { color: rgb(229,26,93); }
H1.HeaderClassName
{
color: #E51A5D;
}
.AnyTagClassName
{
color: #E51A5D;
}
</style>
background-color css
<style>
a { background-color: #E51A5D; }
a { background-color: rgb(229,26,93); }
div.DivClassName
{
background-color: #E51A5D;
}
.BgClassName
{
background-color: #E51A5D;
}
</style>
border-color css
<style>
span { border-color: #E51A5D; }
span { border-color: rgb(229,26,93); }
td.TdClassName
{
border-color: #E51A5D;
}
.TagClassName
{
border-color: #E51A5D;
}
</style>