Shades of Ruby #E1186D
Tints of Ruby #E1186D
RGB
CMYK
RGB Variations
Color information
#E1186D (or 0xE1186D) is known color: Ruby. HEX triplet: E1, 18 and 6D. RGB value is (225,24,109). Sum of RGB (Red+Green+Blue) = 225+24+109=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E1186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1186D is #1EE792. Grayscale: #5D5D5D. Windows color (decimal): -2025363 or 7149793. OLE color: 7149793.
HSL color Cylindrical-coordinate representation of color #E1186D: hue angle of 334.63º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1186D is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 109 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.12 |
| HSL | 334.63º | 0.81% | 0.49% | - |
| HSV(B) | 334.63º | 0.89% | 0.88% | - |
| XYZ | 34.14 | 17.76 | 16.1 | - |
| YUV | 93.79 | 136.59 | 221.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 109 | 0 | 0.89 | 0.52 | 0.12 | 334.63 | 0.81 | 0.49 |
| Hex | E1 | 18 | 6D | 0 | 59 | 34 | C | 14F | 51 | 31 |
| Octal | 341 | 30 | 155 | 0 | 131 | 64 | 14 | 517 | 121 | 61 |
| Binary | 11100001 | 11000 | 1101101 | 0 | 1011001 | 110100 | 1100 | 101001111 | 1010001 | 110001 |
Color Harmonies of #E1186D
Complementary color
Monochromatic Colors of #E1186D
Black with #E1186D
Text Example
Text Example
White with #E1186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1186D; }
p { color: rgb(225,24,109); }
H1.HeaderClassName
{
color: #E1186D;
}
.AnyTagClassName
{
color: #E1186D;
}
</style>
background-color css
<style>
a { background-color: #E1186D; }
a { background-color: rgb(225,24,109); }
div.DivClassName
{
background-color: #E1186D;
}
.BgClassName
{
background-color: #E1186D;
}
</style>
border-color css
<style>
span { border-color: #E1186D; }
span { border-color: rgb(225,24,109); }
td.TdClassName
{
border-color: #E1186D;
}
.TagClassName
{
border-color: #E1186D;
}
</style>