Shades of Ruby #EC1D73
Tints of Ruby #EC1D73
RGB
CMYK
RGB Variations
Color information
#EC1D73 (or 0xEC1D73) is known color: Ruby. HEX triplet: EC, 1D and 73. RGB value is (236,29,115). Sum of RGB (Red+Green+Blue) = 236+29+115=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1D73 is #13E28C. Grayscale: #646464. Windows color (decimal): -1303181 or 7544300. OLE color: 7544300.
HSL color Cylindrical-coordinate representation of color #EC1D73: hue angle of 335.07º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1D73 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 115 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.07 |
| HSL | 335.07º | 0.84% | 0.52% | - |
| HSV(B) | 335.07º | 0.88% | 0.93% | - |
| XYZ | 38.13 | 19.95 | 18.06 | - |
| YUV | 100.7 | 136.08 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 115 | 0 | 0.88 | 0.51 | 0.07 | 335.07 | 0.84 | 0.52 |
| Hex | EC | 1D | 73 | 0 | 58 | 33 | 7 | 14F | 54 | 34 |
| Octal | 354 | 35 | 163 | 0 | 130 | 63 | 7 | 517 | 124 | 64 |
| Binary | 11101100 | 11101 | 1110011 | 0 | 1011000 | 110011 | 111 | 101001111 | 1010100 | 110100 |
Color Harmonies of #EC1D73
Complementary color
Monochromatic Colors of #EC1D73
Black with #EC1D73
Text Example
Text Example
White with #EC1D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D73; }
p { color: rgb(236,29,115); }
H1.HeaderClassName
{
color: #EC1D73;
}
.AnyTagClassName
{
color: #EC1D73;
}
</style>
background-color css
<style>
a { background-color: #EC1D73; }
a { background-color: rgb(236,29,115); }
div.DivClassName
{
background-color: #EC1D73;
}
.BgClassName
{
background-color: #EC1D73;
}
</style>
border-color css
<style>
span { border-color: #EC1D73; }
span { border-color: rgb(236,29,115); }
td.TdClassName
{
border-color: #EC1D73;
}
.TagClassName
{
border-color: #EC1D73;
}
</style>