Shades of Ruby #EC1662
Tints of Ruby #EC1662
RGB
CMYK
RGB Variations
Color information
#EC1662 (or 0xEC1662) is known color: Ruby. HEX triplet: EC, 16 and 62. RGB value is (236,22,98). Sum of RGB (Red+Green+Blue) = 236+22+98=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1662 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1662 is #13E99D. Grayscale: #5E5E5E. Windows color (decimal): -1304990 or 6428396. OLE color: 6428396.
HSL color Cylindrical-coordinate representation of color #EC1662: hue angle of 338.69º 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 #EC1662 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 98 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.07 |
| HSL | 338.69º | 0.85% | 0.51% | - |
| HSV(B) | 338.69º | 0.91% | 0.93% | - |
| XYZ | 37.08 | 19.29 | 13.32 | - |
| YUV | 94.65 | 129.9 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 98 | 0 | 0.91 | 0.58 | 0.07 | 338.69 | 0.85 | 0.51 |
| Hex | EC | 16 | 62 | 0 | 5B | 3A | 7 | 153 | 55 | 33 |
| Octal | 354 | 26 | 142 | 0 | 133 | 72 | 7 | 523 | 125 | 63 |
| Binary | 11101100 | 10110 | 1100010 | 0 | 1011011 | 111010 | 111 | 101010011 | 1010101 | 110011 |
Color Harmonies of #EC1662
Complementary color
Monochromatic Colors of #EC1662
Black with #EC1662
Text Example
Text Example
White with #EC1662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1662; }
p { color: rgb(236,22,98); }
H1.HeaderClassName
{
color: #EC1662;
}
.AnyTagClassName
{
color: #EC1662;
}
</style>
background-color css
<style>
a { background-color: #EC1662; }
a { background-color: rgb(236,22,98); }
div.DivClassName
{
background-color: #EC1662;
}
.BgClassName
{
background-color: #EC1662;
}
</style>
border-color css
<style>
span { border-color: #EC1662; }
span { border-color: rgb(236,22,98); }
td.TdClassName
{
border-color: #EC1662;
}
.TagClassName
{
border-color: #EC1662;
}
</style>