Shades of Ruby #E0186C
Tints of Ruby #E0186C
RGB
CMYK
RGB Variations
Color information
#E0186C (or 0xE0186C) is known color: Ruby. HEX triplet: E0, 18 and 6C. RGB value is (224,24,108). Sum of RGB (Red+Green+Blue) = 224+24+108=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E0186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0186C is #1FE793. Grayscale: #5D5D5D. Windows color (decimal): -2090900 or 7084256. OLE color: 7084256.
HSL color Cylindrical-coordinate representation of color #E0186C: hue angle of 334.8º 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 #E0186C is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 108 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.12 |
| HSL | 334.8º | 0.81% | 0.49% | - |
| HSV(B) | 334.8º | 0.89% | 0.88% | - |
| XYZ | 33.77 | 17.58 | 15.8 | - |
| YUV | 93.38 | 136.26 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 108 | 0 | 0.89 | 0.52 | 0.12 | 334.8 | 0.81 | 0.49 |
| Hex | E0 | 18 | 6C | 0 | 59 | 34 | C | 14F | 51 | 31 |
| Octal | 340 | 30 | 154 | 0 | 131 | 64 | 14 | 517 | 121 | 61 |
| Binary | 11100000 | 11000 | 1101100 | 0 | 1011001 | 110100 | 1100 | 101001111 | 1010001 | 110001 |
Color Harmonies of #E0186C
Complementary color
Monochromatic Colors of #E0186C
Black with #E0186C
Text Example
Text Example
White with #E0186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0186C; }
p { color: rgb(224,24,108); }
H1.HeaderClassName
{
color: #E0186C;
}
.AnyTagClassName
{
color: #E0186C;
}
</style>
background-color css
<style>
a { background-color: #E0186C; }
a { background-color: rgb(224,24,108); }
div.DivClassName
{
background-color: #E0186C;
}
.BgClassName
{
background-color: #E0186C;
}
</style>
border-color css
<style>
span { border-color: #E0186C; }
span { border-color: rgb(224,24,108); }
td.TdClassName
{
border-color: #E0186C;
}
.TagClassName
{
border-color: #E0186C;
}
</style>