Shades of Ruby #EC106C
Tints of Ruby #EC106C
RGB
CMYK
RGB Variations
Color information
#EC106C (or 0xEC106C) is known color: Ruby. HEX triplet: EC, 10 and 6C. RGB value is (236,16,108). Sum of RGB (Red+Green+Blue) = 236+16+108=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC106C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC106C is #13EF93. Grayscale: #5C5C5C. Windows color (decimal): -1306516 or 7082220. OLE color: 7082220.
HSL color Cylindrical-coordinate representation of color #EC106C: hue angle of 334.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC106C is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 108 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.07 |
| HSL | 334.91º | 0.87% | 0.49% | - |
| HSV(B) | 334.91º | 0.93% | 0.93% | - |
| XYZ | 37.48 | 19.29 | 15.93 | - |
| YUV | 92.27 | 136.89 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 108 | 0 | 0.93 | 0.54 | 0.07 | 334.91 | 0.87 | 0.49 |
| Hex | EC | 10 | 6C | 0 | 5D | 36 | 7 | 14F | 57 | 31 |
| Octal | 354 | 20 | 154 | 0 | 135 | 66 | 7 | 517 | 127 | 61 |
| Binary | 11101100 | 10000 | 1101100 | 0 | 1011101 | 110110 | 111 | 101001111 | 1010111 | 110001 |
Color Harmonies of #EC106C
Complementary color
Monochromatic Colors of #EC106C
Black with #EC106C
Text Example
Text Example
White with #EC106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC106C; }
p { color: rgb(236,16,108); }
H1.HeaderClassName
{
color: #EC106C;
}
.AnyTagClassName
{
color: #EC106C;
}
</style>
background-color css
<style>
a { background-color: #EC106C; }
a { background-color: rgb(236,16,108); }
div.DivClassName
{
background-color: #EC106C;
}
.BgClassName
{
background-color: #EC106C;
}
</style>
border-color css
<style>
span { border-color: #EC106C; }
span { border-color: rgb(236,16,108); }
td.TdClassName
{
border-color: #EC106C;
}
.TagClassName
{
border-color: #EC106C;
}
</style>