Shades of Ruby #E6176B
Tints of Ruby #E6176B
RGB
CMYK
RGB Variations
Color information
#E6176B (or 0xE6176B) is known color: Ruby. HEX triplet: E6, 17 and 6B. RGB value is (230,23,107). Sum of RGB (Red+Green+Blue) = 230+23+107=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E6176B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6176B is #19E894. Grayscale: #5E5E5E. Windows color (decimal): -1697941 or 7018470. OLE color: 7018470.
HSL color Cylindrical-coordinate representation of color #E6176B: hue angle of 335.65º 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 #E6176B is Cyan = 0, Magento = 0.9, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 107 | - |
| CMYK | 0 | 0.9 | 0.53 | 0.10 |
| HSL | 335.65º | 0.82% | 0.5% | - |
| HSV(B) | 335.65º | 0.9% | 0.9% | - |
| XYZ | 35.59 | 18.5 | 15.6 | - |
| YUV | 94.47 | 135.08 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 107 | 0 | 0.9 | 0.53 | 0.10 | 335.65 | 0.82 | 0.5 |
| Hex | E6 | 17 | 6B | 0 | 5A | 35 | A | 150 | 52 | 32 |
| Octal | 346 | 27 | 153 | 0 | 132 | 65 | 12 | 520 | 122 | 62 |
| Binary | 11100110 | 10111 | 1101011 | 0 | 1011010 | 110101 | 1010 | 101010000 | 1010010 | 110010 |
Color Harmonies of #E6176B
Complementary color
Monochromatic Colors of #E6176B
Black with #E6176B
Text Example
Text Example
White with #E6176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6176B; }
p { color: rgb(230,23,107); }
H1.HeaderClassName
{
color: #E6176B;
}
.AnyTagClassName
{
color: #E6176B;
}
</style>
background-color css
<style>
a { background-color: #E6176B; }
a { background-color: rgb(230,23,107); }
div.DivClassName
{
background-color: #E6176B;
}
.BgClassName
{
background-color: #E6176B;
}
</style>
border-color css
<style>
span { border-color: #E6176B; }
span { border-color: rgb(230,23,107); }
td.TdClassName
{
border-color: #E6176B;
}
.TagClassName
{
border-color: #E6176B;
}
</style>