Shades of Ruby #EC1760
Tints of Ruby #EC1760
RGB
CMYK
RGB Variations
Color information
#EC1760 (or 0xEC1760) is known color: Ruby. HEX triplet: EC, 17 and 60. RGB value is (236,23,96). Sum of RGB (Red+Green+Blue) = 236+23+96=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1760 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1760 is #13E89F. Grayscale: #5E5E5E. Windows color (decimal): -1304736 or 6297580. OLE color: 6297580.
HSL color Cylindrical-coordinate representation of color #EC1760: hue angle of 339.44º 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 #EC1760 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 96 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.07 |
| HSL | 339.44º | 0.85% | 0.51% | - |
| HSV(B) | 339.44º | 0.9% | 0.93% | - |
| XYZ | 37.01 | 19.29 | 12.84 | - |
| YUV | 95.01 | 128.57 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 96 | 0 | 0.90 | 0.59 | 0.07 | 339.44 | 0.85 | 0.51 |
| Hex | EC | 17 | 60 | 0 | 5A | 3B | 7 | 153 | 55 | 33 |
| Octal | 354 | 27 | 140 | 0 | 132 | 73 | 7 | 523 | 125 | 63 |
| Binary | 11101100 | 10111 | 1100000 | 0 | 1011010 | 111011 | 111 | 101010011 | 1010101 | 110011 |
Color Harmonies of #EC1760
Complementary color
Monochromatic Colors of #EC1760
Black with #EC1760
Text Example
Text Example
White with #EC1760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1760; }
p { color: rgb(236,23,96); }
H1.HeaderClassName
{
color: #EC1760;
}
.AnyTagClassName
{
color: #EC1760;
}
</style>
background-color css
<style>
a { background-color: #EC1760; }
a { background-color: rgb(236,23,96); }
div.DivClassName
{
background-color: #EC1760;
}
.BgClassName
{
background-color: #EC1760;
}
</style>
border-color css
<style>
span { border-color: #EC1760; }
span { border-color: rgb(236,23,96); }
td.TdClassName
{
border-color: #EC1760;
}
.TagClassName
{
border-color: #EC1760;
}
</style>