Shades of Ruby #E6167C
Tints of Ruby #E6167C
RGB
CMYK
RGB Variations
Color information
#E6167C (or 0xE6167C) is known color: Ruby. HEX triplet: E6, 16 and 7C. RGB value is (230,22,124). Sum of RGB (Red+Green+Blue) = 230+22+124=376 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.17% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 230 - color contains mainly: red. Hex color #E6167C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6167C is #19E983. Grayscale: #5F5F5F. Windows color (decimal): -1698180 or 8132326. OLE color: 8132326.
HSL color Cylindrical-coordinate representation of color #E6167C: hue angle of 330.58º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6167C is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 124 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.10 |
| HSL | 330.58º | 0.83% | 0.49% | - |
| HSV(B) | 330.58º | 0.9% | 0.9% | - |
| XYZ | 36.56 | 18.85 | 20.78 | - |
| YUV | 95.82 | 143.91 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 124 | 0 | 0.90 | 0.46 | 0.10 | 330.58 | 0.83 | 0.49 |
| Hex | E6 | 16 | 7C | 0 | 5A | 2E | A | 14B | 53 | 31 |
| Octal | 346 | 26 | 174 | 0 | 132 | 56 | 12 | 513 | 123 | 61 |
| Binary | 11100110 | 10110 | 1111100 | 0 | 1011010 | 101110 | 1010 | 101001011 | 1010011 | 110001 |
Color Harmonies of #E6167C
Complementary color
Monochromatic Colors of #E6167C
Black with #E6167C
Text Example
Text Example
White with #E6167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6167C; }
p { color: rgb(230,22,124); }
H1.HeaderClassName
{
color: #E6167C;
}
.AnyTagClassName
{
color: #E6167C;
}
</style>
background-color css
<style>
a { background-color: #E6167C; }
a { background-color: rgb(230,22,124); }
div.DivClassName
{
background-color: #E6167C;
}
.BgClassName
{
background-color: #E6167C;
}
</style>
border-color css
<style>
span { border-color: #E6167C; }
span { border-color: rgb(230,22,124); }
td.TdClassName
{
border-color: #E6167C;
}
.TagClassName
{
border-color: #E6167C;
}
</style>