Shades of Ruby #EC1763
Tints of Ruby #EC1763
RGB
CMYK
RGB Variations
Color information
#EC1763 (or 0xEC1763) is known color: Ruby. HEX triplet: EC, 17 and 63. RGB value is (236,23,99). Sum of RGB (Red+Green+Blue) = 236+23+99=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1763 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1763 is #13E89C. Grayscale: #5F5F5F. Windows color (decimal): -1304733 or 6494188. OLE color: 6494188.
HSL color Cylindrical-coordinate representation of color #EC1763: hue angle of 338.59º 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 #EC1763 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 99 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.07 |
| HSL | 338.59º | 0.85% | 0.51% | - |
| HSV(B) | 338.59º | 0.9% | 0.93% | - |
| XYZ | 37.15 | 19.35 | 13.58 | - |
| YUV | 95.35 | 130.07 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 99 | 0 | 0.90 | 0.58 | 0.07 | 338.59 | 0.85 | 0.51 |
| Hex | EC | 17 | 63 | 0 | 5A | 3A | 7 | 153 | 55 | 33 |
| Octal | 354 | 27 | 143 | 0 | 132 | 72 | 7 | 523 | 125 | 63 |
| Binary | 11101100 | 10111 | 1100011 | 0 | 1011010 | 111010 | 111 | 101010011 | 1010101 | 110011 |
Color Harmonies of #EC1763
Complementary color
Monochromatic Colors of #EC1763
Black with #EC1763
Text Example
Text Example
White with #EC1763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1763; }
p { color: rgb(236,23,99); }
H1.HeaderClassName
{
color: #EC1763;
}
.AnyTagClassName
{
color: #EC1763;
}
</style>
background-color css
<style>
a { background-color: #EC1763; }
a { background-color: rgb(236,23,99); }
div.DivClassName
{
background-color: #EC1763;
}
.BgClassName
{
background-color: #EC1763;
}
</style>
border-color css
<style>
span { border-color: #EC1763; }
span { border-color: rgb(236,23,99); }
td.TdClassName
{
border-color: #EC1763;
}
.TagClassName
{
border-color: #EC1763;
}
</style>