Shades of Ruby #E51670
Tints of Ruby #E51670
RGB
CMYK
RGB Variations
Color information
#E51670 (or 0xE51670) is known color: Ruby. HEX triplet: E5, 16 and 70. RGB value is (229,22,112). Sum of RGB (Red+Green+Blue) = 229+22+112=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E51670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51670 is #1AE98F. Grayscale: #5E5E5E. Windows color (decimal): -1763728 or 7345893. OLE color: 7345893.
HSL color Cylindrical-coordinate representation of color #E51670: hue angle of 333.91º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51670 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 112 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.10 |
| HSL | 333.91º | 0.82% | 0.49% | - |
| HSV(B) | 333.91º | 0.9% | 0.9% | - |
| XYZ | 35.52 | 18.4 | 17.01 | - |
| YUV | 94.15 | 138.08 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 112 | 0 | 0.90 | 0.51 | 0.10 | 333.91 | 0.82 | 0.49 |
| Hex | E5 | 16 | 70 | 0 | 5A | 33 | A | 14E | 52 | 31 |
| Octal | 345 | 26 | 160 | 0 | 132 | 63 | 12 | 516 | 122 | 61 |
| Binary | 11100101 | 10110 | 1110000 | 0 | 1011010 | 110011 | 1010 | 101001110 | 1010010 | 110001 |
Color Harmonies of #E51670
Complementary color
Monochromatic Colors of #E51670
Black with #E51670
Text Example
Text Example
White with #E51670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51670; }
p { color: rgb(229,22,112); }
H1.HeaderClassName
{
color: #E51670;
}
.AnyTagClassName
{
color: #E51670;
}
</style>
background-color css
<style>
a { background-color: #E51670; }
a { background-color: rgb(229,22,112); }
div.DivClassName
{
background-color: #E51670;
}
.BgClassName
{
background-color: #E51670;
}
</style>
border-color css
<style>
span { border-color: #E51670; }
span { border-color: rgb(229,22,112); }
td.TdClassName
{
border-color: #E51670;
}
.TagClassName
{
border-color: #E51670;
}
</style>