Shades of Ruby #E7117B
Tints of Ruby #E7117B
RGB
CMYK
RGB Variations
Color information
#E7117B (or 0xE7117B) is known color: Ruby. HEX triplet: E7, 11 and 7B. RGB value is (231,17,123). Sum of RGB (Red+Green+Blue) = 231+17+123=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E7117B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7117B is #18EE84. Grayscale: #5C5C5C. Windows color (decimal): -1633925 or 8065511. OLE color: 8065511.
HSL color Cylindrical-coordinate representation of color #E7117B: hue angle of 330.28º 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 #E7117B is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 123 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.09 |
| HSL | 330.28º | 0.86% | 0.49% | - |
| HSV(B) | 330.28º | 0.93% | 0.91% | - |
| XYZ | 36.73 | 18.82 | 20.44 | - |
| YUV | 93.07 | 144.9 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 123 | 0 | 0.93 | 0.47 | 0.09 | 330.28 | 0.86 | 0.49 |
| Hex | E7 | 11 | 7B | 0 | 5D | 2F | 9 | 14A | 56 | 31 |
| Octal | 347 | 21 | 173 | 0 | 135 | 57 | 11 | 512 | 126 | 61 |
| Binary | 11100111 | 10001 | 1111011 | 0 | 1011101 | 101111 | 1001 | 101001010 | 1010110 | 110001 |
Color Harmonies of #E7117B
Complementary color
Monochromatic Colors of #E7117B
Black with #E7117B
Text Example
Text Example
White with #E7117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7117B; }
p { color: rgb(231,17,123); }
H1.HeaderClassName
{
color: #E7117B;
}
.AnyTagClassName
{
color: #E7117B;
}
</style>
background-color css
<style>
a { background-color: #E7117B; }
a { background-color: rgb(231,17,123); }
div.DivClassName
{
background-color: #E7117B;
}
.BgClassName
{
background-color: #E7117B;
}
</style>
border-color css
<style>
span { border-color: #E7117B; }
span { border-color: rgb(231,17,123); }
td.TdClassName
{
border-color: #E7117B;
}
.TagClassName
{
border-color: #E7117B;
}
</style>