Shades of Ruby #E1106D
Tints of Ruby #E1106D
RGB
CMYK
RGB Variations
Color information
#E1106D (or 0xE1106D) is known color: Ruby. HEX triplet: E1, 10 and 6D. RGB value is (225,16,109). Sum of RGB (Red+Green+Blue) = 225+16+109=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E1106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1106D is #1EEF92. Grayscale: #585858. Windows color (decimal): -2027411 or 7147745. OLE color: 7147745.
HSL color Cylindrical-coordinate representation of color #E1106D: hue angle of 333.3º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1106D is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 109 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.12 |
| HSL | 333.3º | 0.87% | 0.47% | - |
| HSV(B) | 333.3º | 0.93% | 0.88% | - |
| XYZ | 34 | 17.48 | 16.05 | - |
| YUV | 89.09 | 139.24 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 109 | 0 | 0.93 | 0.52 | 0.12 | 333.3 | 0.87 | 0.47 |
| Hex | E1 | 10 | 6D | 0 | 5D | 34 | C | 14D | 57 | 2F |
| Octal | 341 | 20 | 155 | 0 | 135 | 64 | 14 | 515 | 127 | 57 |
| Binary | 11100001 | 10000 | 1101101 | 0 | 1011101 | 110100 | 1100 | 101001101 | 1010111 | 101111 |
Color Harmonies of #E1106D
Complementary color
Monochromatic Colors of #E1106D
Black with #E1106D
Text Example
Text Example
White with #E1106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1106D; }
p { color: rgb(225,16,109); }
H1.HeaderClassName
{
color: #E1106D;
}
.AnyTagClassName
{
color: #E1106D;
}
</style>
background-color css
<style>
a { background-color: #E1106D; }
a { background-color: rgb(225,16,109); }
div.DivClassName
{
background-color: #E1106D;
}
.BgClassName
{
background-color: #E1106D;
}
</style>
border-color css
<style>
span { border-color: #E1106D; }
span { border-color: rgb(225,16,109); }
td.TdClassName
{
border-color: #E1106D;
}
.TagClassName
{
border-color: #E1106D;
}
</style>