Shades of Ruby #EC126C
Tints of Ruby #EC126C
RGB
CMYK
RGB Variations
Color information
#EC126C (or 0xEC126C) is known color: Ruby. HEX triplet: EC, 12 and 6C. RGB value is (236,18,108). Sum of RGB (Red+Green+Blue) = 236+18+108=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC126C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC126C is #13ED93. Grayscale: #5D5D5D. Windows color (decimal): -1306004 or 7082732. OLE color: 7082732.
HSL color Cylindrical-coordinate representation of color #EC126C: hue angle of 335.23º degrees, saturation: 0.86, 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 #EC126C is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 108 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.07 |
| HSL | 335.23º | 0.86% | 0.5% | - |
| HSV(B) | 335.23º | 0.92% | 0.93% | - |
| XYZ | 37.52 | 19.35 | 15.94 | - |
| YUV | 93.44 | 136.22 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 108 | 0 | 0.92 | 0.54 | 0.07 | 335.23 | 0.86 | 0.5 |
| Hex | EC | 12 | 6C | 0 | 5C | 36 | 7 | 14F | 56 | 32 |
| Octal | 354 | 22 | 154 | 0 | 134 | 66 | 7 | 517 | 126 | 62 |
| Binary | 11101100 | 10010 | 1101100 | 0 | 1011100 | 110110 | 111 | 101001111 | 1010110 | 110010 |
Color Harmonies of #EC126C
Complementary color
Monochromatic Colors of #EC126C
Black with #EC126C
Text Example
Text Example
White with #EC126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC126C; }
p { color: rgb(236,18,108); }
H1.HeaderClassName
{
color: #EC126C;
}
.AnyTagClassName
{
color: #EC126C;
}
</style>
background-color css
<style>
a { background-color: #EC126C; }
a { background-color: rgb(236,18,108); }
div.DivClassName
{
background-color: #EC126C;
}
.BgClassName
{
background-color: #EC126C;
}
</style>
border-color css
<style>
span { border-color: #EC126C; }
span { border-color: rgb(236,18,108); }
td.TdClassName
{
border-color: #EC126C;
}
.TagClassName
{
border-color: #EC126C;
}
</style>