Shades of Ruby #EC146B
Tints of Ruby #EC146B
RGB
CMYK
RGB Variations
Color information
#EC146B (or 0xEC146B) is known color: Ruby. HEX triplet: EC, 14 and 6B. RGB value is (236,20,107). Sum of RGB (Red+Green+Blue) = 236+20+107=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC146B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC146B is #13EB94. Grayscale: #5E5E5E. Windows color (decimal): -1305493 or 7017708. OLE color: 7017708.
HSL color Cylindrical-coordinate representation of color #EC146B: hue angle of 335.83º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC146B is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 107 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.07 |
| HSL | 335.83º | 0.85% | 0.5% | - |
| HSV(B) | 335.83º | 0.92% | 0.93% | - |
| XYZ | 37.5 | 19.39 | 15.68 | - |
| YUV | 94.5 | 135.06 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 107 | 0 | 0.92 | 0.55 | 0.07 | 335.83 | 0.85 | 0.5 |
| Hex | EC | 14 | 6B | 0 | 5C | 37 | 7 | 150 | 55 | 32 |
| Octal | 354 | 24 | 153 | 0 | 134 | 67 | 7 | 520 | 125 | 62 |
| Binary | 11101100 | 10100 | 1101011 | 0 | 1011100 | 110111 | 111 | 101010000 | 1010101 | 110010 |
Color Harmonies of #EC146B
Complementary color
Monochromatic Colors of #EC146B
Black with #EC146B
Text Example
Text Example
White with #EC146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC146B; }
p { color: rgb(236,20,107); }
H1.HeaderClassName
{
color: #EC146B;
}
.AnyTagClassName
{
color: #EC146B;
}
</style>
background-color css
<style>
a { background-color: #EC146B; }
a { background-color: rgb(236,20,107); }
div.DivClassName
{
background-color: #EC146B;
}
.BgClassName
{
background-color: #EC146B;
}
</style>
border-color css
<style>
span { border-color: #EC146B; }
span { border-color: rgb(236,20,107); }
td.TdClassName
{
border-color: #EC146B;
}
.TagClassName
{
border-color: #EC146B;
}
</style>