Shades of Ruby #E51359
Tints of Ruby #E51359
RGB
CMYK
RGB Variations
Color information
#E51359 (or 0xE51359) is known color: Ruby. HEX triplet: E5, 13 and 59. RGB value is (229,19,89). Sum of RGB (Red+Green+Blue) = 229+19+89=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E51359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51359 is #1AECA6. Grayscale: #595959. Windows color (decimal): -1764519 or 5837797. OLE color: 5837797.
HSL color Cylindrical-coordinate representation of color #E51359: hue angle of 340º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E51359 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 89 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.10 |
| HSL | 340º | 0.85% | 0.49% | - |
| HSV(B) | 340º | 0.92% | 0.9% | - |
| XYZ | 34.35 | 17.85 | 11.09 | - |
| YUV | 89.77 | 127.57 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 89 | 0 | 0.92 | 0.61 | 0.10 | 340 | 0.85 | 0.49 |
| Hex | E5 | 13 | 59 | 0 | 5C | 3D | A | 154 | 55 | 31 |
| Octal | 345 | 23 | 131 | 0 | 134 | 75 | 12 | 524 | 125 | 61 |
| Binary | 11100101 | 10011 | 1011001 | 0 | 1011100 | 111101 | 1010 | 101010100 | 1010101 | 110001 |
Color Harmonies of #E51359
Complementary color
Monochromatic Colors of #E51359
Black with #E51359
Text Example
Text Example
White with #E51359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51359; }
p { color: rgb(229,19,89); }
H1.HeaderClassName
{
color: #E51359;
}
.AnyTagClassName
{
color: #E51359;
}
</style>
background-color css
<style>
a { background-color: #E51359; }
a { background-color: rgb(229,19,89); }
div.DivClassName
{
background-color: #E51359;
}
.BgClassName
{
background-color: #E51359;
}
</style>
border-color css
<style>
span { border-color: #E51359; }
span { border-color: rgb(229,19,89); }
td.TdClassName
{
border-color: #E51359;
}
.TagClassName
{
border-color: #E51359;
}
</style>