Shades of Ruby #E6176C
Tints of Ruby #E6176C
RGB
CMYK
RGB Variations
Color information
#E6176C (or 0xE6176C) is known color: Ruby. HEX triplet: E6, 17 and 6C. RGB value is (230,23,108). Sum of RGB (Red+Green+Blue) = 230+23+108=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E6176C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6176C is #19E893. Grayscale: #5E5E5E. Windows color (decimal): -1697940 or 7084006. OLE color: 7084006.
HSL color Cylindrical-coordinate representation of color #E6176C: hue angle of 335.36º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6176C is Cyan = 0, Magento = 0.9, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 108 | - |
| CMYK | 0 | 0.9 | 0.53 | 0.10 |
| HSL | 335.36º | 0.82% | 0.5% | - |
| HSV(B) | 335.36º | 0.9% | 0.9% | - |
| XYZ | 35.65 | 18.52 | 15.88 | - |
| YUV | 94.58 | 135.58 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 108 | 0 | 0.9 | 0.53 | 0.10 | 335.36 | 0.82 | 0.5 |
| Hex | E6 | 17 | 6C | 0 | 5A | 35 | A | 14F | 52 | 32 |
| Octal | 346 | 27 | 154 | 0 | 132 | 65 | 12 | 517 | 122 | 62 |
| Binary | 11100110 | 10111 | 1101100 | 0 | 1011010 | 110101 | 1010 | 101001111 | 1010010 | 110010 |
Color Harmonies of #E6176C
Complementary color
Monochromatic Colors of #E6176C
Black with #E6176C
Text Example
Text Example
White with #E6176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6176C; }
p { color: rgb(230,23,108); }
H1.HeaderClassName
{
color: #E6176C;
}
.AnyTagClassName
{
color: #E6176C;
}
</style>
background-color css
<style>
a { background-color: #E6176C; }
a { background-color: rgb(230,23,108); }
div.DivClassName
{
background-color: #E6176C;
}
.BgClassName
{
background-color: #E6176C;
}
</style>
border-color css
<style>
span { border-color: #E6176C; }
span { border-color: rgb(230,23,108); }
td.TdClassName
{
border-color: #E6176C;
}
.TagClassName
{
border-color: #E6176C;
}
</style>