Shades of Ruby #EC196B
Tints of Ruby #EC196B
RGB
CMYK
RGB Variations
Color information
#EC196B (or 0xEC196B) is known color: Ruby. HEX triplet: EC, 19 and 6B. RGB value is (236,25,107). Sum of RGB (Red+Green+Blue) = 236+25+107=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC196B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC196B is #13E694. Grayscale: #616161. Windows color (decimal): -1304213 or 7018988. OLE color: 7018988.
HSL color Cylindrical-coordinate representation of color #EC196B: hue angle of 336.68º 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 #EC196B is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 107 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.07 |
| HSL | 336.68º | 0.85% | 0.51% | - |
| HSV(B) | 336.68º | 0.89% | 0.93% | - |
| XYZ | 37.59 | 19.59 | 15.71 | - |
| YUV | 97.44 | 133.4 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 107 | 0 | 0.89 | 0.55 | 0.07 | 336.68 | 0.85 | 0.51 |
| Hex | EC | 19 | 6B | 0 | 59 | 37 | 7 | 151 | 55 | 33 |
| Octal | 354 | 31 | 153 | 0 | 131 | 67 | 7 | 521 | 125 | 63 |
| Binary | 11101100 | 11001 | 1101011 | 0 | 1011001 | 110111 | 111 | 101010001 | 1010101 | 110011 |
Color Harmonies of #EC196B
Complementary color
Monochromatic Colors of #EC196B
Black with #EC196B
Text Example
Text Example
White with #EC196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC196B; }
p { color: rgb(236,25,107); }
H1.HeaderClassName
{
color: #EC196B;
}
.AnyTagClassName
{
color: #EC196B;
}
</style>
background-color css
<style>
a { background-color: #EC196B; }
a { background-color: rgb(236,25,107); }
div.DivClassName
{
background-color: #EC196B;
}
.BgClassName
{
background-color: #EC196B;
}
</style>
border-color css
<style>
span { border-color: #EC196B; }
span { border-color: rgb(236,25,107); }
td.TdClassName
{
border-color: #EC196B;
}
.TagClassName
{
border-color: #EC196B;
}
</style>