Shades of Ruby #EC186F
Tints of Ruby #EC186F
RGB
CMYK
RGB Variations
Color information
#EC186F (or 0xEC186F) is known color: Ruby. HEX triplet: EC, 18 and 6F. RGB value is (236,24,111). Sum of RGB (Red+Green+Blue) = 236+24+111=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC186F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC186F is #13E790. Grayscale: #616161. Windows color (decimal): -1304465 or 7280876. OLE color: 7280876.
HSL color Cylindrical-coordinate representation of color #EC186F: hue angle of 335.38º 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 #EC186F is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 111 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.07 |
| HSL | 335.38º | 0.85% | 0.51% | - |
| HSV(B) | 335.38º | 0.9% | 0.93% | - |
| XYZ | 37.79 | 19.63 | 16.84 | - |
| YUV | 97.31 | 135.74 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 111 | 0 | 0.90 | 0.53 | 0.07 | 335.38 | 0.85 | 0.51 |
| Hex | EC | 18 | 6F | 0 | 5A | 35 | 7 | 14F | 55 | 33 |
| Octal | 354 | 30 | 157 | 0 | 132 | 65 | 7 | 517 | 125 | 63 |
| Binary | 11101100 | 11000 | 1101111 | 0 | 1011010 | 110101 | 111 | 101001111 | 1010101 | 110011 |
Color Harmonies of #EC186F
Complementary color
Monochromatic Colors of #EC186F
Black with #EC186F
Text Example
Text Example
White with #EC186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC186F; }
p { color: rgb(236,24,111); }
H1.HeaderClassName
{
color: #EC186F;
}
.AnyTagClassName
{
color: #EC186F;
}
</style>
background-color css
<style>
a { background-color: #EC186F; }
a { background-color: rgb(236,24,111); }
div.DivClassName
{
background-color: #EC186F;
}
.BgClassName
{
background-color: #EC186F;
}
</style>
border-color css
<style>
span { border-color: #EC186F; }
span { border-color: rgb(236,24,111); }
td.TdClassName
{
border-color: #EC186F;
}
.TagClassName
{
border-color: #EC186F;
}
</style>