Shades of Ruby #EC1172
Tints of Ruby #EC1172
RGB
CMYK
RGB Variations
Color information
#EC1172 (or 0xEC1172) is known color: Ruby. HEX triplet: EC, 11 and 72. RGB value is (236,17,114). Sum of RGB (Red+Green+Blue) = 236+17+114=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1172 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1172 is #13EE8D. Grayscale: #5D5D5D. Windows color (decimal): -1306254 or 7475692. OLE color: 7475692.
HSL color Cylindrical-coordinate representation of color #EC1172: hue angle of 333.42º 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 #EC1172 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 114 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.07 |
| HSL | 333.42º | 0.87% | 0.5% | - |
| HSV(B) | 333.42º | 0.93% | 0.93% | - |
| XYZ | 37.83 | 19.45 | 17.68 | - |
| YUV | 93.54 | 139.55 | 229.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 114 | 0 | 0.93 | 0.52 | 0.07 | 333.42 | 0.87 | 0.5 |
| Hex | EC | 11 | 72 | 0 | 5D | 34 | 7 | 14D | 57 | 32 |
| Octal | 354 | 21 | 162 | 0 | 135 | 64 | 7 | 515 | 127 | 62 |
| Binary | 11101100 | 10001 | 1110010 | 0 | 1011101 | 110100 | 111 | 101001101 | 1010111 | 110010 |
Color Harmonies of #EC1172
Complementary color
Monochromatic Colors of #EC1172
Black with #EC1172
Text Example
Text Example
White with #EC1172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1172; }
p { color: rgb(236,17,114); }
H1.HeaderClassName
{
color: #EC1172;
}
.AnyTagClassName
{
color: #EC1172;
}
</style>
background-color css
<style>
a { background-color: #EC1172; }
a { background-color: rgb(236,17,114); }
div.DivClassName
{
background-color: #EC1172;
}
.BgClassName
{
background-color: #EC1172;
}
</style>
border-color css
<style>
span { border-color: #EC1172; }
span { border-color: rgb(236,17,114); }
td.TdClassName
{
border-color: #EC1172;
}
.TagClassName
{
border-color: #EC1172;
}
</style>