Shades of Ruby #EC0876
Tints of Ruby #EC0876
RGB
CMYK
RGB Variations
Color information
#EC0876 (or 0xEC0876) is known color: Ruby. HEX triplet: EC, 08 and 76. RGB value is (236,8,118). Sum of RGB (Red+Green+Blue) = 236+8+118=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0876 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0876 is #13F789. Grayscale: #585858. Windows color (decimal): -1308554 or 7735532. OLE color: 7735532.
HSL color Cylindrical-coordinate representation of color #EC0876: hue angle of 331.05º degrees, saturation: 0.93, 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 #EC0876 is Cyan = 0, Magento = 0.97, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 118 | - |
| CMYK | 0 | 0.97 | 0.5 | 0.07 |
| HSL | 331.05º | 0.93% | 0.48% | - |
| HSV(B) | 331.05º | 0.97% | 0.93% | - |
| XYZ | 37.95 | 19.31 | 18.87 | - |
| YUV | 88.71 | 144.54 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 118 | 0 | 0.97 | 0.5 | 0.07 | 331.05 | 0.93 | 0.48 |
| Hex | EC | 8 | 76 | 0 | 61 | 32 | 7 | 14B | 5D | 30 |
| Octal | 354 | 10 | 166 | 0 | 141 | 62 | 7 | 513 | 135 | 60 |
| Binary | 11101100 | 1000 | 1110110 | 0 | 1100001 | 110010 | 111 | 101001011 | 1011101 | 110000 |
Color Harmonies of #EC0876
Complementary color
Monochromatic Colors of #EC0876
Black with #EC0876
Text Example
Text Example
White with #EC0876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0876; }
p { color: rgb(236,8,118); }
H1.HeaderClassName
{
color: #EC0876;
}
.AnyTagClassName
{
color: #EC0876;
}
</style>
background-color css
<style>
a { background-color: #EC0876; }
a { background-color: rgb(236,8,118); }
div.DivClassName
{
background-color: #EC0876;
}
.BgClassName
{
background-color: #EC0876;
}
</style>
border-color css
<style>
span { border-color: #EC0876; }
span { border-color: rgb(236,8,118); }
td.TdClassName
{
border-color: #EC0876;
}
.TagClassName
{
border-color: #EC0876;
}
</style>