Shades of Ruby #E7176F
Tints of Ruby #E7176F
RGB
CMYK
RGB Variations
Color information
#E7176F (or 0xE7176F) is known color: Ruby. HEX triplet: E7, 17 and 6F. RGB value is (231,23,111). Sum of RGB (Red+Green+Blue) = 231+23+111=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E7176F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7176F is #18E890. Grayscale: #5F5F5F. Windows color (decimal): -1632401 or 7280615. OLE color: 7280615.
HSL color Cylindrical-coordinate representation of color #E7176F: hue angle of 334.62º 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 #E7176F is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 111 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.09 |
| HSL | 334.62º | 0.82% | 0.5% | - |
| HSV(B) | 334.62º | 0.9% | 0.91% | - |
| XYZ | 36.13 | 18.75 | 16.75 | - |
| YUV | 95.22 | 136.91 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 111 | 0 | 0.90 | 0.52 | 0.09 | 334.62 | 0.82 | 0.5 |
| Hex | E7 | 17 | 6F | 0 | 5A | 34 | 9 | 14F | 52 | 32 |
| Octal | 347 | 27 | 157 | 0 | 132 | 64 | 11 | 517 | 122 | 62 |
| Binary | 11100111 | 10111 | 1101111 | 0 | 1011010 | 110100 | 1001 | 101001111 | 1010010 | 110010 |
Color Harmonies of #E7176F
Complementary color
Monochromatic Colors of #E7176F
Black with #E7176F
Text Example
Text Example
White with #E7176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7176F; }
p { color: rgb(231,23,111); }
H1.HeaderClassName
{
color: #E7176F;
}
.AnyTagClassName
{
color: #E7176F;
}
</style>
background-color css
<style>
a { background-color: #E7176F; }
a { background-color: rgb(231,23,111); }
div.DivClassName
{
background-color: #E7176F;
}
.BgClassName
{
background-color: #E7176F;
}
</style>
border-color css
<style>
span { border-color: #E7176F; }
span { border-color: rgb(231,23,111); }
td.TdClassName
{
border-color: #E7176F;
}
.TagClassName
{
border-color: #E7176F;
}
</style>