Shades of Ruby #EC1961
Tints of Ruby #EC1961
RGB
CMYK
RGB Variations
Color information
#EC1961 (or 0xEC1961) is known color: Ruby. HEX triplet: EC, 19 and 61. RGB value is (236,25,97). Sum of RGB (Red+Green+Blue) = 236+25+97=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1961 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1961 is #13E69E. Grayscale: #606060. Windows color (decimal): -1304223 or 6363628. OLE color: 6363628.
HSL color Cylindrical-coordinate representation of color #EC1961: hue angle of 339.53º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1961 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 97 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.07 |
| HSL | 339.53º | 0.85% | 0.51% | - |
| HSV(B) | 339.53º | 0.89% | 0.93% | - |
| XYZ | 37.1 | 19.39 | 13.1 | - |
| YUV | 96.3 | 128.4 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 97 | 0 | 0.89 | 0.59 | 0.07 | 339.53 | 0.85 | 0.51 |
| Hex | EC | 19 | 61 | 0 | 59 | 3B | 7 | 154 | 55 | 33 |
| Octal | 354 | 31 | 141 | 0 | 131 | 73 | 7 | 524 | 125 | 63 |
| Binary | 11101100 | 11001 | 1100001 | 0 | 1011001 | 111011 | 111 | 101010100 | 1010101 | 110011 |
Color Harmonies of #EC1961
Complementary color
Monochromatic Colors of #EC1961
Black with #EC1961
Text Example
Text Example
White with #EC1961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1961; }
p { color: rgb(236,25,97); }
H1.HeaderClassName
{
color: #EC1961;
}
.AnyTagClassName
{
color: #EC1961;
}
</style>
background-color css
<style>
a { background-color: #EC1961; }
a { background-color: rgb(236,25,97); }
div.DivClassName
{
background-color: #EC1961;
}
.BgClassName
{
background-color: #EC1961;
}
</style>
border-color css
<style>
span { border-color: #EC1961; }
span { border-color: rgb(236,25,97); }
td.TdClassName
{
border-color: #EC1961;
}
.TagClassName
{
border-color: #EC1961;
}
</style>