Shades of Ruby #EC1764
Tints of Ruby #EC1764
RGB
CMYK
RGB Variations
Color information
#EC1764 (or 0xEC1764) is known color: Ruby. HEX triplet: EC, 17 and 64. RGB value is (236,23,100). Sum of RGB (Red+Green+Blue) = 236+23+100=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1764 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1764 is #13E89B. Grayscale: #5F5F5F. Windows color (decimal): -1304732 or 6559724. OLE color: 6559724.
HSL color Cylindrical-coordinate representation of color #EC1764: hue angle of 338.31º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1764 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 100 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.07 |
| HSL | 338.31º | 0.85% | 0.51% | - |
| HSV(B) | 338.31º | 0.9% | 0.93% | - |
| XYZ | 37.2 | 19.37 | 13.83 | - |
| YUV | 95.47 | 130.57 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 100 | 0 | 0.90 | 0.58 | 0.07 | 338.31 | 0.85 | 0.51 |
| Hex | EC | 17 | 64 | 0 | 5A | 3A | 7 | 152 | 55 | 33 |
| Octal | 354 | 27 | 144 | 0 | 132 | 72 | 7 | 522 | 125 | 63 |
| Binary | 11101100 | 10111 | 1100100 | 0 | 1011010 | 111010 | 111 | 101010010 | 1010101 | 110011 |
Color Harmonies of #EC1764
Complementary color
Monochromatic Colors of #EC1764
Black with #EC1764
Text Example
Text Example
White with #EC1764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1764; }
p { color: rgb(236,23,100); }
H1.HeaderClassName
{
color: #EC1764;
}
.AnyTagClassName
{
color: #EC1764;
}
</style>
background-color css
<style>
a { background-color: #EC1764; }
a { background-color: rgb(236,23,100); }
div.DivClassName
{
background-color: #EC1764;
}
.BgClassName
{
background-color: #EC1764;
}
</style>
border-color css
<style>
span { border-color: #EC1764; }
span { border-color: rgb(236,23,100); }
td.TdClassName
{
border-color: #EC1764;
}
.TagClassName
{
border-color: #EC1764;
}
</style>