Shades of Ruby #EC165E
Tints of Ruby #EC165E
RGB
CMYK
RGB Variations
Color information
#EC165E (or 0xEC165E) is known color: Ruby. HEX triplet: EC, 16 and 5E. RGB value is (236,22,94). Sum of RGB (Red+Green+Blue) = 236+22+94=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC165E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC165E is #13E9A1. Grayscale: #5E5E5E. Windows color (decimal): -1304994 or 6166252. OLE color: 6166252.
HSL color Cylindrical-coordinate representation of color #EC165E: hue angle of 339.81º 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 #EC165E is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 94 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.07 |
| HSL | 339.81º | 0.85% | 0.51% | - |
| HSV(B) | 339.81º | 0.91% | 0.93% | - |
| XYZ | 36.9 | 19.21 | 12.35 | - |
| YUV | 94.19 | 127.9 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 94 | 0 | 0.91 | 0.60 | 0.07 | 339.81 | 0.85 | 0.51 |
| Hex | EC | 16 | 5E | 0 | 5B | 3C | 7 | 154 | 55 | 33 |
| Octal | 354 | 26 | 136 | 0 | 133 | 74 | 7 | 524 | 125 | 63 |
| Binary | 11101100 | 10110 | 1011110 | 0 | 1011011 | 111100 | 111 | 101010100 | 1010101 | 110011 |
Color Harmonies of #EC165E
Complementary color
Monochromatic Colors of #EC165E
Black with #EC165E
Text Example
Text Example
White with #EC165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC165E; }
p { color: rgb(236,22,94); }
H1.HeaderClassName
{
color: #EC165E;
}
.AnyTagClassName
{
color: #EC165E;
}
</style>
background-color css
<style>
a { background-color: #EC165E; }
a { background-color: rgb(236,22,94); }
div.DivClassName
{
background-color: #EC165E;
}
.BgClassName
{
background-color: #EC165E;
}
</style>
border-color css
<style>
span { border-color: #EC165E; }
span { border-color: rgb(236,22,94); }
td.TdClassName
{
border-color: #EC165E;
}
.TagClassName
{
border-color: #EC165E;
}
</style>