Shades of Ruby #EC1861
Tints of Ruby #EC1861
RGB
CMYK
RGB Variations
Color information
#EC1861 (or 0xEC1861) is known color: Ruby. HEX triplet: EC, 18 and 61. RGB value is (236,24,97). Sum of RGB (Red+Green+Blue) = 236+24+97=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1861 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1861 is #13E79E. Grayscale: #5F5F5F. Windows color (decimal): -1304479 or 6363372. OLE color: 6363372.
HSL color Cylindrical-coordinate representation of color #EC1861: hue angle of 339.34º 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 #EC1861 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 97 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.07 |
| HSL | 339.34º | 0.85% | 0.51% | - |
| HSV(B) | 339.34º | 0.9% | 0.93% | - |
| XYZ | 37.08 | 19.35 | 13.09 | - |
| YUV | 95.71 | 128.74 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 97 | 0 | 0.90 | 0.59 | 0.07 | 339.34 | 0.85 | 0.51 |
| Hex | EC | 18 | 61 | 0 | 5A | 3B | 7 | 153 | 55 | 33 |
| Octal | 354 | 30 | 141 | 0 | 132 | 73 | 7 | 523 | 125 | 63 |
| Binary | 11101100 | 11000 | 1100001 | 0 | 1011010 | 111011 | 111 | 101010011 | 1010101 | 110011 |
Color Harmonies of #EC1861
Complementary color
Monochromatic Colors of #EC1861
Black with #EC1861
Text Example
Text Example
White with #EC1861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1861; }
p { color: rgb(236,24,97); }
H1.HeaderClassName
{
color: #EC1861;
}
.AnyTagClassName
{
color: #EC1861;
}
</style>
background-color css
<style>
a { background-color: #EC1861; }
a { background-color: rgb(236,24,97); }
div.DivClassName
{
background-color: #EC1861;
}
.BgClassName
{
background-color: #EC1861;
}
</style>
border-color css
<style>
span { border-color: #EC1861; }
span { border-color: rgb(236,24,97); }
td.TdClassName
{
border-color: #EC1861;
}
.TagClassName
{
border-color: #EC1861;
}
</style>