Shades of Ruby #E0186E
Tints of Ruby #E0186E
RGB
CMYK
RGB Variations
Color information
#E0186E (or 0xE0186E) is known color: Ruby. HEX triplet: E0, 18 and 6E. RGB value is (224,24,110). Sum of RGB (Red+Green+Blue) = 224+24+110=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E0186E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0186E is #1FE791. Grayscale: #5D5D5D. Windows color (decimal): -2090898 or 7215328. OLE color: 7215328.
HSL color Cylindrical-coordinate representation of color #E0186E: hue angle of 334.2º 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 #E0186E is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 110 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.12 |
| HSL | 334.2º | 0.81% | 0.49% | - |
| HSV(B) | 334.2º | 0.89% | 0.88% | - |
| XYZ | 33.88 | 17.63 | 16.37 | - |
| YUV | 93.6 | 137.26 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 110 | 0 | 0.89 | 0.51 | 0.12 | 334.2 | 0.81 | 0.49 |
| Hex | E0 | 18 | 6E | 0 | 59 | 33 | C | 14E | 51 | 31 |
| Octal | 340 | 30 | 156 | 0 | 131 | 63 | 14 | 516 | 121 | 61 |
| Binary | 11100000 | 11000 | 1101110 | 0 | 1011001 | 110011 | 1100 | 101001110 | 1010001 | 110001 |
Color Harmonies of #E0186E
Complementary color
Monochromatic Colors of #E0186E
Black with #E0186E
Text Example
Text Example
White with #E0186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0186E; }
p { color: rgb(224,24,110); }
H1.HeaderClassName
{
color: #E0186E;
}
.AnyTagClassName
{
color: #E0186E;
}
</style>
background-color css
<style>
a { background-color: #E0186E; }
a { background-color: rgb(224,24,110); }
div.DivClassName
{
background-color: #E0186E;
}
.BgClassName
{
background-color: #E0186E;
}
</style>
border-color css
<style>
span { border-color: #E0186E; }
span { border-color: rgb(224,24,110); }
td.TdClassName
{
border-color: #E0186E;
}
.TagClassName
{
border-color: #E0186E;
}
</style>