Shades of Ruby #E6116C
Tints of Ruby #E6116C
RGB
CMYK
RGB Variations
Color information
#E6116C (or 0xE6116C) is known color: Ruby. HEX triplet: E6, 11 and 6C. RGB value is (230,17,108). Sum of RGB (Red+Green+Blue) = 230+17+108=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E6116C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6116C is #19EE93. Grayscale: #5A5A5A. Windows color (decimal): -1699476 or 7082470. OLE color: 7082470.
HSL color Cylindrical-coordinate representation of color #E6116C: hue angle of 334.37º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6116C is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 108 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.10 |
| HSL | 334.37º | 0.86% | 0.48% | - |
| HSV(B) | 334.37º | 0.93% | 0.9% | - |
| XYZ | 35.54 | 18.31 | 15.85 | - |
| YUV | 91.06 | 137.57 | 227.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 108 | 0 | 0.93 | 0.53 | 0.10 | 334.37 | 0.86 | 0.48 |
| Hex | E6 | 11 | 6C | 0 | 5D | 35 | A | 14E | 56 | 30 |
| Octal | 346 | 21 | 154 | 0 | 135 | 65 | 12 | 516 | 126 | 60 |
| Binary | 11100110 | 10001 | 1101100 | 0 | 1011101 | 110101 | 1010 | 101001110 | 1010110 | 110000 |
Color Harmonies of #E6116C
Complementary color
Monochromatic Colors of #E6116C
Black with #E6116C
Text Example
Text Example
White with #E6116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6116C; }
p { color: rgb(230,17,108); }
H1.HeaderClassName
{
color: #E6116C;
}
.AnyTagClassName
{
color: #E6116C;
}
</style>
background-color css
<style>
a { background-color: #E6116C; }
a { background-color: rgb(230,17,108); }
div.DivClassName
{
background-color: #E6116C;
}
.BgClassName
{
background-color: #E6116C;
}
</style>
border-color css
<style>
span { border-color: #E6116C; }
span { border-color: rgb(230,17,108); }
td.TdClassName
{
border-color: #E6116C;
}
.TagClassName
{
border-color: #E6116C;
}
</style>