Shades of Ruby #EC196C
Tints of Ruby #EC196C
RGB
CMYK
RGB Variations
Color information
#EC196C (or 0xEC196C) is known color: Ruby. HEX triplet: EC, 19 and 6C. RGB value is (236,25,108). Sum of RGB (Red+Green+Blue) = 236+25+108=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC196C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC196C is #13E693. Grayscale: #616161. Windows color (decimal): -1304212 or 7084524. OLE color: 7084524.
HSL color Cylindrical-coordinate representation of color #EC196C: hue angle of 336.4º 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 #EC196C is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 108 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.07 |
| HSL | 336.4º | 0.85% | 0.51% | - |
| HSV(B) | 336.4º | 0.89% | 0.93% | - |
| XYZ | 37.65 | 19.61 | 15.99 | - |
| YUV | 97.55 | 133.9 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 108 | 0 | 0.89 | 0.54 | 0.07 | 336.4 | 0.85 | 0.51 |
| Hex | EC | 19 | 6C | 0 | 59 | 36 | 7 | 150 | 55 | 33 |
| Octal | 354 | 31 | 154 | 0 | 131 | 66 | 7 | 520 | 125 | 63 |
| Binary | 11101100 | 11001 | 1101100 | 0 | 1011001 | 110110 | 111 | 101010000 | 1010101 | 110011 |
Color Harmonies of #EC196C
Complementary color
Monochromatic Colors of #EC196C
Black with #EC196C
Text Example
Text Example
White with #EC196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC196C; }
p { color: rgb(236,25,108); }
H1.HeaderClassName
{
color: #EC196C;
}
.AnyTagClassName
{
color: #EC196C;
}
</style>
background-color css
<style>
a { background-color: #EC196C; }
a { background-color: rgb(236,25,108); }
div.DivClassName
{
background-color: #EC196C;
}
.BgClassName
{
background-color: #EC196C;
}
</style>
border-color css
<style>
span { border-color: #EC196C; }
span { border-color: rgb(236,25,108); }
td.TdClassName
{
border-color: #EC196C;
}
.TagClassName
{
border-color: #EC196C;
}
</style>