Shades of Ruby #E0186D
Tints of Ruby #E0186D
RGB
CMYK
RGB Variations
Color information
#E0186D (or 0xE0186D) is known color: Ruby. HEX triplet: E0, 18 and 6D. RGB value is (224,24,109). Sum of RGB (Red+Green+Blue) = 224+24+109=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E0186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0186D is #1FE792. Grayscale: #5D5D5D. Windows color (decimal): -2090899 or 7149792. OLE color: 7149792.
HSL color Cylindrical-coordinate representation of color #E0186D: hue angle of 334.5º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E0186D is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 109 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.12 |
| HSL | 334.5º | 0.81% | 0.49% | - |
| HSV(B) | 334.5º | 0.89% | 0.88% | - |
| XYZ | 33.83 | 17.6 | 16.08 | - |
| YUV | 93.49 | 136.76 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 109 | 0 | 0.89 | 0.51 | 0.12 | 334.5 | 0.81 | 0.49 |
| Hex | E0 | 18 | 6D | 0 | 59 | 33 | C | 14E | 51 | 31 |
| Octal | 340 | 30 | 155 | 0 | 131 | 63 | 14 | 516 | 121 | 61 |
| Binary | 11100000 | 11000 | 1101101 | 0 | 1011001 | 110011 | 1100 | 101001110 | 1010001 | 110001 |
Color Harmonies of #E0186D
Complementary color
Monochromatic Colors of #E0186D
Black with #E0186D
Text Example
Text Example
White with #E0186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0186D; }
p { color: rgb(224,24,109); }
H1.HeaderClassName
{
color: #E0186D;
}
.AnyTagClassName
{
color: #E0186D;
}
</style>
background-color css
<style>
a { background-color: #E0186D; }
a { background-color: rgb(224,24,109); }
div.DivClassName
{
background-color: #E0186D;
}
.BgClassName
{
background-color: #E0186D;
}
</style>
border-color css
<style>
span { border-color: #E0186D; }
span { border-color: rgb(224,24,109); }
td.TdClassName
{
border-color: #E0186D;
}
.TagClassName
{
border-color: #E0186D;
}
</style>