Shades of Ruby #EC0F74
Tints of Ruby #EC0F74
RGB
CMYK
RGB Variations
Color information
#EC0F74 (or 0xEC0F74) is known color: Ruby. HEX triplet: EC, 0F and 74. RGB value is (236,15,116). Sum of RGB (Red+Green+Blue) = 236+15+116=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0F74 is #13F08B. Grayscale: #5C5C5C. Windows color (decimal): -1306764 or 7606252. OLE color: 7606252.
HSL color Cylindrical-coordinate representation of color #EC0F74: hue angle of 332.58º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0F74 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 116 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.07 |
| HSL | 332.58º | 0.88% | 0.49% | - |
| HSV(B) | 332.58º | 0.94% | 0.93% | - |
| XYZ | 37.92 | 19.44 | 18.28 | - |
| YUV | 92.59 | 141.22 | 230.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 116 | 0 | 0.94 | 0.51 | 0.07 | 332.58 | 0.88 | 0.49 |
| Hex | EC | F | 74 | 0 | 5E | 33 | 7 | 14D | 58 | 31 |
| Octal | 354 | 17 | 164 | 0 | 136 | 63 | 7 | 515 | 130 | 61 |
| Binary | 11101100 | 1111 | 1110100 | 0 | 1011110 | 110011 | 111 | 101001101 | 1011000 | 110001 |
Color Harmonies of #EC0F74
Complementary color
Monochromatic Colors of #EC0F74
Black with #EC0F74
Text Example
Text Example
White with #EC0F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F74; }
p { color: rgb(236,15,116); }
H1.HeaderClassName
{
color: #EC0F74;
}
.AnyTagClassName
{
color: #EC0F74;
}
</style>
background-color css
<style>
a { background-color: #EC0F74; }
a { background-color: rgb(236,15,116); }
div.DivClassName
{
background-color: #EC0F74;
}
.BgClassName
{
background-color: #EC0F74;
}
</style>
border-color css
<style>
span { border-color: #EC0F74; }
span { border-color: rgb(236,15,116); }
td.TdClassName
{
border-color: #EC0F74;
}
.TagClassName
{
border-color: #EC0F74;
}
</style>