Shades of Ruby #E6176D
Tints of Ruby #E6176D
RGB
CMYK
RGB Variations
Color information
#E6176D (or 0xE6176D) is known color: Ruby. HEX triplet: E6, 17 and 6D. RGB value is (230,23,109). Sum of RGB (Red+Green+Blue) = 230+23+109=362 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.54% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 230 - color contains mainly: red. Hex color #E6176D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6176D is #19E892. Grayscale: #5E5E5E. Windows color (decimal): -1697939 or 7149542. OLE color: 7149542.
HSL color Cylindrical-coordinate representation of color #E6176D: hue angle of 335.07º 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 #E6176D is Cyan = 0, Magento = 0.9, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 109 | - |
| CMYK | 0 | 0.9 | 0.53 | 0.10 |
| HSL | 335.07º | 0.82% | 0.5% | - |
| HSV(B) | 335.07º | 0.9% | 0.9% | - |
| XYZ | 35.7 | 18.54 | 16.16 | - |
| YUV | 94.7 | 136.08 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 109 | 0 | 0.9 | 0.53 | 0.10 | 335.07 | 0.82 | 0.5 |
| Hex | E6 | 17 | 6D | 0 | 5A | 35 | A | 14F | 52 | 32 |
| Octal | 346 | 27 | 155 | 0 | 132 | 65 | 12 | 517 | 122 | 62 |
| Binary | 11100110 | 10111 | 1101101 | 0 | 1011010 | 110101 | 1010 | 101001111 | 1010010 | 110010 |
Color Harmonies of #E6176D
Complementary color
Monochromatic Colors of #E6176D
Black with #E6176D
Text Example
Text Example
White with #E6176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6176D; }
p { color: rgb(230,23,109); }
H1.HeaderClassName
{
color: #E6176D;
}
.AnyTagClassName
{
color: #E6176D;
}
</style>
background-color css
<style>
a { background-color: #E6176D; }
a { background-color: rgb(230,23,109); }
div.DivClassName
{
background-color: #E6176D;
}
.BgClassName
{
background-color: #E6176D;
}
</style>
border-color css
<style>
span { border-color: #E6176D; }
span { border-color: rgb(230,23,109); }
td.TdClassName
{
border-color: #E6176D;
}
.TagClassName
{
border-color: #E6176D;
}
</style>