Shades of Ruby #EC166C
Tints of Ruby #EC166C
RGB
CMYK
RGB Variations
Color information
#EC166C (or 0xEC166C) is known color: Ruby. HEX triplet: EC, 16 and 6C. RGB value is (236,22,108). Sum of RGB (Red+Green+Blue) = 236+22+108=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC166C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC166C is #13E993. Grayscale: #5F5F5F. Windows color (decimal): -1304980 or 7083756. OLE color: 7083756.
HSL color Cylindrical-coordinate representation of color #EC166C: hue angle of 335.89º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC166C is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 108 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.07 |
| HSL | 335.89º | 0.85% | 0.51% | - |
| HSV(B) | 335.89º | 0.91% | 0.93% | - |
| XYZ | 37.59 | 19.49 | 15.97 | - |
| YUV | 95.79 | 134.9 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 108 | 0 | 0.91 | 0.54 | 0.07 | 335.89 | 0.85 | 0.51 |
| Hex | EC | 16 | 6C | 0 | 5B | 36 | 7 | 150 | 55 | 33 |
| Octal | 354 | 26 | 154 | 0 | 133 | 66 | 7 | 520 | 125 | 63 |
| Binary | 11101100 | 10110 | 1101100 | 0 | 1011011 | 110110 | 111 | 101010000 | 1010101 | 110011 |
Color Harmonies of #EC166C
Complementary color
Monochromatic Colors of #EC166C
Black with #EC166C
Text Example
Text Example
White with #EC166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC166C; }
p { color: rgb(236,22,108); }
H1.HeaderClassName
{
color: #EC166C;
}
.AnyTagClassName
{
color: #EC166C;
}
</style>
background-color css
<style>
a { background-color: #EC166C; }
a { background-color: rgb(236,22,108); }
div.DivClassName
{
background-color: #EC166C;
}
.BgClassName
{
background-color: #EC166C;
}
</style>
border-color css
<style>
span { border-color: #EC166C; }
span { border-color: rgb(236,22,108); }
td.TdClassName
{
border-color: #EC166C;
}
.TagClassName
{
border-color: #EC166C;
}
</style>