Shades of Ruby #EC1860
Tints of Ruby #EC1860
RGB
CMYK
RGB Variations
Color information
#EC1860 (or 0xEC1860) is known color: Ruby. HEX triplet: EC, 18 and 60. RGB value is (236,24,96). Sum of RGB (Red+Green+Blue) = 236+24+96=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1860 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1860 is #13E79F. Grayscale: #5F5F5F. Windows color (decimal): -1304480 or 6297836. OLE color: 6297836.
HSL color Cylindrical-coordinate representation of color #EC1860: hue angle of 339.62º 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 #EC1860 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 96 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.07 |
| HSL | 339.62º | 0.85% | 0.51% | - |
| HSV(B) | 339.62º | 0.9% | 0.93% | - |
| XYZ | 37.03 | 19.33 | 12.85 | - |
| YUV | 95.6 | 128.24 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 96 | 0 | 0.90 | 0.59 | 0.07 | 339.62 | 0.85 | 0.51 |
| Hex | EC | 18 | 60 | 0 | 5A | 3B | 7 | 154 | 55 | 33 |
| Octal | 354 | 30 | 140 | 0 | 132 | 73 | 7 | 524 | 125 | 63 |
| Binary | 11101100 | 11000 | 1100000 | 0 | 1011010 | 111011 | 111 | 101010100 | 1010101 | 110011 |
Color Harmonies of #EC1860
Complementary color
Monochromatic Colors of #EC1860
Black with #EC1860
Text Example
Text Example
White with #EC1860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1860; }
p { color: rgb(236,24,96); }
H1.HeaderClassName
{
color: #EC1860;
}
.AnyTagClassName
{
color: #EC1860;
}
</style>
background-color css
<style>
a { background-color: #EC1860; }
a { background-color: rgb(236,24,96); }
div.DivClassName
{
background-color: #EC1860;
}
.BgClassName
{
background-color: #EC1860;
}
</style>
border-color css
<style>
span { border-color: #EC1860; }
span { border-color: rgb(236,24,96); }
td.TdClassName
{
border-color: #EC1860;
}
.TagClassName
{
border-color: #EC1860;
}
</style>