Shades of Ruby #E1166C
Tints of Ruby #E1166C
RGB
CMYK
RGB Variations
Color information
#E1166C (or 0xE1166C) is known color: Ruby. HEX triplet: E1, 16 and 6C. RGB value is (225,22,108). Sum of RGB (Red+Green+Blue) = 225+22+108=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E1166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1166C is #1EE993. Grayscale: #5C5C5C. Windows color (decimal): -2025876 or 7083745. OLE color: 7083745.
HSL color Cylindrical-coordinate representation of color #E1166C: hue angle of 334.58º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1166C is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 108 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.12 |
| HSL | 334.58º | 0.82% | 0.48% | - |
| HSV(B) | 334.58º | 0.9% | 0.88% | - |
| XYZ | 34.05 | 17.66 | 15.8 | - |
| YUV | 92.5 | 136.75 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 108 | 0 | 0.90 | 0.52 | 0.12 | 334.58 | 0.82 | 0.48 |
| Hex | E1 | 16 | 6C | 0 | 5A | 34 | C | 14F | 52 | 30 |
| Octal | 341 | 26 | 154 | 0 | 132 | 64 | 14 | 517 | 122 | 60 |
| Binary | 11100001 | 10110 | 1101100 | 0 | 1011010 | 110100 | 1100 | 101001111 | 1010010 | 110000 |
Color Harmonies of #E1166C
Complementary color
Monochromatic Colors of #E1166C
Black with #E1166C
Text Example
Text Example
White with #E1166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1166C; }
p { color: rgb(225,22,108); }
H1.HeaderClassName
{
color: #E1166C;
}
.AnyTagClassName
{
color: #E1166C;
}
</style>
background-color css
<style>
a { background-color: #E1166C; }
a { background-color: rgb(225,22,108); }
div.DivClassName
{
background-color: #E1166C;
}
.BgClassName
{
background-color: #E1166C;
}
</style>
border-color css
<style>
span { border-color: #E1166C; }
span { border-color: rgb(225,22,108); }
td.TdClassName
{
border-color: #E1166C;
}
.TagClassName
{
border-color: #E1166C;
}
</style>