Shades of Ruby #EC1757
Tints of Ruby #EC1757
RGB
CMYK
RGB Variations
Color information
#EC1757 (or 0xEC1757) is known color: Ruby. HEX triplet: EC, 17 and 57. RGB value is (236,23,87). Sum of RGB (Red+Green+Blue) = 236+23+87=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1757 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1757 is #13E8A8. Grayscale: #5D5D5D. Windows color (decimal): -1304745 or 5707756. OLE color: 5707756.
HSL color Cylindrical-coordinate representation of color #EC1757: hue angle of 341.97º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1757 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 87 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.07 |
| HSL | 341.97º | 0.85% | 0.51% | - |
| HSV(B) | 341.97º | 0.9% | 0.93% | - |
| XYZ | 36.62 | 19.13 | 10.78 | - |
| YUV | 93.98 | 124.07 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 87 | 0 | 0.90 | 0.63 | 0.07 | 341.97 | 0.85 | 0.51 |
| Hex | EC | 17 | 57 | 0 | 5A | 3F | 7 | 156 | 55 | 33 |
| Octal | 354 | 27 | 127 | 0 | 132 | 77 | 7 | 526 | 125 | 63 |
| Binary | 11101100 | 10111 | 1010111 | 0 | 1011010 | 111111 | 111 | 101010110 | 1010101 | 110011 |
Color Harmonies of #EC1757
Complementary color
Monochromatic Colors of #EC1757
Black with #EC1757
Text Example
Text Example
White with #EC1757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1757; }
p { color: rgb(236,23,87); }
H1.HeaderClassName
{
color: #EC1757;
}
.AnyTagClassName
{
color: #EC1757;
}
</style>
background-color css
<style>
a { background-color: #EC1757; }
a { background-color: rgb(236,23,87); }
div.DivClassName
{
background-color: #EC1757;
}
.BgClassName
{
background-color: #EC1757;
}
</style>
border-color css
<style>
span { border-color: #EC1757; }
span { border-color: rgb(236,23,87); }
td.TdClassName
{
border-color: #EC1757;
}
.TagClassName
{
border-color: #EC1757;
}
</style>