Shades of Ruby #EC1171
Tints of Ruby #EC1171
RGB
CMYK
RGB Variations
Color information
#EC1171 (or 0xEC1171) is known color: Ruby. HEX triplet: EC, 11 and 71. RGB value is (236,17,113). Sum of RGB (Red+Green+Blue) = 236+17+113=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1171 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1171 is #13EE8E. Grayscale: #5D5D5D. Windows color (decimal): -1306255 or 7410156. OLE color: 7410156.
HSL color Cylindrical-coordinate representation of color #EC1171: hue angle of 333.7º 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 #EC1171 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 113 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.07 |
| HSL | 333.7º | 0.87% | 0.5% | - |
| HSV(B) | 333.7º | 0.93% | 0.93% | - |
| XYZ | 37.77 | 19.43 | 17.38 | - |
| YUV | 93.43 | 139.05 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 113 | 0 | 0.93 | 0.52 | 0.07 | 333.7 | 0.87 | 0.5 |
| Hex | EC | 11 | 71 | 0 | 5D | 34 | 7 | 14E | 57 | 32 |
| Octal | 354 | 21 | 161 | 0 | 135 | 64 | 7 | 516 | 127 | 62 |
| Binary | 11101100 | 10001 | 1110001 | 0 | 1011101 | 110100 | 111 | 101001110 | 1010111 | 110010 |
Color Harmonies of #EC1171
Complementary color
Monochromatic Colors of #EC1171
Black with #EC1171
Text Example
Text Example
White with #EC1171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1171; }
p { color: rgb(236,17,113); }
H1.HeaderClassName
{
color: #EC1171;
}
.AnyTagClassName
{
color: #EC1171;
}
</style>
background-color css
<style>
a { background-color: #EC1171; }
a { background-color: rgb(236,17,113); }
div.DivClassName
{
background-color: #EC1171;
}
.BgClassName
{
background-color: #EC1171;
}
</style>
border-color css
<style>
span { border-color: #EC1171; }
span { border-color: rgb(236,17,113); }
td.TdClassName
{
border-color: #EC1171;
}
.TagClassName
{
border-color: #EC1171;
}
</style>