Shades of Ruby #EC1873
Tints of Ruby #EC1873
RGB
CMYK
RGB Variations
Color information
#EC1873 (or 0xEC1873) is known color: Ruby. HEX triplet: EC, 18 and 73. RGB value is (236,24,115). Sum of RGB (Red+Green+Blue) = 236+24+115=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1873 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1873 is #13E78C. Grayscale: #616161. Windows color (decimal): -1304461 or 7543020. OLE color: 7543020.
HSL color Cylindrical-coordinate representation of color #EC1873: hue angle of 334.25º 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 #EC1873 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 115 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.07 |
| HSL | 334.25º | 0.85% | 0.51% | - |
| HSV(B) | 334.25º | 0.9% | 0.93% | - |
| XYZ | 38.01 | 19.72 | 18.02 | - |
| YUV | 97.76 | 137.74 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 115 | 0 | 0.90 | 0.51 | 0.07 | 334.25 | 0.85 | 0.51 |
| Hex | EC | 18 | 73 | 0 | 5A | 33 | 7 | 14E | 55 | 33 |
| Octal | 354 | 30 | 163 | 0 | 132 | 63 | 7 | 516 | 125 | 63 |
| Binary | 11101100 | 11000 | 1110011 | 0 | 1011010 | 110011 | 111 | 101001110 | 1010101 | 110011 |
Color Harmonies of #EC1873
Complementary color
Monochromatic Colors of #EC1873
Black with #EC1873
Text Example
Text Example
White with #EC1873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1873; }
p { color: rgb(236,24,115); }
H1.HeaderClassName
{
color: #EC1873;
}
.AnyTagClassName
{
color: #EC1873;
}
</style>
background-color css
<style>
a { background-color: #EC1873; }
a { background-color: rgb(236,24,115); }
div.DivClassName
{
background-color: #EC1873;
}
.BgClassName
{
background-color: #EC1873;
}
</style>
border-color css
<style>
span { border-color: #EC1873; }
span { border-color: rgb(236,24,115); }
td.TdClassName
{
border-color: #EC1873;
}
.TagClassName
{
border-color: #EC1873;
}
</style>