Shades of Ruby #EC1D5E
Tints of Ruby #EC1D5E
RGB
CMYK
RGB Variations
Color information
#EC1D5E (or 0xEC1D5E) is known color: Ruby. HEX triplet: EC, 1D and 5E. RGB value is (236,29,94). Sum of RGB (Red+Green+Blue) = 236+29+94=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1D5E is #13E2A1. Grayscale: #626262. Windows color (decimal): -1303202 or 6168044. OLE color: 6168044.
HSL color Cylindrical-coordinate representation of color #EC1D5E: hue angle of 341.16º 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 #EC1D5E is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 94 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.07 |
| HSL | 341.16º | 0.84% | 0.52% | - |
| HSV(B) | 341.16º | 0.88% | 0.93% | - |
| XYZ | 37.05 | 19.52 | 12.4 | - |
| YUV | 98.3 | 125.58 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 94 | 0 | 0.88 | 0.60 | 0.07 | 341.16 | 0.84 | 0.52 |
| Hex | EC | 1D | 5E | 0 | 58 | 3C | 7 | 155 | 54 | 34 |
| Octal | 354 | 35 | 136 | 0 | 130 | 74 | 7 | 525 | 124 | 64 |
| Binary | 11101100 | 11101 | 1011110 | 0 | 1011000 | 111100 | 111 | 101010101 | 1010100 | 110100 |
Color Harmonies of #EC1D5E
Complementary color
Monochromatic Colors of #EC1D5E
Black with #EC1D5E
Text Example
Text Example
White with #EC1D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D5E; }
p { color: rgb(236,29,94); }
H1.HeaderClassName
{
color: #EC1D5E;
}
.AnyTagClassName
{
color: #EC1D5E;
}
</style>
background-color css
<style>
a { background-color: #EC1D5E; }
a { background-color: rgb(236,29,94); }
div.DivClassName
{
background-color: #EC1D5E;
}
.BgClassName
{
background-color: #EC1D5E;
}
</style>
border-color css
<style>
span { border-color: #EC1D5E; }
span { border-color: rgb(236,29,94); }
td.TdClassName
{
border-color: #EC1D5E;
}
.TagClassName
{
border-color: #EC1D5E;
}
</style>