Shades of Ruby #EC1A6E
Tints of Ruby #EC1A6E
RGB
CMYK
RGB Variations
Color information
#EC1A6E (or 0xEC1A6E) is known color: Ruby. HEX triplet: EC, 1A and 6E. RGB value is (236,26,110). Sum of RGB (Red+Green+Blue) = 236+26+110=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1A6E is #13E591. Grayscale: #626262. Windows color (decimal): -1303954 or 7215852. OLE color: 7215852.
HSL color Cylindrical-coordinate representation of color #EC1A6E: hue angle of 336º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1A6E is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 110 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.07 |
| HSL | 336º | 0.85% | 0.51% | - |
| HSV(B) | 336º | 0.89% | 0.93% | - |
| XYZ | 37.78 | 19.7 | 16.56 | - |
| YUV | 98.37 | 134.57 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 110 | 0 | 0.89 | 0.53 | 0.07 | 336 | 0.85 | 0.51 |
| Hex | EC | 1A | 6E | 0 | 59 | 35 | 7 | 150 | 55 | 33 |
| Octal | 354 | 32 | 156 | 0 | 131 | 65 | 7 | 520 | 125 | 63 |
| Binary | 11101100 | 11010 | 1101110 | 0 | 1011001 | 110101 | 111 | 101010000 | 1010101 | 110011 |
Color Harmonies of #EC1A6E
Complementary color
Monochromatic Colors of #EC1A6E
Black with #EC1A6E
Text Example
Text Example
White with #EC1A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A6E; }
p { color: rgb(236,26,110); }
H1.HeaderClassName
{
color: #EC1A6E;
}
.AnyTagClassName
{
color: #EC1A6E;
}
</style>
background-color css
<style>
a { background-color: #EC1A6E; }
a { background-color: rgb(236,26,110); }
div.DivClassName
{
background-color: #EC1A6E;
}
.BgClassName
{
background-color: #EC1A6E;
}
</style>
border-color css
<style>
span { border-color: #EC1A6E; }
span { border-color: rgb(236,26,110); }
td.TdClassName
{
border-color: #EC1A6E;
}
.TagClassName
{
border-color: #EC1A6E;
}
</style>