Shades of Ruby #EC166F
Tints of Ruby #EC166F
RGB
CMYK
RGB Variations
Color information
#EC166F (or 0xEC166F) is known color: Ruby. HEX triplet: EC, 16 and 6F. RGB value is (236,22,111). Sum of RGB (Red+Green+Blue) = 236+22+111=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC166F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC166F is #13E990. Grayscale: #5F5F5F. Windows color (decimal): -1304977 or 7280364. OLE color: 7280364.
HSL color Cylindrical-coordinate representation of color #EC166F: hue angle of 335.05º 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 #EC166F is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 111 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.07 |
| HSL | 335.05º | 0.85% | 0.51% | - |
| HSV(B) | 335.05º | 0.91% | 0.93% | - |
| XYZ | 37.75 | 19.55 | 16.82 | - |
| YUV | 96.13 | 136.4 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 111 | 0 | 0.91 | 0.53 | 0.07 | 335.05 | 0.85 | 0.51 |
| Hex | EC | 16 | 6F | 0 | 5B | 35 | 7 | 14F | 55 | 33 |
| Octal | 354 | 26 | 157 | 0 | 133 | 65 | 7 | 517 | 125 | 63 |
| Binary | 11101100 | 10110 | 1101111 | 0 | 1011011 | 110101 | 111 | 101001111 | 1010101 | 110011 |
Color Harmonies of #EC166F
Complementary color
Monochromatic Colors of #EC166F
Black with #EC166F
Text Example
Text Example
White with #EC166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC166F; }
p { color: rgb(236,22,111); }
H1.HeaderClassName
{
color: #EC166F;
}
.AnyTagClassName
{
color: #EC166F;
}
</style>
background-color css
<style>
a { background-color: #EC166F; }
a { background-color: rgb(236,22,111); }
div.DivClassName
{
background-color: #EC166F;
}
.BgClassName
{
background-color: #EC166F;
}
</style>
border-color css
<style>
span { border-color: #EC166F; }
span { border-color: rgb(236,22,111); }
td.TdClassName
{
border-color: #EC166F;
}
.TagClassName
{
border-color: #EC166F;
}
</style>