Shades of Ruby #EC1770
Tints of Ruby #EC1770
RGB
CMYK
RGB Variations
Color information
#EC1770 (or 0xEC1770) is known color: Ruby. HEX triplet: EC, 17 and 70. RGB value is (236,23,112). Sum of RGB (Red+Green+Blue) = 236+23+112=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1770 is #13E88F. Grayscale: #606060. Windows color (decimal): -1304720 or 7346156. OLE color: 7346156.
HSL color Cylindrical-coordinate representation of color #EC1770: hue angle of 334.93º 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 #EC1770 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 112 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.07 |
| HSL | 334.93º | 0.85% | 0.51% | - |
| HSV(B) | 334.93º | 0.9% | 0.93% | - |
| XYZ | 37.82 | 19.62 | 17.12 | - |
| YUV | 96.83 | 136.57 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 112 | 0 | 0.90 | 0.53 | 0.07 | 334.93 | 0.85 | 0.51 |
| Hex | EC | 17 | 70 | 0 | 5A | 35 | 7 | 14F | 55 | 33 |
| Octal | 354 | 27 | 160 | 0 | 132 | 65 | 7 | 517 | 125 | 63 |
| Binary | 11101100 | 10111 | 1110000 | 0 | 1011010 | 110101 | 111 | 101001111 | 1010101 | 110011 |
Color Harmonies of #EC1770
Complementary color
Monochromatic Colors of #EC1770
Black with #EC1770
Text Example
Text Example
White with #EC1770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1770; }
p { color: rgb(236,23,112); }
H1.HeaderClassName
{
color: #EC1770;
}
.AnyTagClassName
{
color: #EC1770;
}
</style>
background-color css
<style>
a { background-color: #EC1770; }
a { background-color: rgb(236,23,112); }
div.DivClassName
{
background-color: #EC1770;
}
.BgClassName
{
background-color: #EC1770;
}
</style>
border-color css
<style>
span { border-color: #EC1770; }
span { border-color: rgb(236,23,112); }
td.TdClassName
{
border-color: #EC1770;
}
.TagClassName
{
border-color: #EC1770;
}
</style>