Shades of Ruby #EC1857
Tints of Ruby #EC1857
RGB
CMYK
RGB Variations
Color information
#EC1857 (or 0xEC1857) is known color: Ruby. HEX triplet: EC, 18 and 57. RGB value is (236,24,87). Sum of RGB (Red+Green+Blue) = 236+24+87=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1857 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1857 is #13E7A8. Grayscale: #5E5E5E. Windows color (decimal): -1304489 or 5708012. OLE color: 5708012.
HSL color Cylindrical-coordinate representation of color #EC1857: hue angle of 342.17º 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 #EC1857 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 87 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.07 |
| HSL | 342.17º | 0.85% | 0.51% | - |
| HSV(B) | 342.17º | 0.9% | 0.93% | - |
| XYZ | 36.64 | 19.17 | 10.79 | - |
| YUV | 94.57 | 123.74 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 87 | 0 | 0.90 | 0.63 | 0.07 | 342.17 | 0.85 | 0.51 |
| Hex | EC | 18 | 57 | 0 | 5A | 3F | 7 | 156 | 55 | 33 |
| Octal | 354 | 30 | 127 | 0 | 132 | 77 | 7 | 526 | 125 | 63 |
| Binary | 11101100 | 11000 | 1010111 | 0 | 1011010 | 111111 | 111 | 101010110 | 1010101 | 110011 |
Color Harmonies of #EC1857
Complementary color
Monochromatic Colors of #EC1857
Black with #EC1857
Text Example
Text Example
White with #EC1857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1857; }
p { color: rgb(236,24,87); }
H1.HeaderClassName
{
color: #EC1857;
}
.AnyTagClassName
{
color: #EC1857;
}
</style>
background-color css
<style>
a { background-color: #EC1857; }
a { background-color: rgb(236,24,87); }
div.DivClassName
{
background-color: #EC1857;
}
.BgClassName
{
background-color: #EC1857;
}
</style>
border-color css
<style>
span { border-color: #EC1857; }
span { border-color: rgb(236,24,87); }
td.TdClassName
{
border-color: #EC1857;
}
.TagClassName
{
border-color: #EC1857;
}
</style>