Shades of Ruby #E7166C
Tints of Ruby #E7166C
RGB
CMYK
RGB Variations
Color information
#E7166C (or 0xE7166C) is known color: Ruby. HEX triplet: E7, 16 and 6C. RGB value is (231,22,108). Sum of RGB (Red+Green+Blue) = 231+22+108=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E7166C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7166C is #18E993. Grayscale: #5E5E5E. Windows color (decimal): -1632660 or 7083751. OLE color: 7083751.
HSL color Cylindrical-coordinate representation of color #E7166C: hue angle of 335.31º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7166C is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 108 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.09 |
| HSL | 335.31º | 0.83% | 0.5% | - |
| HSV(B) | 335.31º | 0.9% | 0.91% | - |
| XYZ | 35.95 | 18.65 | 15.89 | - |
| YUV | 94.3 | 135.74 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 108 | 0 | 0.90 | 0.53 | 0.09 | 335.31 | 0.83 | 0.5 |
| Hex | E7 | 16 | 6C | 0 | 5A | 35 | 9 | 14F | 53 | 32 |
| Octal | 347 | 26 | 154 | 0 | 132 | 65 | 11 | 517 | 123 | 62 |
| Binary | 11100111 | 10110 | 1101100 | 0 | 1011010 | 110101 | 1001 | 101001111 | 1010011 | 110010 |
Color Harmonies of #E7166C
Complementary color
Monochromatic Colors of #E7166C
Black with #E7166C
Text Example
Text Example
White with #E7166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7166C; }
p { color: rgb(231,22,108); }
H1.HeaderClassName
{
color: #E7166C;
}
.AnyTagClassName
{
color: #E7166C;
}
</style>
background-color css
<style>
a { background-color: #E7166C; }
a { background-color: rgb(231,22,108); }
div.DivClassName
{
background-color: #E7166C;
}
.BgClassName
{
background-color: #E7166C;
}
</style>
border-color css
<style>
span { border-color: #E7166C; }
span { border-color: rgb(231,22,108); }
td.TdClassName
{
border-color: #E7166C;
}
.TagClassName
{
border-color: #E7166C;
}
</style>