Shades of Ruby #E8116D
Tints of Ruby #E8116D
RGB
CMYK
RGB Variations
Color information
#E8116D (or 0xE8116D) is known color: Ruby. HEX triplet: E8, 11 and 6D. RGB value is (232,17,109). Sum of RGB (Red+Green+Blue) = 232+17+109=358 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.80% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 232 - color contains mainly: red. Hex color #E8116D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8116D is #17EE92. Grayscale: #5B5B5B. Windows color (decimal): -1568403 or 7148008. OLE color: 7148008.
HSL color Cylindrical-coordinate representation of color #E8116D: hue angle of 334.33º 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 #E8116D is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 109 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.09 |
| HSL | 334.33º | 0.86% | 0.49% | - |
| HSV(B) | 334.33º | 0.93% | 0.91% | - |
| XYZ | 36.24 | 18.66 | 16.16 | - |
| YUV | 91.77 | 137.73 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 109 | 0 | 0.93 | 0.53 | 0.09 | 334.33 | 0.86 | 0.49 |
| Hex | E8 | 11 | 6D | 0 | 5D | 35 | 9 | 14E | 56 | 31 |
| Octal | 350 | 21 | 155 | 0 | 135 | 65 | 11 | 516 | 126 | 61 |
| Binary | 11101000 | 10001 | 1101101 | 0 | 1011101 | 110101 | 1001 | 101001110 | 1010110 | 110001 |
Color Harmonies of #E8116D
Complementary color
Monochromatic Colors of #E8116D
Black with #E8116D
Text Example
Text Example
White with #E8116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8116D; }
p { color: rgb(232,17,109); }
H1.HeaderClassName
{
color: #E8116D;
}
.AnyTagClassName
{
color: #E8116D;
}
</style>
background-color css
<style>
a { background-color: #E8116D; }
a { background-color: rgb(232,17,109); }
div.DivClassName
{
background-color: #E8116D;
}
.BgClassName
{
background-color: #E8116D;
}
</style>
border-color css
<style>
span { border-color: #E8116D; }
span { border-color: rgb(232,17,109); }
td.TdClassName
{
border-color: #E8116D;
}
.TagClassName
{
border-color: #E8116D;
}
</style>