Shades of Ruby #E51A5B
Tints of Ruby #E51A5B
RGB
CMYK
RGB Variations
Color information
#E51A5B (or 0xE51A5B) is known color: Ruby. HEX triplet: E5, 1A and 5B. RGB value is (229,26,91). Sum of RGB (Red+Green+Blue) = 229+26+91=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E51A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51A5B is #1AE5A4. Grayscale: #5E5E5E. Windows color (decimal): -1762725 or 5970661. OLE color: 5970661.
HSL color Cylindrical-coordinate representation of color #E51A5B: hue angle of 340.79º 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 #E51A5B is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 91 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.10 |
| HSL | 340.79º | 0.8% | 0.5% | - |
| HSV(B) | 340.79º | 0.89% | 0.9% | - |
| XYZ | 34.57 | 18.15 | 11.58 | - |
| YUV | 94.11 | 126.25 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 91 | 0 | 0.89 | 0.60 | 0.10 | 340.79 | 0.8 | 0.5 |
| Hex | E5 | 1A | 5B | 0 | 59 | 3C | A | 155 | 50 | 32 |
| Octal | 345 | 32 | 133 | 0 | 131 | 74 | 12 | 525 | 120 | 62 |
| Binary | 11100101 | 11010 | 1011011 | 0 | 1011001 | 111100 | 1010 | 101010101 | 1010000 | 110010 |
Color Harmonies of #E51A5B
Complementary color
Monochromatic Colors of #E51A5B
Black with #E51A5B
Text Example
Text Example
White with #E51A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51A5B; }
p { color: rgb(229,26,91); }
H1.HeaderClassName
{
color: #E51A5B;
}
.AnyTagClassName
{
color: #E51A5B;
}
</style>
background-color css
<style>
a { background-color: #E51A5B; }
a { background-color: rgb(229,26,91); }
div.DivClassName
{
background-color: #E51A5B;
}
.BgClassName
{
background-color: #E51A5B;
}
</style>
border-color css
<style>
span { border-color: #E51A5B; }
span { border-color: rgb(229,26,91); }
td.TdClassName
{
border-color: #E51A5B;
}
.TagClassName
{
border-color: #E51A5B;
}
</style>