Shades of Ruby #E6166D
Tints of Ruby #E6166D
RGB
CMYK
RGB Variations
Color information
#E6166D (or 0xE6166D) is known color: Ruby. HEX triplet: E6, 16 and 6D. RGB value is (230,22,109). Sum of RGB (Red+Green+Blue) = 230+22+109=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E6166D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6166D is #19E992. Grayscale: #5D5D5D. Windows color (decimal): -1698195 or 7149286. OLE color: 7149286.
HSL color Cylindrical-coordinate representation of color #E6166D: hue angle of 334.9º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6166D is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 109 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.10 |
| HSL | 334.9º | 0.83% | 0.49% | - |
| HSV(B) | 334.9º | 0.9% | 0.9% | - |
| XYZ | 35.68 | 18.5 | 16.16 | - |
| YUV | 94.11 | 136.41 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 109 | 0 | 0.90 | 0.53 | 0.10 | 334.9 | 0.83 | 0.49 |
| Hex | E6 | 16 | 6D | 0 | 5A | 35 | A | 14F | 53 | 31 |
| Octal | 346 | 26 | 155 | 0 | 132 | 65 | 12 | 517 | 123 | 61 |
| Binary | 11100110 | 10110 | 1101101 | 0 | 1011010 | 110101 | 1010 | 101001111 | 1010011 | 110001 |
Color Harmonies of #E6166D
Complementary color
Monochromatic Colors of #E6166D
Black with #E6166D
Text Example
Text Example
White with #E6166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6166D; }
p { color: rgb(230,22,109); }
H1.HeaderClassName
{
color: #E6166D;
}
.AnyTagClassName
{
color: #E6166D;
}
</style>
background-color css
<style>
a { background-color: #E6166D; }
a { background-color: rgb(230,22,109); }
div.DivClassName
{
background-color: #E6166D;
}
.BgClassName
{
background-color: #E6166D;
}
</style>
border-color css
<style>
span { border-color: #E6166D; }
span { border-color: rgb(230,22,109); }
td.TdClassName
{
border-color: #E6166D;
}
.TagClassName
{
border-color: #E6166D;
}
</style>