Shades of Ruby #EC126E
Tints of Ruby #EC126E
RGB
CMYK
RGB Variations
Color information
#EC126E (or 0xEC126E) is known color: Ruby. HEX triplet: EC, 12 and 6E. RGB value is (236,18,110). Sum of RGB (Red+Green+Blue) = 236+18+110=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC126E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC126E is #13ED91. Grayscale: #5D5D5D. Windows color (decimal): -1306002 or 7213804. OLE color: 7213804.
HSL color Cylindrical-coordinate representation of color #EC126E: hue angle of 334.68º 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 #EC126E is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 110 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.07 |
| HSL | 334.68º | 0.86% | 0.5% | - |
| HSV(B) | 334.68º | 0.92% | 0.93% | - |
| XYZ | 37.62 | 19.39 | 16.51 | - |
| YUV | 93.67 | 137.22 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 110 | 0 | 0.92 | 0.53 | 0.07 | 334.68 | 0.86 | 0.5 |
| Hex | EC | 12 | 6E | 0 | 5C | 35 | 7 | 14F | 56 | 32 |
| Octal | 354 | 22 | 156 | 0 | 134 | 65 | 7 | 517 | 126 | 62 |
| Binary | 11101100 | 10010 | 1101110 | 0 | 1011100 | 110101 | 111 | 101001111 | 1010110 | 110010 |
Color Harmonies of #EC126E
Complementary color
Monochromatic Colors of #EC126E
Black with #EC126E
Text Example
Text Example
White with #EC126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC126E; }
p { color: rgb(236,18,110); }
H1.HeaderClassName
{
color: #EC126E;
}
.AnyTagClassName
{
color: #EC126E;
}
</style>
background-color css
<style>
a { background-color: #EC126E; }
a { background-color: rgb(236,18,110); }
div.DivClassName
{
background-color: #EC126E;
}
.BgClassName
{
background-color: #EC126E;
}
</style>
border-color css
<style>
span { border-color: #EC126E; }
span { border-color: rgb(236,18,110); }
td.TdClassName
{
border-color: #EC126E;
}
.TagClassName
{
border-color: #EC126E;
}
</style>