Shades of Ruby #E8166E
Tints of Ruby #E8166E
RGB
CMYK
RGB Variations
Color information
#E8166E (or 0xE8166E) is known color: Ruby. HEX triplet: E8, 16 and 6E. RGB value is (232,22,110). Sum of RGB (Red+Green+Blue) = 232+22+110=364 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.74% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 232 - color contains mainly: red. Hex color #E8166E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8166E is #17E991. Grayscale: #5E5E5E. Windows color (decimal): -1567122 or 7214824. OLE color: 7214824.
HSL color Cylindrical-coordinate representation of color #E8166E: hue angle of 334.86º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8166E is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 110 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.09 |
| HSL | 334.86º | 0.83% | 0.5% | - |
| HSV(B) | 334.86º | 0.91% | 0.91% | - |
| XYZ | 36.38 | 18.86 | 16.47 | - |
| YUV | 94.82 | 136.57 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 110 | 0 | 0.91 | 0.53 | 0.09 | 334.86 | 0.83 | 0.5 |
| Hex | E8 | 16 | 6E | 0 | 5B | 35 | 9 | 14F | 53 | 32 |
| Octal | 350 | 26 | 156 | 0 | 133 | 65 | 11 | 517 | 123 | 62 |
| Binary | 11101000 | 10110 | 1101110 | 0 | 1011011 | 110101 | 1001 | 101001111 | 1010011 | 110010 |
Color Harmonies of #E8166E
Complementary color
Monochromatic Colors of #E8166E
Black with #E8166E
Text Example
Text Example
White with #E8166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8166E; }
p { color: rgb(232,22,110); }
H1.HeaderClassName
{
color: #E8166E;
}
.AnyTagClassName
{
color: #E8166E;
}
</style>
background-color css
<style>
a { background-color: #E8166E; }
a { background-color: rgb(232,22,110); }
div.DivClassName
{
background-color: #E8166E;
}
.BgClassName
{
background-color: #E8166E;
}
</style>
border-color css
<style>
span { border-color: #E8166E; }
span { border-color: rgb(232,22,110); }
td.TdClassName
{
border-color: #E8166E;
}
.TagClassName
{
border-color: #E8166E;
}
</style>