Shades of Ruby #E51654
Tints of Ruby #E51654
RGB
CMYK
RGB Variations
Color information
#E51654 (or 0xE51654) is known color: Ruby. HEX triplet: E5, 16 and 54. RGB value is (229,22,84). Sum of RGB (Red+Green+Blue) = 229+22+84=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E51654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51654 is #1AE9AB. Grayscale: #5A5A5A. Windows color (decimal): -1763756 or 5510885. OLE color: 5510885.
HSL color Cylindrical-coordinate representation of color #E51654: hue angle of 342.03º 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 #E51654 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 84 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.10 |
| HSL | 342.03º | 0.82% | 0.49% | - |
| HSV(B) | 342.03º | 0.9% | 0.9% | - |
| XYZ | 34.2 | 17.87 | 10.03 | - |
| YUV | 90.96 | 124.08 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 84 | 0 | 0.90 | 0.63 | 0.10 | 342.03 | 0.82 | 0.49 |
| Hex | E5 | 16 | 54 | 0 | 5A | 3F | A | 156 | 52 | 31 |
| Octal | 345 | 26 | 124 | 0 | 132 | 77 | 12 | 526 | 122 | 61 |
| Binary | 11100101 | 10110 | 1010100 | 0 | 1011010 | 111111 | 1010 | 101010110 | 1010010 | 110001 |
Color Harmonies of #E51654
Complementary color
Monochromatic Colors of #E51654
Black with #E51654
Text Example
Text Example
White with #E51654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51654; }
p { color: rgb(229,22,84); }
H1.HeaderClassName
{
color: #E51654;
}
.AnyTagClassName
{
color: #E51654;
}
</style>
background-color css
<style>
a { background-color: #E51654; }
a { background-color: rgb(229,22,84); }
div.DivClassName
{
background-color: #E51654;
}
.BgClassName
{
background-color: #E51654;
}
</style>
border-color css
<style>
span { border-color: #E51654; }
span { border-color: rgb(229,22,84); }
td.TdClassName
{
border-color: #E51654;
}
.TagClassName
{
border-color: #E51654;
}
</style>