Shades of Ruby #EC186E
Tints of Ruby #EC186E
RGB
CMYK
RGB Variations
Color information
#EC186E (or 0xEC186E) is known color: Ruby. HEX triplet: EC, 18 and 6E. RGB value is (236,24,110). Sum of RGB (Red+Green+Blue) = 236+24+110=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC186E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC186E is #13E791. Grayscale: #616161. Windows color (decimal): -1304466 or 7215340. OLE color: 7215340.
HSL color Cylindrical-coordinate representation of color #EC186E: hue angle of 335.66º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC186E is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 110 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.07 |
| HSL | 335.66º | 0.85% | 0.51% | - |
| HSV(B) | 335.66º | 0.9% | 0.93% | - |
| XYZ | 37.73 | 19.61 | 16.55 | - |
| YUV | 97.19 | 135.24 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 110 | 0 | 0.90 | 0.53 | 0.07 | 335.66 | 0.85 | 0.51 |
| Hex | EC | 18 | 6E | 0 | 5A | 35 | 7 | 150 | 55 | 33 |
| Octal | 354 | 30 | 156 | 0 | 132 | 65 | 7 | 520 | 125 | 63 |
| Binary | 11101100 | 11000 | 1101110 | 0 | 1011010 | 110101 | 111 | 101010000 | 1010101 | 110011 |
Color Harmonies of #EC186E
Complementary color
Monochromatic Colors of #EC186E
Black with #EC186E
Text Example
Text Example
White with #EC186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC186E; }
p { color: rgb(236,24,110); }
H1.HeaderClassName
{
color: #EC186E;
}
.AnyTagClassName
{
color: #EC186E;
}
</style>
background-color css
<style>
a { background-color: #EC186E; }
a { background-color: rgb(236,24,110); }
div.DivClassName
{
background-color: #EC186E;
}
.BgClassName
{
background-color: #EC186E;
}
</style>
border-color css
<style>
span { border-color: #EC186E; }
span { border-color: rgb(236,24,110); }
td.TdClassName
{
border-color: #EC186E;
}
.TagClassName
{
border-color: #EC186E;
}
</style>