Shades of Ruby #E8166A
Tints of Ruby #E8166A
RGB
CMYK
RGB Variations
Color information
#E8166A (or 0xE8166A) is known color: Ruby. HEX triplet: E8, 16 and 6A. RGB value is (232,22,106). Sum of RGB (Red+Green+Blue) = 232+22+106=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E8166A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8166A is #17E995. Grayscale: #5E5E5E. Windows color (decimal): -1567126 or 6952680. OLE color: 6952680.
HSL color Cylindrical-coordinate representation of color #E8166A: hue angle of 336º 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 #E8166A is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 106 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.09 |
| HSL | 336º | 0.83% | 0.5% | - |
| HSV(B) | 336º | 0.91% | 0.91% | - |
| XYZ | 36.17 | 18.77 | 15.35 | - |
| YUV | 94.37 | 134.57 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 106 | 0 | 0.91 | 0.54 | 0.09 | 336 | 0.83 | 0.5 |
| Hex | E8 | 16 | 6A | 0 | 5B | 36 | 9 | 150 | 53 | 32 |
| Octal | 350 | 26 | 152 | 0 | 133 | 66 | 11 | 520 | 123 | 62 |
| Binary | 11101000 | 10110 | 1101010 | 0 | 1011011 | 110110 | 1001 | 101010000 | 1010011 | 110010 |
Color Harmonies of #E8166A
Complementary color
Monochromatic Colors of #E8166A
Black with #E8166A
Text Example
Text Example
White with #E8166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8166A; }
p { color: rgb(232,22,106); }
H1.HeaderClassName
{
color: #E8166A;
}
.AnyTagClassName
{
color: #E8166A;
}
</style>
background-color css
<style>
a { background-color: #E8166A; }
a { background-color: rgb(232,22,106); }
div.DivClassName
{
background-color: #E8166A;
}
.BgClassName
{
background-color: #E8166A;
}
</style>
border-color css
<style>
span { border-color: #E8166A; }
span { border-color: rgb(232,22,106); }
td.TdClassName
{
border-color: #E8166A;
}
.TagClassName
{
border-color: #E8166A;
}
</style>