Shades of Ruby #E1176D
Tints of Ruby #E1176D
RGB
CMYK
RGB Variations
Color information
#E1176D (or 0xE1176D) is known color: Ruby. HEX triplet: E1, 17 and 6D. RGB value is (225,23,109). Sum of RGB (Red+Green+Blue) = 225+23+109=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E1176D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1176D is #1EE892. Grayscale: #5D5D5D. Windows color (decimal): -2025619 or 7149537. OLE color: 7149537.
HSL color Cylindrical-coordinate representation of color #E1176D: hue angle of 334.46º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1176D is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 109 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.12 |
| HSL | 334.46º | 0.81% | 0.49% | - |
| HSV(B) | 334.46º | 0.9% | 0.88% | - |
| XYZ | 34.12 | 17.72 | 16.09 | - |
| YUV | 93.2 | 136.92 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 109 | 0 | 0.90 | 0.52 | 0.12 | 334.46 | 0.81 | 0.49 |
| Hex | E1 | 17 | 6D | 0 | 5A | 34 | C | 14E | 51 | 31 |
| Octal | 341 | 27 | 155 | 0 | 132 | 64 | 14 | 516 | 121 | 61 |
| Binary | 11100001 | 10111 | 1101101 | 0 | 1011010 | 110100 | 1100 | 101001110 | 1010001 | 110001 |
Color Harmonies of #E1176D
Complementary color
Monochromatic Colors of #E1176D
Black with #E1176D
Text Example
Text Example
White with #E1176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1176D; }
p { color: rgb(225,23,109); }
H1.HeaderClassName
{
color: #E1176D;
}
.AnyTagClassName
{
color: #E1176D;
}
</style>
background-color css
<style>
a { background-color: #E1176D; }
a { background-color: rgb(225,23,109); }
div.DivClassName
{
background-color: #E1176D;
}
.BgClassName
{
background-color: #E1176D;
}
</style>
border-color css
<style>
span { border-color: #E1176D; }
span { border-color: rgb(225,23,109); }
td.TdClassName
{
border-color: #E1176D;
}
.TagClassName
{
border-color: #E1176D;
}
</style>