Shades of Ruby #E8117C
Tints of Ruby #E8117C
RGB
CMYK
RGB Variations
Color information
#E8117C (or 0xE8117C) is known color: Ruby. HEX triplet: E8, 11 and 7C. RGB value is (232,17,124). Sum of RGB (Red+Green+Blue) = 232+17+124=373 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.20% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 232 - color contains mainly: red. Hex color #E8117C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8117C is #17EE83. Grayscale: #5D5D5D. Windows color (decimal): -1568388 or 8131048. OLE color: 8131048.
HSL color Cylindrical-coordinate representation of color #E8117C: hue angle of 330.14º 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 #E8117C is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 124 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.09 |
| HSL | 330.14º | 0.86% | 0.49% | - |
| HSV(B) | 330.14º | 0.93% | 0.91% | - |
| XYZ | 37.12 | 19.01 | 20.78 | - |
| YUV | 93.48 | 145.23 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 124 | 0 | 0.93 | 0.47 | 0.09 | 330.14 | 0.86 | 0.49 |
| Hex | E8 | 11 | 7C | 0 | 5D | 2F | 9 | 14A | 56 | 31 |
| Octal | 350 | 21 | 174 | 0 | 135 | 57 | 11 | 512 | 126 | 61 |
| Binary | 11101000 | 10001 | 1111100 | 0 | 1011101 | 101111 | 1001 | 101001010 | 1010110 | 110001 |
Color Harmonies of #E8117C
Complementary color
Monochromatic Colors of #E8117C
Black with #E8117C
Text Example
Text Example
White with #E8117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8117C; }
p { color: rgb(232,17,124); }
H1.HeaderClassName
{
color: #E8117C;
}
.AnyTagClassName
{
color: #E8117C;
}
</style>
background-color css
<style>
a { background-color: #E8117C; }
a { background-color: rgb(232,17,124); }
div.DivClassName
{
background-color: #E8117C;
}
.BgClassName
{
background-color: #E8117C;
}
</style>
border-color css
<style>
span { border-color: #E8117C; }
span { border-color: rgb(232,17,124); }
td.TdClassName
{
border-color: #E8117C;
}
.TagClassName
{
border-color: #E8117C;
}
</style>