Shades of Ruby #EC1564
Tints of Ruby #EC1564
RGB
CMYK
RGB Variations
Color information
#EC1564 (or 0xEC1564) is known color: Ruby. HEX triplet: EC, 15 and 64. RGB value is (236,21,100). Sum of RGB (Red+Green+Blue) = 236+21+100=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1564 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1564 is #13EA9B. Grayscale: #5E5E5E. Windows color (decimal): -1305244 or 6559212. OLE color: 6559212.
HSL color Cylindrical-coordinate representation of color #EC1564: hue angle of 337.95º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1564 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 100 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.07 |
| HSL | 337.95º | 0.85% | 0.5% | - |
| HSV(B) | 337.95º | 0.91% | 0.93% | - |
| XYZ | 37.16 | 19.29 | 13.82 | - |
| YUV | 94.29 | 131.23 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 100 | 0 | 0.91 | 0.58 | 0.07 | 337.95 | 0.85 | 0.5 |
| Hex | EC | 15 | 64 | 0 | 5B | 3A | 7 | 152 | 55 | 32 |
| Octal | 354 | 25 | 144 | 0 | 133 | 72 | 7 | 522 | 125 | 62 |
| Binary | 11101100 | 10101 | 1100100 | 0 | 1011011 | 111010 | 111 | 101010010 | 1010101 | 110010 |
Color Harmonies of #EC1564
Complementary color
Monochromatic Colors of #EC1564
Black with #EC1564
Text Example
Text Example
White with #EC1564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1564; }
p { color: rgb(236,21,100); }
H1.HeaderClassName
{
color: #EC1564;
}
.AnyTagClassName
{
color: #EC1564;
}
</style>
background-color css
<style>
a { background-color: #EC1564; }
a { background-color: rgb(236,21,100); }
div.DivClassName
{
background-color: #EC1564;
}
.BgClassName
{
background-color: #EC1564;
}
</style>
border-color css
<style>
span { border-color: #EC1564; }
span { border-color: rgb(236,21,100); }
td.TdClassName
{
border-color: #EC1564;
}
.TagClassName
{
border-color: #EC1564;
}
</style>