Shades of Ruby #EC0977
Tints of Ruby #EC0977
RGB
CMYK
RGB Variations
Color information
#EC0977 (or 0xEC0977) is known color: Ruby. HEX triplet: EC, 09 and 77. RGB value is (236,9,119). Sum of RGB (Red+Green+Blue) = 236+9+119=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0977 is #13F688. Grayscale: #595959. Windows color (decimal): -1308297 or 7801324. OLE color: 7801324.
HSL color Cylindrical-coordinate representation of color #EC0977: hue angle of 330.93º 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 #EC0977 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 119 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.07 |
| HSL | 330.93º | 0.93% | 0.48% | - |
| HSV(B) | 330.93º | 0.96% | 0.93% | - |
| XYZ | 38.02 | 19.36 | 19.19 | - |
| YUV | 89.41 | 144.71 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 119 | 0 | 0.96 | 0.50 | 0.07 | 330.93 | 0.93 | 0.48 |
| Hex | EC | 9 | 77 | 0 | 60 | 32 | 7 | 14B | 5D | 30 |
| Octal | 354 | 11 | 167 | 0 | 140 | 62 | 7 | 513 | 135 | 60 |
| Binary | 11101100 | 1001 | 1110111 | 0 | 1100000 | 110010 | 111 | 101001011 | 1011101 | 110000 |
Color Harmonies of #EC0977
Complementary color
Monochromatic Colors of #EC0977
Black with #EC0977
Text Example
Text Example
White with #EC0977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0977; }
p { color: rgb(236,9,119); }
H1.HeaderClassName
{
color: #EC0977;
}
.AnyTagClassName
{
color: #EC0977;
}
</style>
background-color css
<style>
a { background-color: #EC0977; }
a { background-color: rgb(236,9,119); }
div.DivClassName
{
background-color: #EC0977;
}
.BgClassName
{
background-color: #EC0977;
}
</style>
border-color css
<style>
span { border-color: #EC0977; }
span { border-color: rgb(236,9,119); }
td.TdClassName
{
border-color: #EC0977;
}
.TagClassName
{
border-color: #EC0977;
}
</style>