Shades of Ruby #EC0776
Tints of Ruby #EC0776
RGB
CMYK
RGB Variations
Color information
#EC0776 (or 0xEC0776) is known color: Ruby. HEX triplet: EC, 07 and 76. RGB value is (236,7,118). Sum of RGB (Red+Green+Blue) = 236+7+118=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0776 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0776 is #13F889. Grayscale: #575757. Windows color (decimal): -1308810 or 7735276. OLE color: 7735276.
HSL color Cylindrical-coordinate representation of color #EC0776: hue angle of 330.92º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0776 is Cyan = 0, Magento = 0.97, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 118 | - |
| CMYK | 0 | 0.97 | 0.5 | 0.07 |
| HSL | 330.92º | 0.94% | 0.48% | - |
| HSV(B) | 330.92º | 0.97% | 0.93% | - |
| XYZ | 37.94 | 19.29 | 18.86 | - |
| YUV | 88.13 | 144.87 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 118 | 0 | 0.97 | 0.5 | 0.07 | 330.92 | 0.94 | 0.48 |
| Hex | EC | 7 | 76 | 0 | 61 | 32 | 7 | 14B | 5E | 30 |
| Octal | 354 | 7 | 166 | 0 | 141 | 62 | 7 | 513 | 136 | 60 |
| Binary | 11101100 | 111 | 1110110 | 0 | 1100001 | 110010 | 111 | 101001011 | 1011110 | 110000 |
Color Harmonies of #EC0776
Complementary color
Monochromatic Colors of #EC0776
Black with #EC0776
Text Example
Text Example
White with #EC0776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0776; }
p { color: rgb(236,7,118); }
H1.HeaderClassName
{
color: #EC0776;
}
.AnyTagClassName
{
color: #EC0776;
}
</style>
background-color css
<style>
a { background-color: #EC0776; }
a { background-color: rgb(236,7,118); }
div.DivClassName
{
background-color: #EC0776;
}
.BgClassName
{
background-color: #EC0776;
}
</style>
border-color css
<style>
span { border-color: #EC0776; }
span { border-color: rgb(236,7,118); }
td.TdClassName
{
border-color: #EC0776;
}
.TagClassName
{
border-color: #EC0776;
}
</style>