Shades of Ruby #E0186A
Tints of Ruby #E0186A
RGB
CMYK
RGB Variations
Color information
#E0186A (or 0xE0186A) is known color: Ruby. HEX triplet: E0, 18 and 6A. RGB value is (224,24,106). Sum of RGB (Red+Green+Blue) = 224+24+106=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E0186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0186A is #1FE795. Grayscale: #5D5D5D. Windows color (decimal): -2090902 or 6953184. OLE color: 6953184.
HSL color Cylindrical-coordinate representation of color #E0186A: hue angle of 335.4º 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 #E0186A is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 106 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.12 |
| HSL | 335.4º | 0.81% | 0.49% | - |
| HSV(B) | 335.4º | 0.89% | 0.88% | - |
| XYZ | 33.67 | 17.54 | 15.25 | - |
| YUV | 93.15 | 135.26 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 106 | 0 | 0.89 | 0.53 | 0.12 | 335.4 | 0.81 | 0.49 |
| Hex | E0 | 18 | 6A | 0 | 59 | 35 | C | 14F | 51 | 31 |
| Octal | 340 | 30 | 152 | 0 | 131 | 65 | 14 | 517 | 121 | 61 |
| Binary | 11100000 | 11000 | 1101010 | 0 | 1011001 | 110101 | 1100 | 101001111 | 1010001 | 110001 |
Color Harmonies of #E0186A
Complementary color
Monochromatic Colors of #E0186A
Black with #E0186A
Text Example
Text Example
White with #E0186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0186A; }
p { color: rgb(224,24,106); }
H1.HeaderClassName
{
color: #E0186A;
}
.AnyTagClassName
{
color: #E0186A;
}
</style>
background-color css
<style>
a { background-color: #E0186A; }
a { background-color: rgb(224,24,106); }
div.DivClassName
{
background-color: #E0186A;
}
.BgClassName
{
background-color: #E0186A;
}
</style>
border-color css
<style>
span { border-color: #E0186A; }
span { border-color: rgb(224,24,106); }
td.TdClassName
{
border-color: #E0186A;
}
.TagClassName
{
border-color: #E0186A;
}
</style>