Shades of Ruby #E51179
Tints of Ruby #E51179
RGB
CMYK
RGB Variations
Color information
#E51179 (or 0xE51179) is known color: Ruby. HEX triplet: E5, 11 and 79. RGB value is (229,17,121). Sum of RGB (Red+Green+Blue) = 229+17+121=367 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.40% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 229 - color contains mainly: red. Hex color #E51179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51179 is #1AEE86. Grayscale: #5C5C5C. Windows color (decimal): -1764999 or 7934437. OLE color: 7934437.
HSL color Cylindrical-coordinate representation of color #E51179: hue angle of 330.57º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E51179 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 121 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.10 |
| HSL | 330.57º | 0.86% | 0.48% | - |
| HSV(B) | 330.57º | 0.93% | 0.9% | - |
| XYZ | 35.96 | 18.44 | 19.75 | - |
| YUV | 92.24 | 144.24 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 121 | 0 | 0.93 | 0.47 | 0.10 | 330.57 | 0.86 | 0.48 |
| Hex | E5 | 11 | 79 | 0 | 5D | 2F | A | 14B | 56 | 30 |
| Octal | 345 | 21 | 171 | 0 | 135 | 57 | 12 | 513 | 126 | 60 |
| Binary | 11100101 | 10001 | 1111001 | 0 | 1011101 | 101111 | 1010 | 101001011 | 1010110 | 110000 |
Color Harmonies of #E51179
Complementary color
Monochromatic Colors of #E51179
Black with #E51179
Text Example
Text Example
White with #E51179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51179; }
p { color: rgb(229,17,121); }
H1.HeaderClassName
{
color: #E51179;
}
.AnyTagClassName
{
color: #E51179;
}
</style>
background-color css
<style>
a { background-color: #E51179; }
a { background-color: rgb(229,17,121); }
div.DivClassName
{
background-color: #E51179;
}
.BgClassName
{
background-color: #E51179;
}
</style>
border-color css
<style>
span { border-color: #E51179; }
span { border-color: rgb(229,17,121); }
td.TdClassName
{
border-color: #E51179;
}
.TagClassName
{
border-color: #E51179;
}
</style>