Shades of Ruby #E8176F
Tints of Ruby #E8176F
RGB
CMYK
RGB Variations
Color information
#E8176F (or 0xE8176F) is known color: Ruby. HEX triplet: E8, 17 and 6F. RGB value is (232,23,111). Sum of RGB (Red+Green+Blue) = 232+23+111=366 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.39% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 232 - color contains mainly: red. Hex color #E8176F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8176F is #17E890. Grayscale: #5F5F5F. Windows color (decimal): -1566865 or 7280616. OLE color: 7280616.
HSL color Cylindrical-coordinate representation of color #E8176F: hue angle of 334.74º 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 #E8176F is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 111 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.09 |
| HSL | 334.74º | 0.82% | 0.5% | - |
| HSV(B) | 334.74º | 0.9% | 0.91% | - |
| XYZ | 36.45 | 18.92 | 16.77 | - |
| YUV | 95.52 | 136.74 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 111 | 0 | 0.90 | 0.52 | 0.09 | 334.74 | 0.82 | 0.5 |
| Hex | E8 | 17 | 6F | 0 | 5A | 34 | 9 | 14F | 52 | 32 |
| Octal | 350 | 27 | 157 | 0 | 132 | 64 | 11 | 517 | 122 | 62 |
| Binary | 11101000 | 10111 | 1101111 | 0 | 1011010 | 110100 | 1001 | 101001111 | 1010010 | 110010 |
Color Harmonies of #E8176F
Complementary color
Monochromatic Colors of #E8176F
Black with #E8176F
Text Example
Text Example
White with #E8176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8176F; }
p { color: rgb(232,23,111); }
H1.HeaderClassName
{
color: #E8176F;
}
.AnyTagClassName
{
color: #E8176F;
}
</style>
background-color css
<style>
a { background-color: #E8176F; }
a { background-color: rgb(232,23,111); }
div.DivClassName
{
background-color: #E8176F;
}
.BgClassName
{
background-color: #E8176F;
}
</style>
border-color css
<style>
span { border-color: #E8176F; }
span { border-color: rgb(232,23,111); }
td.TdClassName
{
border-color: #E8176F;
}
.TagClassName
{
border-color: #E8176F;
}
</style>