Shades of Ruby #E7176D
Tints of Ruby #E7176D
RGB
CMYK
RGB Variations
Color information
#E7176D (or 0xE7176D) is known color: Ruby. HEX triplet: E7, 17 and 6D. RGB value is (231,23,109). Sum of RGB (Red+Green+Blue) = 231+23+109=363 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.64% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 231 - color contains mainly: red. Hex color #E7176D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7176D is #18E892. Grayscale: #5E5E5E. Windows color (decimal): -1632403 or 7149543. OLE color: 7149543.
HSL color Cylindrical-coordinate representation of color #E7176D: hue angle of 335.19º 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 #E7176D is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 109 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.09 |
| HSL | 335.19º | 0.82% | 0.5% | - |
| HSV(B) | 335.19º | 0.9% | 0.91% | - |
| XYZ | 36.02 | 18.71 | 16.18 | - |
| YUV | 95 | 135.91 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 109 | 0 | 0.90 | 0.53 | 0.09 | 335.19 | 0.82 | 0.5 |
| Hex | E7 | 17 | 6D | 0 | 5A | 35 | 9 | 14F | 52 | 32 |
| Octal | 347 | 27 | 155 | 0 | 132 | 65 | 11 | 517 | 122 | 62 |
| Binary | 11100111 | 10111 | 1101101 | 0 | 1011010 | 110101 | 1001 | 101001111 | 1010010 | 110010 |
Color Harmonies of #E7176D
Complementary color
Monochromatic Colors of #E7176D
Black with #E7176D
Text Example
Text Example
White with #E7176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7176D; }
p { color: rgb(231,23,109); }
H1.HeaderClassName
{
color: #E7176D;
}
.AnyTagClassName
{
color: #E7176D;
}
</style>
background-color css
<style>
a { background-color: #E7176D; }
a { background-color: rgb(231,23,109); }
div.DivClassName
{
background-color: #E7176D;
}
.BgClassName
{
background-color: #E7176D;
}
</style>
border-color css
<style>
span { border-color: #E7176D; }
span { border-color: rgb(231,23,109); }
td.TdClassName
{
border-color: #E7176D;
}
.TagClassName
{
border-color: #E7176D;
}
</style>