Shades of Ruby #EC116F
Tints of Ruby #EC116F
RGB
CMYK
RGB Variations
Color information
#EC116F (or 0xEC116F) is known color: Ruby. HEX triplet: EC, 11 and 6F. RGB value is (236,17,111). Sum of RGB (Red+Green+Blue) = 236+17+111=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC116F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC116F is #13EE90. Grayscale: #5D5D5D. Windows color (decimal): -1306257 or 7279084. OLE color: 7279084.
HSL color Cylindrical-coordinate representation of color #EC116F: hue angle of 334.25º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC116F is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 111 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.07 |
| HSL | 334.25º | 0.87% | 0.5% | - |
| HSV(B) | 334.25º | 0.93% | 0.93% | - |
| XYZ | 37.66 | 19.38 | 16.79 | - |
| YUV | 93.2 | 138.05 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 111 | 0 | 0.93 | 0.53 | 0.07 | 334.25 | 0.87 | 0.5 |
| Hex | EC | 11 | 6F | 0 | 5D | 35 | 7 | 14E | 57 | 32 |
| Octal | 354 | 21 | 157 | 0 | 135 | 65 | 7 | 516 | 127 | 62 |
| Binary | 11101100 | 10001 | 1101111 | 0 | 1011101 | 110101 | 111 | 101001110 | 1010111 | 110010 |
Color Harmonies of #EC116F
Complementary color
Monochromatic Colors of #EC116F
Black with #EC116F
Text Example
Text Example
White with #EC116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC116F; }
p { color: rgb(236,17,111); }
H1.HeaderClassName
{
color: #EC116F;
}
.AnyTagClassName
{
color: #EC116F;
}
</style>
background-color css
<style>
a { background-color: #EC116F; }
a { background-color: rgb(236,17,111); }
div.DivClassName
{
background-color: #EC116F;
}
.BgClassName
{
background-color: #EC116F;
}
</style>
border-color css
<style>
span { border-color: #EC116F; }
span { border-color: rgb(236,17,111); }
td.TdClassName
{
border-color: #EC116F;
}
.TagClassName
{
border-color: #EC116F;
}
</style>