Shades of Ruby #E51178
Tints of Ruby #E51178
RGB
CMYK
RGB Variations
Color information
#E51178 (or 0xE51178) is known color: Ruby. HEX triplet: E5, 11 and 78. RGB value is (229,17,120). Sum of RGB (Red+Green+Blue) = 229+17+120=366 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.57% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 229 - color contains mainly: red. Hex color #E51178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51178 is #1AEE87. Grayscale: #5B5B5B. Windows color (decimal): -1765000 or 7868901. OLE color: 7868901.
HSL color Cylindrical-coordinate representation of color #E51178: hue angle of 330.85º 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 #E51178 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 120 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.10 |
| HSL | 330.85º | 0.86% | 0.48% | - |
| HSV(B) | 330.85º | 0.93% | 0.9% | - |
| XYZ | 35.9 | 18.41 | 19.43 | - |
| YUV | 92.13 | 143.74 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 120 | 0 | 0.93 | 0.48 | 0.10 | 330.85 | 0.86 | 0.48 |
| Hex | E5 | 11 | 78 | 0 | 5D | 30 | A | 14B | 56 | 30 |
| Octal | 345 | 21 | 170 | 0 | 135 | 60 | 12 | 513 | 126 | 60 |
| Binary | 11100101 | 10001 | 1111000 | 0 | 1011101 | 110000 | 1010 | 101001011 | 1010110 | 110000 |
Color Harmonies of #E51178
Complementary color
Monochromatic Colors of #E51178
Black with #E51178
Text Example
Text Example
White with #E51178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51178; }
p { color: rgb(229,17,120); }
H1.HeaderClassName
{
color: #E51178;
}
.AnyTagClassName
{
color: #E51178;
}
</style>
background-color css
<style>
a { background-color: #E51178; }
a { background-color: rgb(229,17,120); }
div.DivClassName
{
background-color: #E51178;
}
.BgClassName
{
background-color: #E51178;
}
</style>
border-color css
<style>
span { border-color: #E51178; }
span { border-color: rgb(229,17,120); }
td.TdClassName
{
border-color: #E51178;
}
.TagClassName
{
border-color: #E51178;
}
</style>