Shades of Ruby #E7106B
Tints of Ruby #E7106B
RGB
CMYK
RGB Variations
Color information
#E7106B (or 0xE7106B) is known color: Ruby. HEX triplet: E7, 10 and 6B. RGB value is (231,16,107). Sum of RGB (Red+Green+Blue) = 231+16+107=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E7106B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7106B is #18EF94. Grayscale: #5A5A5A. Windows color (decimal): -1634197 or 7016679. OLE color: 7016679.
HSL color Cylindrical-coordinate representation of color #E7106B: hue angle of 334.6º 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 #E7106B is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 107 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.09 |
| HSL | 334.6º | 0.87% | 0.48% | - |
| HSV(B) | 334.6º | 0.93% | 0.91% | - |
| XYZ | 35.79 | 18.42 | 15.58 | - |
| YUV | 90.66 | 137.23 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 107 | 0 | 0.93 | 0.54 | 0.09 | 334.6 | 0.87 | 0.48 |
| Hex | E7 | 10 | 6B | 0 | 5D | 36 | 9 | 14F | 57 | 30 |
| Octal | 347 | 20 | 153 | 0 | 135 | 66 | 11 | 517 | 127 | 60 |
| Binary | 11100111 | 10000 | 1101011 | 0 | 1011101 | 110110 | 1001 | 101001111 | 1010111 | 110000 |
Color Harmonies of #E7106B
Complementary color
Monochromatic Colors of #E7106B
Black with #E7106B
Text Example
Text Example
White with #E7106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7106B; }
p { color: rgb(231,16,107); }
H1.HeaderClassName
{
color: #E7106B;
}
.AnyTagClassName
{
color: #E7106B;
}
</style>
background-color css
<style>
a { background-color: #E7106B; }
a { background-color: rgb(231,16,107); }
div.DivClassName
{
background-color: #E7106B;
}
.BgClassName
{
background-color: #E7106B;
}
</style>
border-color css
<style>
span { border-color: #E7106B; }
span { border-color: rgb(231,16,107); }
td.TdClassName
{
border-color: #E7106B;
}
.TagClassName
{
border-color: #E7106B;
}
</style>