Shades of Ruby #E8106A
Tints of Ruby #E8106A
RGB
CMYK
RGB Variations
Color information
#E8106A (or 0xE8106A) is known color: Ruby. HEX triplet: E8, 10 and 6A. RGB value is (232,16,106). Sum of RGB (Red+Green+Blue) = 232+16+106=354 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.54% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 232 - color contains mainly: red. Hex color #E8106A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8106A is #17EF95. Grayscale: #5A5A5A. Windows color (decimal): -1568662 or 6951144. OLE color: 6951144.
HSL color Cylindrical-coordinate representation of color #E8106A: hue angle of 335º 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 #E8106A is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 16 | 106 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.09 |
| HSL | 335º | 0.87% | 0.49% | - |
| HSV(B) | 335º | 0.93% | 0.91% | - |
| XYZ | 36.07 | 18.57 | 15.32 | - |
| YUV | 90.84 | 136.56 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 106 | 0 | 0.93 | 0.54 | 0.09 | 335 | 0.87 | 0.49 |
| Hex | E8 | 10 | 6A | 0 | 5D | 36 | 9 | 14F | 57 | 31 |
| Octal | 350 | 20 | 152 | 0 | 135 | 66 | 11 | 517 | 127 | 61 |
| Binary | 11101000 | 10000 | 1101010 | 0 | 1011101 | 110110 | 1001 | 101001111 | 1010111 | 110001 |
Color Harmonies of #E8106A
Complementary color
Monochromatic Colors of #E8106A
Black with #E8106A
Text Example
Text Example
White with #E8106A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8106A; }
p { color: rgb(232,16,106); }
H1.HeaderClassName
{
color: #E8106A;
}
.AnyTagClassName
{
color: #E8106A;
}
</style>
background-color css
<style>
a { background-color: #E8106A; }
a { background-color: rgb(232,16,106); }
div.DivClassName
{
background-color: #E8106A;
}
.BgClassName
{
background-color: #E8106A;
}
</style>
border-color css
<style>
span { border-color: #E8106A; }
span { border-color: rgb(232,16,106); }
td.TdClassName
{
border-color: #E8106A;
}
.TagClassName
{
border-color: #E8106A;
}
</style>