Shades of Ruby #E7106C
Tints of Ruby #E7106C
RGB
CMYK
RGB Variations
Color information
#E7106C (or 0xE7106C) is known color: Ruby. HEX triplet: E7, 10 and 6C. RGB value is (231,16,108). Sum of RGB (Red+Green+Blue) = 231+16+108=355 (47% of max value = 765). Red value is 231 (90.62% from 255 or 65.07% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 231 - color contains mainly: red. Hex color #E7106C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7106C is #18EF93. Grayscale: #5A5A5A. Windows color (decimal): -1634196 or 7082215. OLE color: 7082215.
HSL color Cylindrical-coordinate representation of color #E7106C: hue angle of 334.33º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E7106C is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 108 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.09 |
| HSL | 334.33º | 0.87% | 0.48% | - |
| HSV(B) | 334.33º | 0.93% | 0.91% | - |
| XYZ | 35.85 | 18.44 | 15.86 | - |
| YUV | 90.77 | 137.73 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 108 | 0 | 0.93 | 0.53 | 0.09 | 334.33 | 0.87 | 0.48 |
| Hex | E7 | 10 | 6C | 0 | 5D | 35 | 9 | 14E | 57 | 30 |
| Octal | 347 | 20 | 154 | 0 | 135 | 65 | 11 | 516 | 127 | 60 |
| Binary | 11100111 | 10000 | 1101100 | 0 | 1011101 | 110101 | 1001 | 101001110 | 1010111 | 110000 |
Color Harmonies of #E7106C
Complementary color
Monochromatic Colors of #E7106C
Black with #E7106C
Text Example
Text Example
White with #E7106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7106C; }
p { color: rgb(231,16,108); }
H1.HeaderClassName
{
color: #E7106C;
}
.AnyTagClassName
{
color: #E7106C;
}
</style>
background-color css
<style>
a { background-color: #E7106C; }
a { background-color: rgb(231,16,108); }
div.DivClassName
{
background-color: #E7106C;
}
.BgClassName
{
background-color: #E7106C;
}
</style>
border-color css
<style>
span { border-color: #E7106C; }
span { border-color: rgb(231,16,108); }
td.TdClassName
{
border-color: #E7106C;
}
.TagClassName
{
border-color: #E7106C;
}
</style>