Shades of Ruby #E6166F
Tints of Ruby #E6166F
RGB
CMYK
RGB Variations
Color information
#E6166F (or 0xE6166F) is known color: Ruby. HEX triplet: E6, 16 and 6F. RGB value is (230,22,111). Sum of RGB (Red+Green+Blue) = 230+22+111=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E6166F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6166F is #19E990. Grayscale: #5E5E5E. Windows color (decimal): -1698193 or 7280358. OLE color: 7280358.
HSL color Cylindrical-coordinate representation of color #E6166F: hue angle of 334.33º 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 #E6166F is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 111 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.10 |
| HSL | 334.33º | 0.83% | 0.49% | - |
| HSV(B) | 334.33º | 0.9% | 0.9% | - |
| XYZ | 35.79 | 18.54 | 16.73 | - |
| YUV | 94.34 | 137.41 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 111 | 0 | 0.90 | 0.52 | 0.10 | 334.33 | 0.83 | 0.49 |
| Hex | E6 | 16 | 6F | 0 | 5A | 34 | A | 14E | 53 | 31 |
| Octal | 346 | 26 | 157 | 0 | 132 | 64 | 12 | 516 | 123 | 61 |
| Binary | 11100110 | 10110 | 1101111 | 0 | 1011010 | 110100 | 1010 | 101001110 | 1010011 | 110001 |
Color Harmonies of #E6166F
Complementary color
Monochromatic Colors of #E6166F
Black with #E6166F
Text Example
Text Example
White with #E6166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6166F; }
p { color: rgb(230,22,111); }
H1.HeaderClassName
{
color: #E6166F;
}
.AnyTagClassName
{
color: #E6166F;
}
</style>
background-color css
<style>
a { background-color: #E6166F; }
a { background-color: rgb(230,22,111); }
div.DivClassName
{
background-color: #E6166F;
}
.BgClassName
{
background-color: #E6166F;
}
</style>
border-color css
<style>
span { border-color: #E6166F; }
span { border-color: rgb(230,22,111); }
td.TdClassName
{
border-color: #E6166F;
}
.TagClassName
{
border-color: #E6166F;
}
</style>