Shades of Ruby #EC1A59
Tints of Ruby #EC1A59
RGB
CMYK
RGB Variations
Color information
#EC1A59 (or 0xEC1A59) is known color: Ruby. HEX triplet: EC, 1A and 59. RGB value is (236,26,89). Sum of RGB (Red+Green+Blue) = 236+26+89=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1A59 is #13E5A6. Grayscale: #5F5F5F. Windows color (decimal): -1303975 or 5839596. OLE color: 5839596.
HSL color Cylindrical-coordinate representation of color #EC1A59: hue angle of 342º 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 #EC1A59 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 89 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.07 |
| HSL | 342º | 0.85% | 0.51% | - |
| HSV(B) | 342º | 0.89% | 0.93% | - |
| XYZ | 36.76 | 19.29 | 11.24 | - |
| YUV | 95.97 | 124.07 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 89 | 0 | 0.89 | 0.62 | 0.07 | 342 | 0.85 | 0.51 |
| Hex | EC | 1A | 59 | 0 | 59 | 3E | 7 | 156 | 55 | 33 |
| Octal | 354 | 32 | 131 | 0 | 131 | 76 | 7 | 526 | 125 | 63 |
| Binary | 11101100 | 11010 | 1011001 | 0 | 1011001 | 111110 | 111 | 101010110 | 1010101 | 110011 |
Color Harmonies of #EC1A59
Complementary color
Monochromatic Colors of #EC1A59
Black with #EC1A59
Text Example
Text Example
White with #EC1A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A59; }
p { color: rgb(236,26,89); }
H1.HeaderClassName
{
color: #EC1A59;
}
.AnyTagClassName
{
color: #EC1A59;
}
</style>
background-color css
<style>
a { background-color: #EC1A59; }
a { background-color: rgb(236,26,89); }
div.DivClassName
{
background-color: #EC1A59;
}
.BgClassName
{
background-color: #EC1A59;
}
</style>
border-color css
<style>
span { border-color: #EC1A59; }
span { border-color: rgb(236,26,89); }
td.TdClassName
{
border-color: #EC1A59;
}
.TagClassName
{
border-color: #EC1A59;
}
</style>