Shades of Ruby #EC1065
Tints of Ruby #EC1065
RGB
CMYK
RGB Variations
Color information
#EC1065 (or 0xEC1065) is known color: Ruby. HEX triplet: EC, 10 and 65. RGB value is (236,16,101). Sum of RGB (Red+Green+Blue) = 236+16+101=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1065 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1065 is #13EF9A. Grayscale: #5B5B5B. Windows color (decimal): -1306523 or 6623468. OLE color: 6623468.
HSL color Cylindrical-coordinate representation of color #EC1065: hue angle of 336.82º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1065 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 101 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.07 |
| HSL | 336.82º | 0.87% | 0.49% | - |
| HSV(B) | 336.82º | 0.93% | 0.93% | - |
| XYZ | 37.13 | 19.14 | 14.05 | - |
| YUV | 91.47 | 133.39 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 101 | 0 | 0.93 | 0.57 | 0.07 | 336.82 | 0.87 | 0.49 |
| Hex | EC | 10 | 65 | 0 | 5D | 39 | 7 | 151 | 57 | 31 |
| Octal | 354 | 20 | 145 | 0 | 135 | 71 | 7 | 521 | 127 | 61 |
| Binary | 11101100 | 10000 | 1100101 | 0 | 1011101 | 111001 | 111 | 101010001 | 1010111 | 110001 |
Color Harmonies of #EC1065
Complementary color
Monochromatic Colors of #EC1065
Black with #EC1065
Text Example
Text Example
White with #EC1065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1065; }
p { color: rgb(236,16,101); }
H1.HeaderClassName
{
color: #EC1065;
}
.AnyTagClassName
{
color: #EC1065;
}
</style>
background-color css
<style>
a { background-color: #EC1065; }
a { background-color: rgb(236,16,101); }
div.DivClassName
{
background-color: #EC1065;
}
.BgClassName
{
background-color: #EC1065;
}
</style>
border-color css
<style>
span { border-color: #EC1065; }
span { border-color: rgb(236,16,101); }
td.TdClassName
{
border-color: #EC1065;
}
.TagClassName
{
border-color: #EC1065;
}
</style>