Shades of Ruby #EC1168
Tints of Ruby #EC1168
RGB
CMYK
RGB Variations
Color information
#EC1168 (or 0xEC1168) is known color: Ruby. HEX triplet: EC, 11 and 68. RGB value is (236,17,104). Sum of RGB (Red+Green+Blue) = 236+17+104=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1168 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1168 is #13EE97. Grayscale: #5C5C5C. Windows color (decimal): -1306264 or 6820332. OLE color: 6820332.
HSL color Cylindrical-coordinate representation of color #EC1168: hue angle of 336.16º 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 #EC1168 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 104 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.07 |
| HSL | 336.16º | 0.87% | 0.5% | - |
| HSV(B) | 336.16º | 0.93% | 0.93% | - |
| XYZ | 37.29 | 19.23 | 14.84 | - |
| YUV | 92.4 | 134.55 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 104 | 0 | 0.93 | 0.56 | 0.07 | 336.16 | 0.87 | 0.5 |
| Hex | EC | 11 | 68 | 0 | 5D | 38 | 7 | 150 | 57 | 32 |
| Octal | 354 | 21 | 150 | 0 | 135 | 70 | 7 | 520 | 127 | 62 |
| Binary | 11101100 | 10001 | 1101000 | 0 | 1011101 | 111000 | 111 | 101010000 | 1010111 | 110010 |
Color Harmonies of #EC1168
Complementary color
Monochromatic Colors of #EC1168
Black with #EC1168
Text Example
Text Example
White with #EC1168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1168; }
p { color: rgb(236,17,104); }
H1.HeaderClassName
{
color: #EC1168;
}
.AnyTagClassName
{
color: #EC1168;
}
</style>
background-color css
<style>
a { background-color: #EC1168; }
a { background-color: rgb(236,17,104); }
div.DivClassName
{
background-color: #EC1168;
}
.BgClassName
{
background-color: #EC1168;
}
</style>
border-color css
<style>
span { border-color: #EC1168; }
span { border-color: rgb(236,17,104); }
td.TdClassName
{
border-color: #EC1168;
}
.TagClassName
{
border-color: #EC1168;
}
</style>