Shades of Ruby #E6117A
Tints of Ruby #E6117A
RGB
CMYK
RGB Variations
Color information
#E6117A (or 0xE6117A) is known color: Ruby. HEX triplet: E6, 11 and 7A. RGB value is (230,17,122). Sum of RGB (Red+Green+Blue) = 230+17+122=369 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.33% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 230 - color contains mainly: red. Hex color #E6117A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6117A is #19EE85. Grayscale: #5C5C5C. Windows color (decimal): -1699462 or 7999974. OLE color: 7999974.
HSL color Cylindrical-coordinate representation of color #E6117A: hue angle of 330.42º 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 #E6117A is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 122 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.10 |
| HSL | 330.42º | 0.86% | 0.48% | - |
| HSV(B) | 330.42º | 0.93% | 0.9% | - |
| XYZ | 36.35 | 18.63 | 20.09 | - |
| YUV | 92.66 | 144.57 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 122 | 0 | 0.93 | 0.47 | 0.10 | 330.42 | 0.86 | 0.48 |
| Hex | E6 | 11 | 7A | 0 | 5D | 2F | A | 14A | 56 | 30 |
| Octal | 346 | 21 | 172 | 0 | 135 | 57 | 12 | 512 | 126 | 60 |
| Binary | 11100110 | 10001 | 1111010 | 0 | 1011101 | 101111 | 1010 | 101001010 | 1010110 | 110000 |
Color Harmonies of #E6117A
Complementary color
Monochromatic Colors of #E6117A
Black with #E6117A
Text Example
Text Example
White with #E6117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6117A; }
p { color: rgb(230,17,122); }
H1.HeaderClassName
{
color: #E6117A;
}
.AnyTagClassName
{
color: #E6117A;
}
</style>
background-color css
<style>
a { background-color: #E6117A; }
a { background-color: rgb(230,17,122); }
div.DivClassName
{
background-color: #E6117A;
}
.BgClassName
{
background-color: #E6117A;
}
</style>
border-color css
<style>
span { border-color: #E6117A; }
span { border-color: rgb(230,17,122); }
td.TdClassName
{
border-color: #E6117A;
}
.TagClassName
{
border-color: #E6117A;
}
</style>