Shades of Ruby #E7106D
Tints of Ruby #E7106D
RGB
CMYK
RGB Variations
Color information
#E7106D (or 0xE7106D) is known color: Ruby. HEX triplet: E7, 10 and 6D. RGB value is (231,16,109). Sum of RGB (Red+Green+Blue) = 231+16+109=356 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.89% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 231 - color contains mainly: red. Hex color #E7106D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7106D is #18EF92. Grayscale: #5A5A5A. Windows color (decimal): -1634195 or 7147751. OLE color: 7147751.
HSL color Cylindrical-coordinate representation of color #E7106D: hue angle of 334.05º 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 #E7106D is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 109 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.09 |
| HSL | 334.05º | 0.87% | 0.48% | - |
| HSV(B) | 334.05º | 0.93% | 0.91% | - |
| XYZ | 35.9 | 18.46 | 16.14 | - |
| YUV | 90.89 | 138.23 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 109 | 0 | 0.93 | 0.53 | 0.09 | 334.05 | 0.87 | 0.48 |
| Hex | E7 | 10 | 6D | 0 | 5D | 35 | 9 | 14E | 57 | 30 |
| Octal | 347 | 20 | 155 | 0 | 135 | 65 | 11 | 516 | 127 | 60 |
| Binary | 11100111 | 10000 | 1101101 | 0 | 1011101 | 110101 | 1001 | 101001110 | 1010111 | 110000 |
Color Harmonies of #E7106D
Complementary color
Monochromatic Colors of #E7106D
Black with #E7106D
Text Example
Text Example
White with #E7106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7106D; }
p { color: rgb(231,16,109); }
H1.HeaderClassName
{
color: #E7106D;
}
.AnyTagClassName
{
color: #E7106D;
}
</style>
background-color css
<style>
a { background-color: #E7106D; }
a { background-color: rgb(231,16,109); }
div.DivClassName
{
background-color: #E7106D;
}
.BgClassName
{
background-color: #E7106D;
}
</style>
border-color css
<style>
span { border-color: #E7106D; }
span { border-color: rgb(231,16,109); }
td.TdClassName
{
border-color: #E7106D;
}
.TagClassName
{
border-color: #E7106D;
}
</style>