Shades of Ruby #EC1957
Tints of Ruby #EC1957
RGB
CMYK
RGB Variations
Color information
#EC1957 (or 0xEC1957) is known color: Ruby. HEX triplet: EC, 19 and 57. RGB value is (236,25,87). Sum of RGB (Red+Green+Blue) = 236+25+87=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1957 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1957 is #13E6A8. Grayscale: #5F5F5F. Windows color (decimal): -1304233 or 5708268. OLE color: 5708268.
HSL color Cylindrical-coordinate representation of color #EC1957: hue angle of 342.37º 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 #EC1957 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 87 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.07 |
| HSL | 342.37º | 0.85% | 0.51% | - |
| HSV(B) | 342.37º | 0.89% | 0.93% | - |
| XYZ | 36.66 | 19.22 | 10.79 | - |
| YUV | 95.16 | 123.4 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 87 | 0 | 0.89 | 0.63 | 0.07 | 342.37 | 0.85 | 0.51 |
| Hex | EC | 19 | 57 | 0 | 59 | 3F | 7 | 156 | 55 | 33 |
| Octal | 354 | 31 | 127 | 0 | 131 | 77 | 7 | 526 | 125 | 63 |
| Binary | 11101100 | 11001 | 1010111 | 0 | 1011001 | 111111 | 111 | 101010110 | 1010101 | 110011 |
Color Harmonies of #EC1957
Complementary color
Monochromatic Colors of #EC1957
Black with #EC1957
Text Example
Text Example
White with #EC1957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1957; }
p { color: rgb(236,25,87); }
H1.HeaderClassName
{
color: #EC1957;
}
.AnyTagClassName
{
color: #EC1957;
}
</style>
background-color css
<style>
a { background-color: #EC1957; }
a { background-color: rgb(236,25,87); }
div.DivClassName
{
background-color: #EC1957;
}
.BgClassName
{
background-color: #EC1957;
}
</style>
border-color css
<style>
span { border-color: #EC1957; }
span { border-color: rgb(236,25,87); }
td.TdClassName
{
border-color: #EC1957;
}
.TagClassName
{
border-color: #EC1957;
}
</style>