Shades of Ruby #E7117D
Tints of Ruby #E7117D
RGB
CMYK
RGB Variations
Color information
#E7117D (or 0xE7117D) is known color: Ruby. HEX triplet: E7, 11 and 7D. RGB value is (231,17,125). Sum of RGB (Red+Green+Blue) = 231+17+125=373 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.93% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 231 - color contains mainly: red. Hex color #E7117D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7117D is #18EE82. Grayscale: #5D5D5D. Windows color (decimal): -1633923 or 8196583. OLE color: 8196583.
HSL color Cylindrical-coordinate representation of color #E7117D: hue angle of 329.72º 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 #E7117D is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 125 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.09 |
| HSL | 329.72º | 0.86% | 0.49% | - |
| HSV(B) | 329.72º | 0.93% | 0.91% | - |
| XYZ | 36.86 | 18.87 | 21.1 | - |
| YUV | 93.3 | 145.9 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 125 | 0 | 0.93 | 0.46 | 0.09 | 329.72 | 0.86 | 0.49 |
| Hex | E7 | 11 | 7D | 0 | 5D | 2E | 9 | 14A | 56 | 31 |
| Octal | 347 | 21 | 175 | 0 | 135 | 56 | 11 | 512 | 126 | 61 |
| Binary | 11100111 | 10001 | 1111101 | 0 | 1011101 | 101110 | 1001 | 101001010 | 1010110 | 110001 |
Color Harmonies of #E7117D
Complementary color
Monochromatic Colors of #E7117D
Black with #E7117D
Text Example
Text Example
White with #E7117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7117D; }
p { color: rgb(231,17,125); }
H1.HeaderClassName
{
color: #E7117D;
}
.AnyTagClassName
{
color: #E7117D;
}
</style>
background-color css
<style>
a { background-color: #E7117D; }
a { background-color: rgb(231,17,125); }
div.DivClassName
{
background-color: #E7117D;
}
.BgClassName
{
background-color: #E7117D;
}
</style>
border-color css
<style>
span { border-color: #E7117D; }
span { border-color: rgb(231,17,125); }
td.TdClassName
{
border-color: #E7117D;
}
.TagClassName
{
border-color: #E7117D;
}
</style>