Shades of Ruby #EC196D
Tints of Ruby #EC196D
RGB
CMYK
RGB Variations
Color information
#EC196D (or 0xEC196D) is known color: Ruby. HEX triplet: EC, 19 and 6D. RGB value is (236,25,109). Sum of RGB (Red+Green+Blue) = 236+25+109=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC196D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC196D is #13E692. Grayscale: #616161. Windows color (decimal): -1304211 or 7150060. OLE color: 7150060.
HSL color Cylindrical-coordinate representation of color #EC196D: hue angle of 336.11º 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 #EC196D is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 109 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.07 |
| HSL | 336.11º | 0.85% | 0.51% | - |
| HSV(B) | 336.11º | 0.89% | 0.93% | - |
| XYZ | 37.7 | 19.63 | 16.27 | - |
| YUV | 97.67 | 134.4 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 109 | 0 | 0.89 | 0.54 | 0.07 | 336.11 | 0.85 | 0.51 |
| Hex | EC | 19 | 6D | 0 | 59 | 36 | 7 | 150 | 55 | 33 |
| Octal | 354 | 31 | 155 | 0 | 131 | 66 | 7 | 520 | 125 | 63 |
| Binary | 11101100 | 11001 | 1101101 | 0 | 1011001 | 110110 | 111 | 101010000 | 1010101 | 110011 |
Color Harmonies of #EC196D
Complementary color
Monochromatic Colors of #EC196D
Black with #EC196D
Text Example
Text Example
White with #EC196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC196D; }
p { color: rgb(236,25,109); }
H1.HeaderClassName
{
color: #EC196D;
}
.AnyTagClassName
{
color: #EC196D;
}
</style>
background-color css
<style>
a { background-color: #EC196D; }
a { background-color: rgb(236,25,109); }
div.DivClassName
{
background-color: #EC196D;
}
.BgClassName
{
background-color: #EC196D;
}
</style>
border-color css
<style>
span { border-color: #EC196D; }
span { border-color: rgb(236,25,109); }
td.TdClassName
{
border-color: #EC196D;
}
.TagClassName
{
border-color: #EC196D;
}
</style>