Shades of Ruby #EC1879
Tints of Ruby #EC1879
RGB
CMYK
RGB Variations
Color information
#EC1879 (or 0xEC1879) is known color: Ruby. HEX triplet: EC, 18 and 79. RGB value is (236,24,121). Sum of RGB (Red+Green+Blue) = 236+24+121=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1879 is #13E786. Grayscale: #626262. Windows color (decimal): -1304455 or 7936236. OLE color: 7936236.
HSL color Cylindrical-coordinate representation of color #EC1879: hue angle of 332.55º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1879 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 121 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.07 |
| HSL | 332.55º | 0.85% | 0.51% | - |
| HSV(B) | 332.55º | 0.9% | 0.93% | - |
| XYZ | 38.37 | 19.87 | 19.9 | - |
| YUV | 98.45 | 140.74 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 121 | 0 | 0.90 | 0.49 | 0.07 | 332.55 | 0.85 | 0.51 |
| Hex | EC | 18 | 79 | 0 | 5A | 31 | 7 | 14D | 55 | 33 |
| Octal | 354 | 30 | 171 | 0 | 132 | 61 | 7 | 515 | 125 | 63 |
| Binary | 11101100 | 11000 | 1111001 | 0 | 1011010 | 110001 | 111 | 101001101 | 1010101 | 110011 |
Color Harmonies of #EC1879
Complementary color
Monochromatic Colors of #EC1879
Black with #EC1879
Text Example
Text Example
White with #EC1879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1879; }
p { color: rgb(236,24,121); }
H1.HeaderClassName
{
color: #EC1879;
}
.AnyTagClassName
{
color: #EC1879;
}
</style>
background-color css
<style>
a { background-color: #EC1879; }
a { background-color: rgb(236,24,121); }
div.DivClassName
{
background-color: #EC1879;
}
.BgClassName
{
background-color: #EC1879;
}
</style>
border-color css
<style>
span { border-color: #EC1879; }
span { border-color: rgb(236,24,121); }
td.TdClassName
{
border-color: #EC1879;
}
.TagClassName
{
border-color: #EC1879;
}
</style>