Shades of Ruby #EC116D
Tints of Ruby #EC116D
RGB
CMYK
RGB Variations
Color information
#EC116D (or 0xEC116D) is known color: Ruby. HEX triplet: EC, 11 and 6D. RGB value is (236,17,109). Sum of RGB (Red+Green+Blue) = 236+17+109=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC116D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC116D is #13EE92. Grayscale: #5C5C5C. Windows color (decimal): -1306259 or 7148012. OLE color: 7148012.
HSL color Cylindrical-coordinate representation of color #EC116D: hue angle of 334.79º 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 #EC116D is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 109 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.07 |
| HSL | 334.79º | 0.87% | 0.5% | - |
| HSV(B) | 334.79º | 0.93% | 0.93% | - |
| XYZ | 37.55 | 19.34 | 16.22 | - |
| YUV | 92.97 | 137.05 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 109 | 0 | 0.93 | 0.54 | 0.07 | 334.79 | 0.87 | 0.5 |
| Hex | EC | 11 | 6D | 0 | 5D | 36 | 7 | 14F | 57 | 32 |
| Octal | 354 | 21 | 155 | 0 | 135 | 66 | 7 | 517 | 127 | 62 |
| Binary | 11101100 | 10001 | 1101101 | 0 | 1011101 | 110110 | 111 | 101001111 | 1010111 | 110010 |
Color Harmonies of #EC116D
Complementary color
Monochromatic Colors of #EC116D
Black with #EC116D
Text Example
Text Example
White with #EC116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC116D; }
p { color: rgb(236,17,109); }
H1.HeaderClassName
{
color: #EC116D;
}
.AnyTagClassName
{
color: #EC116D;
}
</style>
background-color css
<style>
a { background-color: #EC116D; }
a { background-color: rgb(236,17,109); }
div.DivClassName
{
background-color: #EC116D;
}
.BgClassName
{
background-color: #EC116D;
}
</style>
border-color css
<style>
span { border-color: #EC116D; }
span { border-color: rgb(236,17,109); }
td.TdClassName
{
border-color: #EC116D;
}
.TagClassName
{
border-color: #EC116D;
}
</style>