Shades of Ruby #EC1870
Tints of Ruby #EC1870
RGB
CMYK
RGB Variations
Color information
#EC1870 (or 0xEC1870) is known color: Ruby. HEX triplet: EC, 18 and 70. RGB value is (236,24,112). Sum of RGB (Red+Green+Blue) = 236+24+112=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1870 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1870 is #13E78F. Grayscale: #616161. Windows color (decimal): -1304464 or 7346412. OLE color: 7346412.
HSL color Cylindrical-coordinate representation of color #EC1870: hue angle of 335.09º 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 #EC1870 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 112 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.07 |
| HSL | 335.09º | 0.85% | 0.51% | - |
| HSV(B) | 335.09º | 0.9% | 0.93% | - |
| XYZ | 37.84 | 19.66 | 17.13 | - |
| YUV | 97.42 | 136.24 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 112 | 0 | 0.90 | 0.53 | 0.07 | 335.09 | 0.85 | 0.51 |
| Hex | EC | 18 | 70 | 0 | 5A | 35 | 7 | 14F | 55 | 33 |
| Octal | 354 | 30 | 160 | 0 | 132 | 65 | 7 | 517 | 125 | 63 |
| Binary | 11101100 | 11000 | 1110000 | 0 | 1011010 | 110101 | 111 | 101001111 | 1010101 | 110011 |
Color Harmonies of #EC1870
Complementary color
Monochromatic Colors of #EC1870
Black with #EC1870
Text Example
Text Example
White with #EC1870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1870; }
p { color: rgb(236,24,112); }
H1.HeaderClassName
{
color: #EC1870;
}
.AnyTagClassName
{
color: #EC1870;
}
</style>
background-color css
<style>
a { background-color: #EC1870; }
a { background-color: rgb(236,24,112); }
div.DivClassName
{
background-color: #EC1870;
}
.BgClassName
{
background-color: #EC1870;
}
</style>
border-color css
<style>
span { border-color: #EC1870; }
span { border-color: rgb(236,24,112); }
td.TdClassName
{
border-color: #EC1870;
}
.TagClassName
{
border-color: #EC1870;
}
</style>