Shades of Ruby #EC1A58
Tints of Ruby #EC1A58
RGB
CMYK
RGB Variations
Color information
#EC1A58 (or 0xEC1A58) is known color: Ruby. HEX triplet: EC, 1A and 58. RGB value is (236,26,88). Sum of RGB (Red+Green+Blue) = 236+26+88=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1A58 is #13E5A7. Grayscale: #5F5F5F. Windows color (decimal): -1303976 or 5774060. OLE color: 5774060.
HSL color Cylindrical-coordinate representation of color #EC1A58: hue angle of 342.29º 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 #EC1A58 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 88 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.07 |
| HSL | 342.29º | 0.85% | 0.51% | - |
| HSV(B) | 342.29º | 0.89% | 0.93% | - |
| XYZ | 36.72 | 19.28 | 11.02 | - |
| YUV | 95.86 | 123.57 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 88 | 0 | 0.89 | 0.63 | 0.07 | 342.29 | 0.85 | 0.51 |
| Hex | EC | 1A | 58 | 0 | 59 | 3F | 7 | 156 | 55 | 33 |
| Octal | 354 | 32 | 130 | 0 | 131 | 77 | 7 | 526 | 125 | 63 |
| Binary | 11101100 | 11010 | 1011000 | 0 | 1011001 | 111111 | 111 | 101010110 | 1010101 | 110011 |
Color Harmonies of #EC1A58
Complementary color
Monochromatic Colors of #EC1A58
Black with #EC1A58
Text Example
Text Example
White with #EC1A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A58; }
p { color: rgb(236,26,88); }
H1.HeaderClassName
{
color: #EC1A58;
}
.AnyTagClassName
{
color: #EC1A58;
}
</style>
background-color css
<style>
a { background-color: #EC1A58; }
a { background-color: rgb(236,26,88); }
div.DivClassName
{
background-color: #EC1A58;
}
.BgClassName
{
background-color: #EC1A58;
}
</style>
border-color css
<style>
span { border-color: #EC1A58; }
span { border-color: rgb(236,26,88); }
td.TdClassName
{
border-color: #EC1A58;
}
.TagClassName
{
border-color: #EC1A58;
}
</style>