Shades of Ruby #EC1866
Tints of Ruby #EC1866
RGB
CMYK
RGB Variations
Color information
#EC1866 (or 0xEC1866) is known color: Ruby. HEX triplet: EC, 18 and 66. RGB value is (236,24,102). Sum of RGB (Red+Green+Blue) = 236+24+102=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1866 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1866 is #13E799. Grayscale: #606060. Windows color (decimal): -1304474 or 6691052. OLE color: 6691052.
HSL color Cylindrical-coordinate representation of color #EC1866: hue angle of 337.92º 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 #EC1866 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 102 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.07 |
| HSL | 337.92º | 0.85% | 0.51% | - |
| HSV(B) | 337.92º | 0.9% | 0.93% | - |
| XYZ | 37.32 | 19.45 | 14.36 | - |
| YUV | 96.28 | 131.24 | 227.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 102 | 0 | 0.90 | 0.57 | 0.07 | 337.92 | 0.85 | 0.51 |
| Hex | EC | 18 | 66 | 0 | 5A | 39 | 7 | 152 | 55 | 33 |
| Octal | 354 | 30 | 146 | 0 | 132 | 71 | 7 | 522 | 125 | 63 |
| Binary | 11101100 | 11000 | 1100110 | 0 | 1011010 | 111001 | 111 | 101010010 | 1010101 | 110011 |
Color Harmonies of #EC1866
Complementary color
Monochromatic Colors of #EC1866
Black with #EC1866
Text Example
Text Example
White with #EC1866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1866; }
p { color: rgb(236,24,102); }
H1.HeaderClassName
{
color: #EC1866;
}
.AnyTagClassName
{
color: #EC1866;
}
</style>
background-color css
<style>
a { background-color: #EC1866; }
a { background-color: rgb(236,24,102); }
div.DivClassName
{
background-color: #EC1866;
}
.BgClassName
{
background-color: #EC1866;
}
</style>
border-color css
<style>
span { border-color: #EC1866; }
span { border-color: rgb(236,24,102); }
td.TdClassName
{
border-color: #EC1866;
}
.TagClassName
{
border-color: #EC1866;
}
</style>