Shades of Ruby #E6106C
Tints of Ruby #E6106C
RGB
CMYK
RGB Variations
Color information
#E6106C (or 0xE6106C) is known color: Ruby. HEX triplet: E6, 10 and 6C. RGB value is (230,16,108). Sum of RGB (Red+Green+Blue) = 230+16+108=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E6106C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6106C is #19EF93. Grayscale: #5A5A5A. Windows color (decimal): -1699732 or 7082214. OLE color: 7082214.
HSL color Cylindrical-coordinate representation of color #E6106C: hue angle of 334.21º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6106C is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 108 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.10 |
| HSL | 334.21º | 0.87% | 0.48% | - |
| HSV(B) | 334.21º | 0.93% | 0.9% | - |
| XYZ | 35.53 | 18.28 | 15.84 | - |
| YUV | 90.47 | 137.9 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 108 | 0 | 0.93 | 0.53 | 0.10 | 334.21 | 0.87 | 0.48 |
| Hex | E6 | 10 | 6C | 0 | 5D | 35 | A | 14E | 57 | 30 |
| Octal | 346 | 20 | 154 | 0 | 135 | 65 | 12 | 516 | 127 | 60 |
| Binary | 11100110 | 10000 | 1101100 | 0 | 1011101 | 110101 | 1010 | 101001110 | 1010111 | 110000 |
Color Harmonies of #E6106C
Complementary color
Monochromatic Colors of #E6106C
Black with #E6106C
Text Example
Text Example
White with #E6106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6106C; }
p { color: rgb(230,16,108); }
H1.HeaderClassName
{
color: #E6106C;
}
.AnyTagClassName
{
color: #E6106C;
}
</style>
background-color css
<style>
a { background-color: #E6106C; }
a { background-color: rgb(230,16,108); }
div.DivClassName
{
background-color: #E6106C;
}
.BgClassName
{
background-color: #E6106C;
}
</style>
border-color css
<style>
span { border-color: #E6106C; }
span { border-color: rgb(230,16,108); }
td.TdClassName
{
border-color: #E6106C;
}
.TagClassName
{
border-color: #E6106C;
}
</style>