Shades of Ruby #E6166E
Tints of Ruby #E6166E
RGB
CMYK
RGB Variations
Color information
#E6166E (or 0xE6166E) is known color: Ruby. HEX triplet: E6, 16 and 6E. RGB value is (230,22,110). Sum of RGB (Red+Green+Blue) = 230+22+110=362 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.54% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 230 - color contains mainly: red. Hex color #E6166E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6166E is #19E991. Grayscale: #5E5E5E. Windows color (decimal): -1698194 or 7214822. OLE color: 7214822.
HSL color Cylindrical-coordinate representation of color #E6166E: hue angle of 334.62º 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 #E6166E is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 110 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.10 |
| HSL | 334.62º | 0.83% | 0.49% | - |
| HSV(B) | 334.62º | 0.9% | 0.9% | - |
| XYZ | 35.73 | 18.52 | 16.44 | - |
| YUV | 94.22 | 136.91 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 110 | 0 | 0.90 | 0.52 | 0.10 | 334.62 | 0.83 | 0.49 |
| Hex | E6 | 16 | 6E | 0 | 5A | 34 | A | 14F | 53 | 31 |
| Octal | 346 | 26 | 156 | 0 | 132 | 64 | 12 | 517 | 123 | 61 |
| Binary | 11100110 | 10110 | 1101110 | 0 | 1011010 | 110100 | 1010 | 101001111 | 1010011 | 110001 |
Color Harmonies of #E6166E
Complementary color
Monochromatic Colors of #E6166E
Black with #E6166E
Text Example
Text Example
White with #E6166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6166E; }
p { color: rgb(230,22,110); }
H1.HeaderClassName
{
color: #E6166E;
}
.AnyTagClassName
{
color: #E6166E;
}
</style>
background-color css
<style>
a { background-color: #E6166E; }
a { background-color: rgb(230,22,110); }
div.DivClassName
{
background-color: #E6166E;
}
.BgClassName
{
background-color: #E6166E;
}
</style>
border-color css
<style>
span { border-color: #E6166E; }
span { border-color: rgb(230,22,110); }
td.TdClassName
{
border-color: #E6166E;
}
.TagClassName
{
border-color: #E6166E;
}
</style>