Shades of Ruby #EC146F
Tints of Ruby #EC146F
RGB
CMYK
RGB Variations
Color information
#EC146F (or 0xEC146F) is known color: Ruby. HEX triplet: EC, 14 and 6F. RGB value is (236,20,111). Sum of RGB (Red+Green+Blue) = 236+20+111=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC146F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC146F is #13EB90. Grayscale: #5E5E5E. Windows color (decimal): -1305489 or 7279852. OLE color: 7279852.
HSL color Cylindrical-coordinate representation of color #EC146F: hue angle of 334.72º 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 #EC146F is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 111 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.07 |
| HSL | 334.72º | 0.85% | 0.5% | - |
| HSV(B) | 334.72º | 0.92% | 0.93% | - |
| XYZ | 37.71 | 19.48 | 16.81 | - |
| YUV | 94.96 | 137.06 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 111 | 0 | 0.92 | 0.53 | 0.07 | 334.72 | 0.85 | 0.5 |
| Hex | EC | 14 | 6F | 0 | 5C | 35 | 7 | 14F | 55 | 32 |
| Octal | 354 | 24 | 157 | 0 | 134 | 65 | 7 | 517 | 125 | 62 |
| Binary | 11101100 | 10100 | 1101111 | 0 | 1011100 | 110101 | 111 | 101001111 | 1010101 | 110010 |
Color Harmonies of #EC146F
Complementary color
Monochromatic Colors of #EC146F
Black with #EC146F
Text Example
Text Example
White with #EC146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC146F; }
p { color: rgb(236,20,111); }
H1.HeaderClassName
{
color: #EC146F;
}
.AnyTagClassName
{
color: #EC146F;
}
</style>
background-color css
<style>
a { background-color: #EC146F; }
a { background-color: rgb(236,20,111); }
div.DivClassName
{
background-color: #EC146F;
}
.BgClassName
{
background-color: #EC146F;
}
</style>
border-color css
<style>
span { border-color: #EC146F; }
span { border-color: rgb(236,20,111); }
td.TdClassName
{
border-color: #EC146F;
}
.TagClassName
{
border-color: #EC146F;
}
</style>