Shades of Ruby #EC1D5D
Tints of Ruby #EC1D5D
RGB
CMYK
RGB Variations
Color information
#EC1D5D (or 0xEC1D5D) is known color: Ruby. HEX triplet: EC, 1D and 5D. RGB value is (236,29,93). Sum of RGB (Red+Green+Blue) = 236+29+93=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1D5D is #13E2A2. Grayscale: #626262. Windows color (decimal): -1303203 or 6102508. OLE color: 6102508.
HSL color Cylindrical-coordinate representation of color #EC1D5D: hue angle of 341.45º 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 #EC1D5D is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 93 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.07 |
| HSL | 341.45º | 0.84% | 0.52% | - |
| HSV(B) | 341.45º | 0.88% | 0.93% | - |
| XYZ | 37.01 | 19.5 | 12.17 | - |
| YUV | 98.19 | 125.08 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 93 | 0 | 0.88 | 0.61 | 0.07 | 341.45 | 0.84 | 0.52 |
| Hex | EC | 1D | 5D | 0 | 58 | 3D | 7 | 155 | 54 | 34 |
| Octal | 354 | 35 | 135 | 0 | 130 | 75 | 7 | 525 | 124 | 64 |
| Binary | 11101100 | 11101 | 1011101 | 0 | 1011000 | 111101 | 111 | 101010101 | 1010100 | 110100 |
Color Harmonies of #EC1D5D
Complementary color
Monochromatic Colors of #EC1D5D
Black with #EC1D5D
Text Example
Text Example
White with #EC1D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D5D; }
p { color: rgb(236,29,93); }
H1.HeaderClassName
{
color: #EC1D5D;
}
.AnyTagClassName
{
color: #EC1D5D;
}
</style>
background-color css
<style>
a { background-color: #EC1D5D; }
a { background-color: rgb(236,29,93); }
div.DivClassName
{
background-color: #EC1D5D;
}
.BgClassName
{
background-color: #EC1D5D;
}
</style>
border-color css
<style>
span { border-color: #EC1D5D; }
span { border-color: rgb(236,29,93); }
td.TdClassName
{
border-color: #EC1D5D;
}
.TagClassName
{
border-color: #EC1D5D;
}
</style>