Shades of Ruby #EC146A
Tints of Ruby #EC146A
RGB
CMYK
RGB Variations
Color information
#EC146A (or 0xEC146A) is known color: Ruby. HEX triplet: EC, 14 and 6A. RGB value is (236,20,106). Sum of RGB (Red+Green+Blue) = 236+20+106=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC146A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC146A is #13EB95. Grayscale: #5E5E5E. Windows color (decimal): -1305494 or 6952172. OLE color: 6952172.
HSL color Cylindrical-coordinate representation of color #EC146A: hue angle of 336.11º 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 #EC146A is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 106 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.07 |
| HSL | 336.11º | 0.85% | 0.5% | - |
| HSV(B) | 336.11º | 0.92% | 0.93% | - |
| XYZ | 37.44 | 19.37 | 15.4 | - |
| YUV | 94.39 | 134.56 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 106 | 0 | 0.92 | 0.55 | 0.07 | 336.11 | 0.85 | 0.5 |
| Hex | EC | 14 | 6A | 0 | 5C | 37 | 7 | 150 | 55 | 32 |
| Octal | 354 | 24 | 152 | 0 | 134 | 67 | 7 | 520 | 125 | 62 |
| Binary | 11101100 | 10100 | 1101010 | 0 | 1011100 | 110111 | 111 | 101010000 | 1010101 | 110010 |
Color Harmonies of #EC146A
Complementary color
Monochromatic Colors of #EC146A
Black with #EC146A
Text Example
Text Example
White with #EC146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC146A; }
p { color: rgb(236,20,106); }
H1.HeaderClassName
{
color: #EC146A;
}
.AnyTagClassName
{
color: #EC146A;
}
</style>
background-color css
<style>
a { background-color: #EC146A; }
a { background-color: rgb(236,20,106); }
div.DivClassName
{
background-color: #EC146A;
}
.BgClassName
{
background-color: #EC146A;
}
</style>
border-color css
<style>
span { border-color: #EC146A; }
span { border-color: rgb(236,20,106); }
td.TdClassName
{
border-color: #EC146A;
}
.TagClassName
{
border-color: #EC146A;
}
</style>