Shades of Ruby #EC1669
Tints of Ruby #EC1669
RGB
CMYK
RGB Variations
Color information
#EC1669 (or 0xEC1669) is known color: Ruby. HEX triplet: EC, 16 and 69. RGB value is (236,22,105). Sum of RGB (Red+Green+Blue) = 236+22+105=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1669 is #13E996. Grayscale: #5F5F5F. Windows color (decimal): -1304983 or 6887148. OLE color: 6887148.
HSL color Cylindrical-coordinate representation of color #EC1669: hue angle of 336.73º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1669 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 105 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.07 |
| HSL | 336.73º | 0.85% | 0.51% | - |
| HSV(B) | 336.73º | 0.91% | 0.93% | - |
| XYZ | 37.43 | 19.43 | 15.14 | - |
| YUV | 95.45 | 133.4 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 105 | 0 | 0.91 | 0.56 | 0.07 | 336.73 | 0.85 | 0.51 |
| Hex | EC | 16 | 69 | 0 | 5B | 38 | 7 | 151 | 55 | 33 |
| Octal | 354 | 26 | 151 | 0 | 133 | 70 | 7 | 521 | 125 | 63 |
| Binary | 11101100 | 10110 | 1101001 | 0 | 1011011 | 111000 | 111 | 101010001 | 1010101 | 110011 |
Color Harmonies of #EC1669
Complementary color
Monochromatic Colors of #EC1669
Black with #EC1669
Text Example
Text Example
White with #EC1669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1669; }
p { color: rgb(236,22,105); }
H1.HeaderClassName
{
color: #EC1669;
}
.AnyTagClassName
{
color: #EC1669;
}
</style>
background-color css
<style>
a { background-color: #EC1669; }
a { background-color: rgb(236,22,105); }
div.DivClassName
{
background-color: #EC1669;
}
.BgClassName
{
background-color: #EC1669;
}
</style>
border-color css
<style>
span { border-color: #EC1669; }
span { border-color: rgb(236,22,105); }
td.TdClassName
{
border-color: #EC1669;
}
.TagClassName
{
border-color: #EC1669;
}
</style>