Shades of Ruby #E6186D
Tints of Ruby #E6186D
RGB
CMYK
RGB Variations
Color information
#E6186D (or 0xE6186D) is known color: Ruby. HEX triplet: E6, 18 and 6D. RGB value is (230,24,109). Sum of RGB (Red+Green+Blue) = 230+24+109=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E6186D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6186D is #19E792. Grayscale: #5F5F5F. Windows color (decimal): -1697683 or 7149798. OLE color: 7149798.
HSL color Cylindrical-coordinate representation of color #E6186D: hue angle of 335.24º 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 #E6186D is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 109 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.10 |
| HSL | 335.24º | 0.81% | 0.5% | - |
| HSV(B) | 335.24º | 0.9% | 0.9% | - |
| XYZ | 35.72 | 18.58 | 16.17 | - |
| YUV | 95.28 | 135.75 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 109 | 0 | 0.90 | 0.53 | 0.10 | 335.24 | 0.81 | 0.5 |
| Hex | E6 | 18 | 6D | 0 | 5A | 35 | A | 14F | 51 | 32 |
| Octal | 346 | 30 | 155 | 0 | 132 | 65 | 12 | 517 | 121 | 62 |
| Binary | 11100110 | 11000 | 1101101 | 0 | 1011010 | 110101 | 1010 | 101001111 | 1010001 | 110010 |
Color Harmonies of #E6186D
Complementary color
Monochromatic Colors of #E6186D
Black with #E6186D
Text Example
Text Example
White with #E6186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6186D; }
p { color: rgb(230,24,109); }
H1.HeaderClassName
{
color: #E6186D;
}
.AnyTagClassName
{
color: #E6186D;
}
</style>
background-color css
<style>
a { background-color: #E6186D; }
a { background-color: rgb(230,24,109); }
div.DivClassName
{
background-color: #E6186D;
}
.BgClassName
{
background-color: #E6186D;
}
</style>
border-color css
<style>
span { border-color: #E6186D; }
span { border-color: rgb(230,24,109); }
td.TdClassName
{
border-color: #E6186D;
}
.TagClassName
{
border-color: #E6186D;
}
</style>