Shades of Ruby #E7176B
Tints of Ruby #E7176B
RGB
CMYK
RGB Variations
Color information
#E7176B (or 0xE7176B) is known color: Ruby. HEX triplet: E7, 17 and 6B. RGB value is (231,23,107). Sum of RGB (Red+Green+Blue) = 231+23+107=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E7176B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7176B is #18E894. Grayscale: #5E5E5E. Windows color (decimal): -1632405 or 7018471. OLE color: 7018471.
HSL color Cylindrical-coordinate representation of color #E7176B: hue angle of 335.77º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7176B is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 107 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.09 |
| HSL | 335.77º | 0.82% | 0.5% | - |
| HSV(B) | 335.77º | 0.9% | 0.91% | - |
| XYZ | 35.92 | 18.66 | 15.62 | - |
| YUV | 94.77 | 134.91 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 107 | 0 | 0.90 | 0.54 | 0.09 | 335.77 | 0.82 | 0.5 |
| Hex | E7 | 17 | 6B | 0 | 5A | 36 | 9 | 150 | 52 | 32 |
| Octal | 347 | 27 | 153 | 0 | 132 | 66 | 11 | 520 | 122 | 62 |
| Binary | 11100111 | 10111 | 1101011 | 0 | 1011010 | 110110 | 1001 | 101010000 | 1010010 | 110010 |
Color Harmonies of #E7176B
Complementary color
Monochromatic Colors of #E7176B
Black with #E7176B
Text Example
Text Example
White with #E7176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7176B; }
p { color: rgb(231,23,107); }
H1.HeaderClassName
{
color: #E7176B;
}
.AnyTagClassName
{
color: #E7176B;
}
</style>
background-color css
<style>
a { background-color: #E7176B; }
a { background-color: rgb(231,23,107); }
div.DivClassName
{
background-color: #E7176B;
}
.BgClassName
{
background-color: #E7176B;
}
</style>
border-color css
<style>
span { border-color: #E7176B; }
span { border-color: rgb(231,23,107); }
td.TdClassName
{
border-color: #E7176B;
}
.TagClassName
{
border-color: #E7176B;
}
</style>