Shades of Ruby #E8106D
Tints of Ruby #E8106D
RGB
CMYK
RGB Variations
Color information
#E8106D (or 0xE8106D) is known color: Ruby. HEX triplet: E8, 10 and 6D. RGB value is (232,16,109). Sum of RGB (Red+Green+Blue) = 232+16+109=357 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.99% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 232 - color contains mainly: red. Hex color #E8106D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8106D is #17EF92. Grayscale: #5B5B5B. Windows color (decimal): -1568659 or 7147752. OLE color: 7147752.
HSL color Cylindrical-coordinate representation of color #E8106D: hue angle of 334.17º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E8106D is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 16 | 109 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.09 |
| HSL | 334.17º | 0.87% | 0.49% | - |
| HSV(B) | 334.17º | 0.93% | 0.91% | - |
| XYZ | 36.22 | 18.63 | 16.15 | - |
| YUV | 91.19 | 138.06 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 109 | 0 | 0.93 | 0.53 | 0.09 | 334.17 | 0.87 | 0.49 |
| Hex | E8 | 10 | 6D | 0 | 5D | 35 | 9 | 14E | 57 | 31 |
| Octal | 350 | 20 | 155 | 0 | 135 | 65 | 11 | 516 | 127 | 61 |
| Binary | 11101000 | 10000 | 1101101 | 0 | 1011101 | 110101 | 1001 | 101001110 | 1010111 | 110001 |
Color Harmonies of #E8106D
Complementary color
Monochromatic Colors of #E8106D
Black with #E8106D
Text Example
Text Example
White with #E8106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8106D; }
p { color: rgb(232,16,109); }
H1.HeaderClassName
{
color: #E8106D;
}
.AnyTagClassName
{
color: #E8106D;
}
</style>
background-color css
<style>
a { background-color: #E8106D; }
a { background-color: rgb(232,16,109); }
div.DivClassName
{
background-color: #E8106D;
}
.BgClassName
{
background-color: #E8106D;
}
</style>
border-color css
<style>
span { border-color: #E8106D; }
span { border-color: rgb(232,16,109); }
td.TdClassName
{
border-color: #E8106D;
}
.TagClassName
{
border-color: #E8106D;
}
</style>