Shades of Ruby #E6117B
Tints of Ruby #E6117B
RGB
CMYK
RGB Variations
Color information
#E6117B (or 0xE6117B) is known color: Ruby. HEX triplet: E6, 11 and 7B. RGB value is (230,17,123). Sum of RGB (Red+Green+Blue) = 230+17+123=370 (49% of max value = 765). Red value is 230 (90.23% from 255 or 62.16% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 230 - color contains mainly: red. Hex color #E6117B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6117B is #19EE84. Grayscale: #5C5C5C. Windows color (decimal): -1699461 or 8065510. OLE color: 8065510.
HSL color Cylindrical-coordinate representation of color #E6117B: hue angle of 330.14º 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 #E6117B is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 123 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.10 |
| HSL | 330.14º | 0.86% | 0.48% | - |
| HSV(B) | 330.14º | 0.93% | 0.9% | - |
| XYZ | 36.41 | 18.65 | 20.42 | - |
| YUV | 92.77 | 145.07 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 123 | 0 | 0.93 | 0.47 | 0.10 | 330.14 | 0.86 | 0.48 |
| Hex | E6 | 11 | 7B | 0 | 5D | 2F | A | 14A | 56 | 30 |
| Octal | 346 | 21 | 173 | 0 | 135 | 57 | 12 | 512 | 126 | 60 |
| Binary | 11100110 | 10001 | 1111011 | 0 | 1011101 | 101111 | 1010 | 101001010 | 1010110 | 110000 |
Color Harmonies of #E6117B
Complementary color
Monochromatic Colors of #E6117B
Black with #E6117B
Text Example
Text Example
White with #E6117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6117B; }
p { color: rgb(230,17,123); }
H1.HeaderClassName
{
color: #E6117B;
}
.AnyTagClassName
{
color: #E6117B;
}
</style>
background-color css
<style>
a { background-color: #E6117B; }
a { background-color: rgb(230,17,123); }
div.DivClassName
{
background-color: #E6117B;
}
.BgClassName
{
background-color: #E6117B;
}
</style>
border-color css
<style>
span { border-color: #E6117B; }
span { border-color: rgb(230,17,123); }
td.TdClassName
{
border-color: #E6117B;
}
.TagClassName
{
border-color: #E6117B;
}
</style>