Shades of Ruby #EC0976
Tints of Ruby #EC0976
RGB
CMYK
RGB Variations
Color information
#EC0976 (or 0xEC0976) is known color: Ruby. HEX triplet: EC, 09 and 76. RGB value is (236,9,118). Sum of RGB (Red+Green+Blue) = 236+9+118=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0976 is #13F689. Grayscale: #595959. Windows color (decimal): -1308298 or 7735788. OLE color: 7735788.
HSL color Cylindrical-coordinate representation of color #EC0976: hue angle of 331.19º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0976 is Cyan = 0, Magento = 0.96, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 118 | - |
| CMYK | 0 | 0.96 | 0.5 | 0.07 |
| HSL | 331.19º | 0.93% | 0.48% | - |
| HSV(B) | 331.19º | 0.96% | 0.93% | - |
| XYZ | 37.96 | 19.34 | 18.87 | - |
| YUV | 89.3 | 144.21 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 118 | 0 | 0.96 | 0.5 | 0.07 | 331.19 | 0.93 | 0.48 |
| Hex | EC | 9 | 76 | 0 | 60 | 32 | 7 | 14B | 5D | 30 |
| Octal | 354 | 11 | 166 | 0 | 140 | 62 | 7 | 513 | 135 | 60 |
| Binary | 11101100 | 1001 | 1110110 | 0 | 1100000 | 110010 | 111 | 101001011 | 1011101 | 110000 |
Color Harmonies of #EC0976
Complementary color
Monochromatic Colors of #EC0976
Black with #EC0976
Text Example
Text Example
White with #EC0976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0976; }
p { color: rgb(236,9,118); }
H1.HeaderClassName
{
color: #EC0976;
}
.AnyTagClassName
{
color: #EC0976;
}
</style>
background-color css
<style>
a { background-color: #EC0976; }
a { background-color: rgb(236,9,118); }
div.DivClassName
{
background-color: #EC0976;
}
.BgClassName
{
background-color: #EC0976;
}
</style>
border-color css
<style>
span { border-color: #EC0976; }
span { border-color: rgb(236,9,118); }
td.TdClassName
{
border-color: #EC0976;
}
.TagClassName
{
border-color: #EC0976;
}
</style>