Shades of Ruby #E8166C
Tints of Ruby #E8166C
RGB
CMYK
RGB Variations
Color information
#E8166C (or 0xE8166C) is known color: Ruby. HEX triplet: E8, 16 and 6C. RGB value is (232,22,108). Sum of RGB (Red+Green+Blue) = 232+22+108=362 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.09% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 232 - color contains mainly: red. Hex color #E8166C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8166C is #17E993. Grayscale: #5E5E5E. Windows color (decimal): -1567124 or 7083752. OLE color: 7083752.
HSL color Cylindrical-coordinate representation of color #E8166C: hue angle of 335.43º 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 #E8166C is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 108 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.09 |
| HSL | 335.43º | 0.83% | 0.5% | - |
| HSV(B) | 335.43º | 0.91% | 0.91% | - |
| XYZ | 36.27 | 18.81 | 15.91 | - |
| YUV | 94.59 | 135.57 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 108 | 0 | 0.91 | 0.53 | 0.09 | 335.43 | 0.83 | 0.5 |
| Hex | E8 | 16 | 6C | 0 | 5B | 35 | 9 | 14F | 53 | 32 |
| Octal | 350 | 26 | 154 | 0 | 133 | 65 | 11 | 517 | 123 | 62 |
| Binary | 11101000 | 10110 | 1101100 | 0 | 1011011 | 110101 | 1001 | 101001111 | 1010011 | 110010 |
Color Harmonies of #E8166C
Complementary color
Monochromatic Colors of #E8166C
Black with #E8166C
Text Example
Text Example
White with #E8166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8166C; }
p { color: rgb(232,22,108); }
H1.HeaderClassName
{
color: #E8166C;
}
.AnyTagClassName
{
color: #E8166C;
}
</style>
background-color css
<style>
a { background-color: #E8166C; }
a { background-color: rgb(232,22,108); }
div.DivClassName
{
background-color: #E8166C;
}
.BgClassName
{
background-color: #E8166C;
}
</style>
border-color css
<style>
span { border-color: #E8166C; }
span { border-color: rgb(232,22,108); }
td.TdClassName
{
border-color: #E8166C;
}
.TagClassName
{
border-color: #E8166C;
}
</style>