Shades of Ruby #EC1D6D
Tints of Ruby #EC1D6D
RGB
CMYK
RGB Variations
Color information
#EC1D6D (or 0xEC1D6D) is known color: Ruby. HEX triplet: EC, 1D and 6D. RGB value is (236,29,109). Sum of RGB (Red+Green+Blue) = 236+29+109=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1D6D is #13E292. Grayscale: #636363. Windows color (decimal): -1303187 or 7151084. OLE color: 7151084.
HSL color Cylindrical-coordinate representation of color #EC1D6D: hue angle of 336.81º 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 #EC1D6D is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 109 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.07 |
| HSL | 336.81º | 0.84% | 0.52% | - |
| HSV(B) | 336.81º | 0.88% | 0.93% | - |
| XYZ | 37.79 | 19.82 | 16.3 | - |
| YUV | 100.01 | 133.08 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 109 | 0 | 0.88 | 0.54 | 0.07 | 336.81 | 0.84 | 0.52 |
| Hex | EC | 1D | 6D | 0 | 58 | 36 | 7 | 151 | 54 | 34 |
| Octal | 354 | 35 | 155 | 0 | 130 | 66 | 7 | 521 | 124 | 64 |
| Binary | 11101100 | 11101 | 1101101 | 0 | 1011000 | 110110 | 111 | 101010001 | 1010100 | 110100 |
Color Harmonies of #EC1D6D
Complementary color
Monochromatic Colors of #EC1D6D
Black with #EC1D6D
Text Example
Text Example
White with #EC1D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D6D; }
p { color: rgb(236,29,109); }
H1.HeaderClassName
{
color: #EC1D6D;
}
.AnyTagClassName
{
color: #EC1D6D;
}
</style>
background-color css
<style>
a { background-color: #EC1D6D; }
a { background-color: rgb(236,29,109); }
div.DivClassName
{
background-color: #EC1D6D;
}
.BgClassName
{
background-color: #EC1D6D;
}
</style>
border-color css
<style>
span { border-color: #EC1D6D; }
span { border-color: rgb(236,29,109); }
td.TdClassName
{
border-color: #EC1D6D;
}
.TagClassName
{
border-color: #EC1D6D;
}
</style>