Shades of Ruby #E51A5A
Tints of Ruby #E51A5A
RGB
CMYK
RGB Variations
Color information
#E51A5A (or 0xE51A5A) is known color: Ruby. HEX triplet: E5, 1A and 5A. RGB value is (229,26,90). Sum of RGB (Red+Green+Blue) = 229+26+90=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E51A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51A5A is #1AE5A5. Grayscale: #5D5D5D. Windows color (decimal): -1762726 or 5905125. OLE color: 5905125.
HSL color Cylindrical-coordinate representation of color #E51A5A: hue angle of 341.08º 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 #E51A5A is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 90 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.10 |
| HSL | 341.08º | 0.8% | 0.5% | - |
| HSV(B) | 341.08º | 0.89% | 0.9% | - |
| XYZ | 34.53 | 18.13 | 11.35 | - |
| YUV | 93.99 | 125.75 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 90 | 0 | 0.89 | 0.61 | 0.10 | 341.08 | 0.8 | 0.5 |
| Hex | E5 | 1A | 5A | 0 | 59 | 3D | A | 155 | 50 | 32 |
| Octal | 345 | 32 | 132 | 0 | 131 | 75 | 12 | 525 | 120 | 62 |
| Binary | 11100101 | 11010 | 1011010 | 0 | 1011001 | 111101 | 1010 | 101010101 | 1010000 | 110010 |
Color Harmonies of #E51A5A
Complementary color
Monochromatic Colors of #E51A5A
Black with #E51A5A
Text Example
Text Example
White with #E51A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51A5A; }
p { color: rgb(229,26,90); }
H1.HeaderClassName
{
color: #E51A5A;
}
.AnyTagClassName
{
color: #E51A5A;
}
</style>
background-color css
<style>
a { background-color: #E51A5A; }
a { background-color: rgb(229,26,90); }
div.DivClassName
{
background-color: #E51A5A;
}
.BgClassName
{
background-color: #E51A5A;
}
</style>
border-color css
<style>
span { border-color: #E51A5A; }
span { border-color: rgb(229,26,90); }
td.TdClassName
{
border-color: #E51A5A;
}
.TagClassName
{
border-color: #E51A5A;
}
</style>