Shades of Ruby #E51961
Tints of Ruby #E51961
RGB
CMYK
RGB Variations
Color information
#E51961 (or 0xE51961) is known color: Ruby. HEX triplet: E5, 19 and 61. RGB value is (229,25,97). Sum of RGB (Red+Green+Blue) = 229+25+97=351 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.24% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 229 - color contains mainly: red. Hex color #E51961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51961 is #1AE69E. Grayscale: #5E5E5E. Windows color (decimal): -1762975 or 6363621. OLE color: 6363621.
HSL color Cylindrical-coordinate representation of color #E51961: hue angle of 338.82º 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 #E51961 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 97 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.10 |
| HSL | 338.82º | 0.8% | 0.5% | - |
| HSV(B) | 338.82º | 0.89% | 0.9% | - |
| XYZ | 34.82 | 18.22 | 12.99 | - |
| YUV | 94.2 | 129.59 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 97 | 0 | 0.89 | 0.58 | 0.10 | 338.82 | 0.8 | 0.5 |
| Hex | E5 | 19 | 61 | 0 | 59 | 3A | A | 153 | 50 | 32 |
| Octal | 345 | 31 | 141 | 0 | 131 | 72 | 12 | 523 | 120 | 62 |
| Binary | 11100101 | 11001 | 1100001 | 0 | 1011001 | 111010 | 1010 | 101010011 | 1010000 | 110010 |
Color Harmonies of #E51961
Complementary color
Monochromatic Colors of #E51961
Black with #E51961
Text Example
Text Example
White with #E51961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51961; }
p { color: rgb(229,25,97); }
H1.HeaderClassName
{
color: #E51961;
}
.AnyTagClassName
{
color: #E51961;
}
</style>
background-color css
<style>
a { background-color: #E51961; }
a { background-color: rgb(229,25,97); }
div.DivClassName
{
background-color: #E51961;
}
.BgClassName
{
background-color: #E51961;
}
</style>
border-color css
<style>
span { border-color: #E51961; }
span { border-color: rgb(229,25,97); }
td.TdClassName
{
border-color: #E51961;
}
.TagClassName
{
border-color: #E51961;
}
</style>