Shades of Ruby #EC1D59
Tints of Ruby #EC1D59
RGB
CMYK
RGB Variations
Color information
#EC1D59 (or 0xEC1D59) is known color: Ruby. HEX triplet: EC, 1D and 59. RGB value is (236,29,89). Sum of RGB (Red+Green+Blue) = 236+29+89=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1D59 is #13E2A6. Grayscale: #616161. Windows color (decimal): -1303207 or 5840364. OLE color: 5840364.
HSL color Cylindrical-coordinate representation of color #EC1D59: hue angle of 342.61º 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 #EC1D59 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 89 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.07 |
| HSL | 342.61º | 0.84% | 0.52% | - |
| HSV(B) | 342.61º | 0.88% | 0.93% | - |
| XYZ | 36.83 | 19.43 | 11.26 | - |
| YUV | 97.73 | 123.08 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 89 | 0 | 0.88 | 0.62 | 0.07 | 342.61 | 0.84 | 0.52 |
| Hex | EC | 1D | 59 | 0 | 58 | 3E | 7 | 157 | 54 | 34 |
| Octal | 354 | 35 | 131 | 0 | 130 | 76 | 7 | 527 | 124 | 64 |
| Binary | 11101100 | 11101 | 1011001 | 0 | 1011000 | 111110 | 111 | 101010111 | 1010100 | 110100 |
Color Harmonies of #EC1D59
Complementary color
Monochromatic Colors of #EC1D59
Black with #EC1D59
Text Example
Text Example
White with #EC1D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D59; }
p { color: rgb(236,29,89); }
H1.HeaderClassName
{
color: #EC1D59;
}
.AnyTagClassName
{
color: #EC1D59;
}
</style>
background-color css
<style>
a { background-color: #EC1D59; }
a { background-color: rgb(236,29,89); }
div.DivClassName
{
background-color: #EC1D59;
}
.BgClassName
{
background-color: #EC1D59;
}
</style>
border-color css
<style>
span { border-color: #EC1D59; }
span { border-color: rgb(236,29,89); }
td.TdClassName
{
border-color: #EC1D59;
}
.TagClassName
{
border-color: #EC1D59;
}
</style>