Shades of Ruby #EC1959
Tints of Ruby #EC1959
RGB
CMYK
RGB Variations
Color information
#EC1959 (or 0xEC1959) is known color: Ruby. HEX triplet: EC, 19 and 59. RGB value is (236,25,89). Sum of RGB (Red+Green+Blue) = 236+25+89=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1959 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1959 is #13E6A6. Grayscale: #5F5F5F. Windows color (decimal): -1304231 or 5839340. OLE color: 5839340.
HSL color Cylindrical-coordinate representation of color #EC1959: hue angle of 341.8º 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 #EC1959 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 89 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.07 |
| HSL | 341.8º | 0.85% | 0.51% | - |
| HSV(B) | 341.8º | 0.89% | 0.93% | - |
| XYZ | 36.74 | 19.25 | 11.23 | - |
| YUV | 95.39 | 124.4 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 89 | 0 | 0.89 | 0.62 | 0.07 | 341.8 | 0.85 | 0.51 |
| Hex | EC | 19 | 59 | 0 | 59 | 3E | 7 | 156 | 55 | 33 |
| Octal | 354 | 31 | 131 | 0 | 131 | 76 | 7 | 526 | 125 | 63 |
| Binary | 11101100 | 11001 | 1011001 | 0 | 1011001 | 111110 | 111 | 101010110 | 1010101 | 110011 |
Color Harmonies of #EC1959
Complementary color
Monochromatic Colors of #EC1959
Black with #EC1959
Text Example
Text Example
White with #EC1959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1959; }
p { color: rgb(236,25,89); }
H1.HeaderClassName
{
color: #EC1959;
}
.AnyTagClassName
{
color: #EC1959;
}
</style>
background-color css
<style>
a { background-color: #EC1959; }
a { background-color: rgb(236,25,89); }
div.DivClassName
{
background-color: #EC1959;
}
.BgClassName
{
background-color: #EC1959;
}
</style>
border-color css
<style>
span { border-color: #EC1959; }
span { border-color: rgb(236,25,89); }
td.TdClassName
{
border-color: #EC1959;
}
.TagClassName
{
border-color: #EC1959;
}
</style>