Shades of Ruby #E8116B
Tints of Ruby #E8116B
RGB
CMYK
RGB Variations
Color information
#E8116B (or 0xE8116B) is known color: Ruby. HEX triplet: E8, 11 and 6B. RGB value is (232,17,107). Sum of RGB (Red+Green+Blue) = 232+17+107=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E8116B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8116B is #17EE94. Grayscale: #5B5B5B. Windows color (decimal): -1568405 or 7016936. OLE color: 7016936.
HSL color Cylindrical-coordinate representation of color #E8116B: hue angle of 334.88º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E8116B is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 107 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.09 |
| HSL | 334.88º | 0.86% | 0.49% | - |
| HSV(B) | 334.88º | 0.93% | 0.91% | - |
| XYZ | 36.13 | 18.62 | 15.6 | - |
| YUV | 91.55 | 136.73 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 107 | 0 | 0.93 | 0.54 | 0.09 | 334.88 | 0.86 | 0.49 |
| Hex | E8 | 11 | 6B | 0 | 5D | 36 | 9 | 14F | 56 | 31 |
| Octal | 350 | 21 | 153 | 0 | 135 | 66 | 11 | 517 | 126 | 61 |
| Binary | 11101000 | 10001 | 1101011 | 0 | 1011101 | 110110 | 1001 | 101001111 | 1010110 | 110001 |
Color Harmonies of #E8116B
Complementary color
Monochromatic Colors of #E8116B
Black with #E8116B
Text Example
Text Example
White with #E8116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8116B; }
p { color: rgb(232,17,107); }
H1.HeaderClassName
{
color: #E8116B;
}
.AnyTagClassName
{
color: #E8116B;
}
</style>
background-color css
<style>
a { background-color: #E8116B; }
a { background-color: rgb(232,17,107); }
div.DivClassName
{
background-color: #E8116B;
}
.BgClassName
{
background-color: #E8116B;
}
</style>
border-color css
<style>
span { border-color: #E8116B; }
span { border-color: rgb(232,17,107); }
td.TdClassName
{
border-color: #E8116B;
}
.TagClassName
{
border-color: #E8116B;
}
</style>