Shades of Ruby #E6186C
Tints of Ruby #E6186C
RGB
CMYK
RGB Variations
Color information
#E6186C (or 0xE6186C) is known color: Ruby. HEX triplet: E6, 18 and 6C. RGB value is (230,24,108). Sum of RGB (Red+Green+Blue) = 230+24+108=362 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.54% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 230 - color contains mainly: red. Hex color #E6186C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6186C is #19E793. Grayscale: #5F5F5F. Windows color (decimal): -1697684 or 7084262. OLE color: 7084262.
HSL color Cylindrical-coordinate representation of color #E6186C: hue angle of 335.53º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6186C is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 108 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.10 |
| HSL | 335.53º | 0.81% | 0.5% | - |
| HSV(B) | 335.53º | 0.9% | 0.9% | - |
| XYZ | 35.67 | 18.56 | 15.89 | - |
| YUV | 95.17 | 135.25 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 108 | 0 | 0.90 | 0.53 | 0.10 | 335.53 | 0.81 | 0.5 |
| Hex | E6 | 18 | 6C | 0 | 5A | 35 | A | 150 | 51 | 32 |
| Octal | 346 | 30 | 154 | 0 | 132 | 65 | 12 | 520 | 121 | 62 |
| Binary | 11100110 | 11000 | 1101100 | 0 | 1011010 | 110101 | 1010 | 101010000 | 1010001 | 110010 |
Color Harmonies of #E6186C
Complementary color
Monochromatic Colors of #E6186C
Black with #E6186C
Text Example
Text Example
White with #E6186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6186C; }
p { color: rgb(230,24,108); }
H1.HeaderClassName
{
color: #E6186C;
}
.AnyTagClassName
{
color: #E6186C;
}
</style>
background-color css
<style>
a { background-color: #E6186C; }
a { background-color: rgb(230,24,108); }
div.DivClassName
{
background-color: #E6186C;
}
.BgClassName
{
background-color: #E6186C;
}
</style>
border-color css
<style>
span { border-color: #E6186C; }
span { border-color: rgb(230,24,108); }
td.TdClassName
{
border-color: #E6186C;
}
.TagClassName
{
border-color: #E6186C;
}
</style>