Shades of Ruby #E5116A
Tints of Ruby #E5116A
RGB
CMYK
RGB Variations
Color information
#E5116A (or 0xE5116A) is known color: Ruby. HEX triplet: E5, 11 and 6A. RGB value is (229,17,106). Sum of RGB (Red+Green+Blue) = 229+17+106=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E5116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5116A is #1AEE95. Grayscale: #5A5A5A. Windows color (decimal): -1765014 or 6951397. OLE color: 6951397.
HSL color Cylindrical-coordinate representation of color #E5116A: hue angle of 334.81º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5116A is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 106 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.10 |
| HSL | 334.81º | 0.86% | 0.48% | - |
| HSV(B) | 334.81º | 0.93% | 0.9% | - |
| XYZ | 35.12 | 18.1 | 15.28 | - |
| YUV | 90.53 | 136.74 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 106 | 0 | 0.93 | 0.54 | 0.10 | 334.81 | 0.86 | 0.48 |
| Hex | E5 | 11 | 6A | 0 | 5D | 36 | A | 14F | 56 | 30 |
| Octal | 345 | 21 | 152 | 0 | 135 | 66 | 12 | 517 | 126 | 60 |
| Binary | 11100101 | 10001 | 1101010 | 0 | 1011101 | 110110 | 1010 | 101001111 | 1010110 | 110000 |
Color Harmonies of #E5116A
Complementary color
Monochromatic Colors of #E5116A
Black with #E5116A
Text Example
Text Example
White with #E5116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5116A; }
p { color: rgb(229,17,106); }
H1.HeaderClassName
{
color: #E5116A;
}
.AnyTagClassName
{
color: #E5116A;
}
</style>
background-color css
<style>
a { background-color: #E5116A; }
a { background-color: rgb(229,17,106); }
div.DivClassName
{
background-color: #E5116A;
}
.BgClassName
{
background-color: #E5116A;
}
</style>
border-color css
<style>
span { border-color: #E5116A; }
span { border-color: rgb(229,17,106); }
td.TdClassName
{
border-color: #E5116A;
}
.TagClassName
{
border-color: #E5116A;
}
</style>