Shades of Ruby #E6116B
Tints of Ruby #E6116B
RGB
CMYK
RGB Variations
Color information
#E6116B (or 0xE6116B) is known color: Ruby. HEX triplet: E6, 11 and 6B. RGB value is (230,17,107). Sum of RGB (Red+Green+Blue) = 230+17+107=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E6116B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6116B is #19EE94. Grayscale: #5A5A5A. Windows color (decimal): -1699477 or 7016934. OLE color: 7016934.
HSL color Cylindrical-coordinate representation of color #E6116B: hue angle of 334.65º 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 #E6116B is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 107 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.10 |
| HSL | 334.65º | 0.86% | 0.48% | - |
| HSV(B) | 334.65º | 0.93% | 0.9% | - |
| XYZ | 35.49 | 18.29 | 15.57 | - |
| YUV | 90.95 | 137.07 | 227.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 107 | 0 | 0.93 | 0.53 | 0.10 | 334.65 | 0.86 | 0.48 |
| Hex | E6 | 11 | 6B | 0 | 5D | 35 | A | 14F | 56 | 30 |
| Octal | 346 | 21 | 153 | 0 | 135 | 65 | 12 | 517 | 126 | 60 |
| Binary | 11100110 | 10001 | 1101011 | 0 | 1011101 | 110101 | 1010 | 101001111 | 1010110 | 110000 |
Color Harmonies of #E6116B
Complementary color
Monochromatic Colors of #E6116B
Black with #E6116B
Text Example
Text Example
White with #E6116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6116B; }
p { color: rgb(230,17,107); }
H1.HeaderClassName
{
color: #E6116B;
}
.AnyTagClassName
{
color: #E6116B;
}
</style>
background-color css
<style>
a { background-color: #E6116B; }
a { background-color: rgb(230,17,107); }
div.DivClassName
{
background-color: #E6116B;
}
.BgClassName
{
background-color: #E6116B;
}
</style>
border-color css
<style>
span { border-color: #E6116B; }
span { border-color: rgb(230,17,107); }
td.TdClassName
{
border-color: #E6116B;
}
.TagClassName
{
border-color: #E6116B;
}
</style>