Shades of Ruby #E51655
Tints of Ruby #E51655
RGB
CMYK
RGB Variations
Color information
#E51655 (or 0xE51655) is known color: Ruby. HEX triplet: E5, 16 and 55. RGB value is (229,22,85). Sum of RGB (Red+Green+Blue) = 229+22+85=336 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.15% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 229 - color contains mainly: red. Hex color #E51655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51655 is #1AE9AA. Grayscale: #5B5B5B. Windows color (decimal): -1763755 or 5576421. OLE color: 5576421.
HSL color Cylindrical-coordinate representation of color #E51655: hue angle of 341.74º 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 #E51655 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 85 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.10 |
| HSL | 341.74º | 0.82% | 0.49% | - |
| HSV(B) | 341.74º | 0.9% | 0.9% | - |
| XYZ | 34.24 | 17.89 | 10.24 | - |
| YUV | 91.08 | 124.58 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 85 | 0 | 0.90 | 0.63 | 0.10 | 341.74 | 0.82 | 0.49 |
| Hex | E5 | 16 | 55 | 0 | 5A | 3F | A | 156 | 52 | 31 |
| Octal | 345 | 26 | 125 | 0 | 132 | 77 | 12 | 526 | 122 | 61 |
| Binary | 11100101 | 10110 | 1010101 | 0 | 1011010 | 111111 | 1010 | 101010110 | 1010010 | 110001 |
Color Harmonies of #E51655
Complementary color
Monochromatic Colors of #E51655
Black with #E51655
Text Example
Text Example
White with #E51655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51655; }
p { color: rgb(229,22,85); }
H1.HeaderClassName
{
color: #E51655;
}
.AnyTagClassName
{
color: #E51655;
}
</style>
background-color css
<style>
a { background-color: #E51655; }
a { background-color: rgb(229,22,85); }
div.DivClassName
{
background-color: #E51655;
}
.BgClassName
{
background-color: #E51655;
}
</style>
border-color css
<style>
span { border-color: #E51655; }
span { border-color: rgb(229,22,85); }
td.TdClassName
{
border-color: #E51655;
}
.TagClassName
{
border-color: #E51655;
}
</style>