Shades of Ruby #EC1A79
Tints of Ruby #EC1A79
RGB
CMYK
RGB Variations
Color information
#EC1A79 (or 0xEC1A79) is known color: Ruby. HEX triplet: EC, 1A and 79. RGB value is (236,26,121). Sum of RGB (Red+Green+Blue) = 236+26+121=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1A79 is #13E586. Grayscale: #636363. Windows color (decimal): -1303943 or 7936748. OLE color: 7936748.
HSL color Cylindrical-coordinate representation of color #EC1A79: hue angle of 332.86º 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 #EC1A79 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 121 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.07 |
| HSL | 332.86º | 0.85% | 0.51% | - |
| HSV(B) | 332.86º | 0.89% | 0.93% | - |
| XYZ | 38.41 | 19.95 | 19.92 | - |
| YUV | 99.62 | 140.07 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 121 | 0 | 0.89 | 0.49 | 0.07 | 332.86 | 0.85 | 0.51 |
| Hex | EC | 1A | 79 | 0 | 59 | 31 | 7 | 14D | 55 | 33 |
| Octal | 354 | 32 | 171 | 0 | 131 | 61 | 7 | 515 | 125 | 63 |
| Binary | 11101100 | 11010 | 1111001 | 0 | 1011001 | 110001 | 111 | 101001101 | 1010101 | 110011 |
Color Harmonies of #EC1A79
Complementary color
Monochromatic Colors of #EC1A79
Black with #EC1A79
Text Example
Text Example
White with #EC1A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A79; }
p { color: rgb(236,26,121); }
H1.HeaderClassName
{
color: #EC1A79;
}
.AnyTagClassName
{
color: #EC1A79;
}
</style>
background-color css
<style>
a { background-color: #EC1A79; }
a { background-color: rgb(236,26,121); }
div.DivClassName
{
background-color: #EC1A79;
}
.BgClassName
{
background-color: #EC1A79;
}
</style>
border-color css
<style>
span { border-color: #EC1A79; }
span { border-color: rgb(236,26,121); }
td.TdClassName
{
border-color: #EC1A79;
}
.TagClassName
{
border-color: #EC1A79;
}
</style>