Shades of Ruby #E1116D
Tints of Ruby #E1116D
RGB
CMYK
RGB Variations
Color information
#E1116D (or 0xE1116D) is known color: Ruby. HEX triplet: E1, 11 and 6D. RGB value is (225,17,109). Sum of RGB (Red+Green+Blue) = 225+17+109=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E1116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1116D is #1EEE92. Grayscale: #595959. Windows color (decimal): -2027155 or 7148001. OLE color: 7148001.
HSL color Cylindrical-coordinate representation of color #E1116D: hue angle of 333.46º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1116D is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 109 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.12 |
| HSL | 333.46º | 0.86% | 0.47% | - |
| HSV(B) | 333.46º | 0.92% | 0.88% | - |
| XYZ | 34.01 | 17.51 | 16.06 | - |
| YUV | 89.68 | 138.91 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 109 | 0 | 0.92 | 0.52 | 0.12 | 333.46 | 0.86 | 0.47 |
| Hex | E1 | 11 | 6D | 0 | 5C | 34 | C | 14D | 56 | 2F |
| Octal | 341 | 21 | 155 | 0 | 134 | 64 | 14 | 515 | 126 | 57 |
| Binary | 11100001 | 10001 | 1101101 | 0 | 1011100 | 110100 | 1100 | 101001101 | 1010110 | 101111 |
Color Harmonies of #E1116D
Complementary color
Monochromatic Colors of #E1116D
Black with #E1116D
Text Example
Text Example
White with #E1116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1116D; }
p { color: rgb(225,17,109); }
H1.HeaderClassName
{
color: #E1116D;
}
.AnyTagClassName
{
color: #E1116D;
}
</style>
background-color css
<style>
a { background-color: #E1116D; }
a { background-color: rgb(225,17,109); }
div.DivClassName
{
background-color: #E1116D;
}
.BgClassName
{
background-color: #E1116D;
}
</style>
border-color css
<style>
span { border-color: #E1116D; }
span { border-color: rgb(225,17,109); }
td.TdClassName
{
border-color: #E1116D;
}
.TagClassName
{
border-color: #E1116D;
}
</style>