Shades of Ruby #EC1D74
Tints of Ruby #EC1D74
RGB
CMYK
RGB Variations
Color information
#EC1D74 (or 0xEC1D74) is known color: Ruby. HEX triplet: EC, 1D and 74. RGB value is (236,29,116). Sum of RGB (Red+Green+Blue) = 236+29+116=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1D74 is #13E28B. Grayscale: #646464. Windows color (decimal): -1303180 or 7609836. OLE color: 7609836.
HSL color Cylindrical-coordinate representation of color #EC1D74: hue angle of 334.78º 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 #EC1D74 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 116 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.07 |
| HSL | 334.78º | 0.84% | 0.52% | - |
| HSV(B) | 334.78º | 0.88% | 0.93% | - |
| XYZ | 38.18 | 19.97 | 18.37 | - |
| YUV | 100.81 | 136.58 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 116 | 0 | 0.88 | 0.51 | 0.07 | 334.78 | 0.84 | 0.52 |
| Hex | EC | 1D | 74 | 0 | 58 | 33 | 7 | 14F | 54 | 34 |
| Octal | 354 | 35 | 164 | 0 | 130 | 63 | 7 | 517 | 124 | 64 |
| Binary | 11101100 | 11101 | 1110100 | 0 | 1011000 | 110011 | 111 | 101001111 | 1010100 | 110100 |
Color Harmonies of #EC1D74
Complementary color
Monochromatic Colors of #EC1D74
Black with #EC1D74
Text Example
Text Example
White with #EC1D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D74; }
p { color: rgb(236,29,116); }
H1.HeaderClassName
{
color: #EC1D74;
}
.AnyTagClassName
{
color: #EC1D74;
}
</style>
background-color css
<style>
a { background-color: #EC1D74; }
a { background-color: rgb(236,29,116); }
div.DivClassName
{
background-color: #EC1D74;
}
.BgClassName
{
background-color: #EC1D74;
}
</style>
border-color css
<style>
span { border-color: #EC1D74; }
span { border-color: rgb(236,29,116); }
td.TdClassName
{
border-color: #EC1D74;
}
.TagClassName
{
border-color: #EC1D74;
}
</style>