Shades of Ruby #EC1970
Tints of Ruby #EC1970
RGB
CMYK
RGB Variations
Color information
#EC1970 (or 0xEC1970) is known color: Ruby. HEX triplet: EC, 19 and 70. RGB value is (236,25,112). Sum of RGB (Red+Green+Blue) = 236+25+112=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1970 is #13E68F. Grayscale: #616161. Windows color (decimal): -1304208 or 7346668. OLE color: 7346668.
HSL color Cylindrical-coordinate representation of color #EC1970: hue angle of 335.26º 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 #EC1970 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 112 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.07 |
| HSL | 335.26º | 0.85% | 0.51% | - |
| HSV(B) | 335.26º | 0.89% | 0.93% | - |
| XYZ | 37.86 | 19.7 | 17.14 | - |
| YUV | 98.01 | 135.9 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 112 | 0 | 0.89 | 0.53 | 0.07 | 335.26 | 0.85 | 0.51 |
| Hex | EC | 19 | 70 | 0 | 59 | 35 | 7 | 14F | 55 | 33 |
| Octal | 354 | 31 | 160 | 0 | 131 | 65 | 7 | 517 | 125 | 63 |
| Binary | 11101100 | 11001 | 1110000 | 0 | 1011001 | 110101 | 111 | 101001111 | 1010101 | 110011 |
Color Harmonies of #EC1970
Complementary color
Monochromatic Colors of #EC1970
Black with #EC1970
Text Example
Text Example
White with #EC1970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1970; }
p { color: rgb(236,25,112); }
H1.HeaderClassName
{
color: #EC1970;
}
.AnyTagClassName
{
color: #EC1970;
}
</style>
background-color css
<style>
a { background-color: #EC1970; }
a { background-color: rgb(236,25,112); }
div.DivClassName
{
background-color: #EC1970;
}
.BgClassName
{
background-color: #EC1970;
}
</style>
border-color css
<style>
span { border-color: #EC1970; }
span { border-color: rgb(236,25,112); }
td.TdClassName
{
border-color: #EC1970;
}
.TagClassName
{
border-color: #EC1970;
}
</style>