Shades of Ruby #E51470
Tints of Ruby #E51470
RGB
CMYK
RGB Variations
Color information
#E51470 (or 0xE51470) is known color: Ruby. HEX triplet: E5, 14 and 70. RGB value is (229,20,112). Sum of RGB (Red+Green+Blue) = 229+20+112=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E51470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51470 is #1AEB8F. Grayscale: #5C5C5C. Windows color (decimal): -1764240 or 7345381. OLE color: 7345381.
HSL color Cylindrical-coordinate representation of color #E51470: hue angle of 333.59º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E51470 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 112 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.10 |
| HSL | 333.59º | 0.84% | 0.49% | - |
| HSV(B) | 333.59º | 0.91% | 0.9% | - |
| XYZ | 35.49 | 18.33 | 17 | - |
| YUV | 92.98 | 138.74 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 112 | 0 | 0.91 | 0.51 | 0.10 | 333.59 | 0.84 | 0.49 |
| Hex | E5 | 14 | 70 | 0 | 5B | 33 | A | 14E | 54 | 31 |
| Octal | 345 | 24 | 160 | 0 | 133 | 63 | 12 | 516 | 124 | 61 |
| Binary | 11100101 | 10100 | 1110000 | 0 | 1011011 | 110011 | 1010 | 101001110 | 1010100 | 110001 |
Color Harmonies of #E51470
Complementary color
Monochromatic Colors of #E51470
Black with #E51470
Text Example
Text Example
White with #E51470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51470; }
p { color: rgb(229,20,112); }
H1.HeaderClassName
{
color: #E51470;
}
.AnyTagClassName
{
color: #E51470;
}
</style>
background-color css
<style>
a { background-color: #E51470; }
a { background-color: rgb(229,20,112); }
div.DivClassName
{
background-color: #E51470;
}
.BgClassName
{
background-color: #E51470;
}
</style>
border-color css
<style>
span { border-color: #E51470; }
span { border-color: rgb(229,20,112); }
td.TdClassName
{
border-color: #E51470;
}
.TagClassName
{
border-color: #E51470;
}
</style>