Shades of Ruby #EC0A73
Tints of Ruby #EC0A73
RGB
CMYK
RGB Variations
Color information
#EC0A73 (or 0xEC0A73) is known color: Ruby. HEX triplet: EC, 0A and 73. RGB value is (236,10,115). Sum of RGB (Red+Green+Blue) = 236+10+115=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0A73 is #13F58C. Grayscale: #595959. Windows color (decimal): -1308045 or 7539436. OLE color: 7539436.
HSL color Cylindrical-coordinate representation of color #EC0A73: hue angle of 332.12º degrees, saturation: 0.92, 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 #EC0A73 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 115 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.07 |
| HSL | 332.12º | 0.92% | 0.48% | - |
| HSV(B) | 332.12º | 0.96% | 0.93% | - |
| XYZ | 37.8 | 19.29 | 17.95 | - |
| YUV | 89.54 | 142.37 | 232.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 115 | 0 | 0.96 | 0.51 | 0.07 | 332.12 | 0.92 | 0.48 |
| Hex | EC | A | 73 | 0 | 60 | 33 | 7 | 14C | 5C | 30 |
| Octal | 354 | 12 | 163 | 0 | 140 | 63 | 7 | 514 | 134 | 60 |
| Binary | 11101100 | 1010 | 1110011 | 0 | 1100000 | 110011 | 111 | 101001100 | 1011100 | 110000 |
Color Harmonies of #EC0A73
Complementary color
Monochromatic Colors of #EC0A73
Black with #EC0A73
Text Example
Text Example
White with #EC0A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0A73; }
p { color: rgb(236,10,115); }
H1.HeaderClassName
{
color: #EC0A73;
}
.AnyTagClassName
{
color: #EC0A73;
}
</style>
background-color css
<style>
a { background-color: #EC0A73; }
a { background-color: rgb(236,10,115); }
div.DivClassName
{
background-color: #EC0A73;
}
.BgClassName
{
background-color: #EC0A73;
}
</style>
border-color css
<style>
span { border-color: #EC0A73; }
span { border-color: rgb(236,10,115); }
td.TdClassName
{
border-color: #EC0A73;
}
.TagClassName
{
border-color: #EC0A73;
}
</style>