Shades of Ruby #EC1D5B
Tints of Ruby #EC1D5B
RGB
CMYK
RGB Variations
Color information
#EC1D5B (or 0xEC1D5B) is known color: Ruby. HEX triplet: EC, 1D and 5B. RGB value is (236,29,91). Sum of RGB (Red+Green+Blue) = 236+29+91=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1D5B is #13E2A4. Grayscale: #616161. Windows color (decimal): -1303205 or 5971436. OLE color: 5971436.
HSL color Cylindrical-coordinate representation of color #EC1D5B: hue angle of 342.03º 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 #EC1D5B is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 91 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.07 |
| HSL | 342.03º | 0.84% | 0.52% | - |
| HSV(B) | 342.03º | 0.88% | 0.93% | - |
| XYZ | 36.92 | 19.47 | 11.71 | - |
| YUV | 97.96 | 124.08 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 91 | 0 | 0.88 | 0.61 | 0.07 | 342.03 | 0.84 | 0.52 |
| Hex | EC | 1D | 5B | 0 | 58 | 3D | 7 | 156 | 54 | 34 |
| Octal | 354 | 35 | 133 | 0 | 130 | 75 | 7 | 526 | 124 | 64 |
| Binary | 11101100 | 11101 | 1011011 | 0 | 1011000 | 111101 | 111 | 101010110 | 1010100 | 110100 |
Color Harmonies of #EC1D5B
Complementary color
Monochromatic Colors of #EC1D5B
Black with #EC1D5B
Text Example
Text Example
White with #EC1D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D5B; }
p { color: rgb(236,29,91); }
H1.HeaderClassName
{
color: #EC1D5B;
}
.AnyTagClassName
{
color: #EC1D5B;
}
</style>
background-color css
<style>
a { background-color: #EC1D5B; }
a { background-color: rgb(236,29,91); }
div.DivClassName
{
background-color: #EC1D5B;
}
.BgClassName
{
background-color: #EC1D5B;
}
</style>
border-color css
<style>
span { border-color: #EC1D5B; }
span { border-color: rgb(236,29,91); }
td.TdClassName
{
border-color: #EC1D5B;
}
.TagClassName
{
border-color: #EC1D5B;
}
</style>