Shades of Ruby #E7106E
Tints of Ruby #E7106E
RGB
CMYK
RGB Variations
Color information
#E7106E (or 0xE7106E) is known color: Ruby. HEX triplet: E7, 10 and 6E. RGB value is (231,16,110). Sum of RGB (Red+Green+Blue) = 231+16+110=357 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.71% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 231 - color contains mainly: red. Hex color #E7106E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7106E is #18EF91. Grayscale: #5A5A5A. Windows color (decimal): -1634194 or 7213287. OLE color: 7213287.
HSL color Cylindrical-coordinate representation of color #E7106E: hue angle of 333.77º 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 #E7106E is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 110 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.09 |
| HSL | 333.77º | 0.87% | 0.48% | - |
| HSV(B) | 333.77º | 0.93% | 0.91% | - |
| XYZ | 35.95 | 18.49 | 16.42 | - |
| YUV | 91 | 138.73 | 227.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 110 | 0 | 0.93 | 0.52 | 0.09 | 333.77 | 0.87 | 0.48 |
| Hex | E7 | 10 | 6E | 0 | 5D | 34 | 9 | 14E | 57 | 30 |
| Octal | 347 | 20 | 156 | 0 | 135 | 64 | 11 | 516 | 127 | 60 |
| Binary | 11100111 | 10000 | 1101110 | 0 | 1011101 | 110100 | 1001 | 101001110 | 1010111 | 110000 |
Color Harmonies of #E7106E
Complementary color
Monochromatic Colors of #E7106E
Black with #E7106E
Text Example
Text Example
White with #E7106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7106E; }
p { color: rgb(231,16,110); }
H1.HeaderClassName
{
color: #E7106E;
}
.AnyTagClassName
{
color: #E7106E;
}
</style>
background-color css
<style>
a { background-color: #E7106E; }
a { background-color: rgb(231,16,110); }
div.DivClassName
{
background-color: #E7106E;
}
.BgClassName
{
background-color: #E7106E;
}
</style>
border-color css
<style>
span { border-color: #E7106E; }
span { border-color: rgb(231,16,110); }
td.TdClassName
{
border-color: #E7106E;
}
.TagClassName
{
border-color: #E7106E;
}
</style>