Shades of Ruby #E51661
Tints of Ruby #E51661
RGB
CMYK
RGB Variations
Color information
#E51661 (or 0xE51661) is known color: Ruby. HEX triplet: E5, 16 and 61. RGB value is (229,22,97). Sum of RGB (Red+Green+Blue) = 229+22+97=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E51661 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51661 is #1AE99E. Grayscale: #5C5C5C. Windows color (decimal): -1763743 or 6362853. OLE color: 6362853.
HSL color Cylindrical-coordinate representation of color #E51661: hue angle of 338.26º 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 #E51661 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 97 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.10 |
| HSL | 338.26º | 0.82% | 0.49% | - |
| HSV(B) | 338.26º | 0.9% | 0.9% | - |
| XYZ | 34.76 | 18.09 | 12.97 | - |
| YUV | 92.44 | 130.58 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 97 | 0 | 0.90 | 0.58 | 0.10 | 338.26 | 0.82 | 0.49 |
| Hex | E5 | 16 | 61 | 0 | 5A | 3A | A | 152 | 52 | 31 |
| Octal | 345 | 26 | 141 | 0 | 132 | 72 | 12 | 522 | 122 | 61 |
| Binary | 11100101 | 10110 | 1100001 | 0 | 1011010 | 111010 | 1010 | 101010010 | 1010010 | 110001 |
Color Harmonies of #E51661
Complementary color
Monochromatic Colors of #E51661
Black with #E51661
Text Example
Text Example
White with #E51661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51661; }
p { color: rgb(229,22,97); }
H1.HeaderClassName
{
color: #E51661;
}
.AnyTagClassName
{
color: #E51661;
}
</style>
background-color css
<style>
a { background-color: #E51661; }
a { background-color: rgb(229,22,97); }
div.DivClassName
{
background-color: #E51661;
}
.BgClassName
{
background-color: #E51661;
}
</style>
border-color css
<style>
span { border-color: #E51661; }
span { border-color: rgb(229,22,97); }
td.TdClassName
{
border-color: #E51661;
}
.TagClassName
{
border-color: #E51661;
}
</style>