Shades of Ruby #EC1776
Tints of Ruby #EC1776
RGB
CMYK
RGB Variations
Color information
#EC1776 (or 0xEC1776) is known color: Ruby. HEX triplet: EC, 17 and 76. RGB value is (236,23,118). Sum of RGB (Red+Green+Blue) = 236+23+118=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1776 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1776 is #13E889. Grayscale: #616161. Windows color (decimal): -1304714 or 7739372. OLE color: 7739372.
HSL color Cylindrical-coordinate representation of color #EC1776: hue angle of 333.24º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1776 is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 118 | - |
| CMYK | 0 | 0.90 | 0.5 | 0.07 |
| HSL | 333.24º | 0.85% | 0.51% | - |
| HSV(B) | 333.24º | 0.9% | 0.93% | - |
| XYZ | 38.17 | 19.75 | 18.94 | - |
| YUV | 97.52 | 139.57 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 118 | 0 | 0.90 | 0.5 | 0.07 | 333.24 | 0.85 | 0.51 |
| Hex | EC | 17 | 76 | 0 | 5A | 32 | 7 | 14D | 55 | 33 |
| Octal | 354 | 27 | 166 | 0 | 132 | 62 | 7 | 515 | 125 | 63 |
| Binary | 11101100 | 10111 | 1110110 | 0 | 1011010 | 110010 | 111 | 101001101 | 1010101 | 110011 |
Color Harmonies of #EC1776
Complementary color
Monochromatic Colors of #EC1776
Black with #EC1776
Text Example
Text Example
White with #EC1776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1776; }
p { color: rgb(236,23,118); }
H1.HeaderClassName
{
color: #EC1776;
}
.AnyTagClassName
{
color: #EC1776;
}
</style>
background-color css
<style>
a { background-color: #EC1776; }
a { background-color: rgb(236,23,118); }
div.DivClassName
{
background-color: #EC1776;
}
.BgClassName
{
background-color: #EC1776;
}
</style>
border-color css
<style>
span { border-color: #EC1776; }
span { border-color: rgb(236,23,118); }
td.TdClassName
{
border-color: #EC1776;
}
.TagClassName
{
border-color: #EC1776;
}
</style>