Shades of Ruby #EC1765
Tints of Ruby #EC1765
RGB
CMYK
RGB Variations
Color information
#EC1765 (or 0xEC1765) is known color: Ruby. HEX triplet: EC, 17 and 65. RGB value is (236,23,101). Sum of RGB (Red+Green+Blue) = 236+23+101=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1765 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1765 is #13E89A. Grayscale: #5F5F5F. Windows color (decimal): -1304731 or 6625260. OLE color: 6625260.
HSL color Cylindrical-coordinate representation of color #EC1765: hue angle of 338.03º 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 #EC1765 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 101 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.07 |
| HSL | 338.03º | 0.85% | 0.51% | - |
| HSV(B) | 338.03º | 0.9% | 0.93% | - |
| XYZ | 37.25 | 19.39 | 14.09 | - |
| YUV | 95.58 | 131.07 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 101 | 0 | 0.90 | 0.57 | 0.07 | 338.03 | 0.85 | 0.51 |
| Hex | EC | 17 | 65 | 0 | 5A | 39 | 7 | 152 | 55 | 33 |
| Octal | 354 | 27 | 145 | 0 | 132 | 71 | 7 | 522 | 125 | 63 |
| Binary | 11101100 | 10111 | 1100101 | 0 | 1011010 | 111001 | 111 | 101010010 | 1010101 | 110011 |
Color Harmonies of #EC1765
Complementary color
Monochromatic Colors of #EC1765
Black with #EC1765
Text Example
Text Example
White with #EC1765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1765; }
p { color: rgb(236,23,101); }
H1.HeaderClassName
{
color: #EC1765;
}
.AnyTagClassName
{
color: #EC1765;
}
</style>
background-color css
<style>
a { background-color: #EC1765; }
a { background-color: rgb(236,23,101); }
div.DivClassName
{
background-color: #EC1765;
}
.BgClassName
{
background-color: #EC1765;
}
</style>
border-color css
<style>
span { border-color: #EC1765; }
span { border-color: rgb(236,23,101); }
td.TdClassName
{
border-color: #EC1765;
}
.TagClassName
{
border-color: #EC1765;
}
</style>