Shades of Ruby #EC165C
Tints of Ruby #EC165C
RGB
CMYK
RGB Variations
Color information
#EC165C (or 0xEC165C) is known color: Ruby. HEX triplet: EC, 16 and 5C. RGB value is (236,22,92). Sum of RGB (Red+Green+Blue) = 236+22+92=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC165C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC165C is #13E9A3. Grayscale: #5D5D5D. Windows color (decimal): -1304996 or 6035180. OLE color: 6035180.
HSL color Cylindrical-coordinate representation of color #EC165C: hue angle of 340.37º 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 #EC165C is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 92 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.07 |
| HSL | 340.37º | 0.85% | 0.51% | - |
| HSV(B) | 340.37º | 0.91% | 0.93% | - |
| XYZ | 36.81 | 19.18 | 11.89 | - |
| YUV | 93.97 | 126.9 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 92 | 0 | 0.91 | 0.61 | 0.07 | 340.37 | 0.85 | 0.51 |
| Hex | EC | 16 | 5C | 0 | 5B | 3D | 7 | 154 | 55 | 33 |
| Octal | 354 | 26 | 134 | 0 | 133 | 75 | 7 | 524 | 125 | 63 |
| Binary | 11101100 | 10110 | 1011100 | 0 | 1011011 | 111101 | 111 | 101010100 | 1010101 | 110011 |
Color Harmonies of #EC165C
Complementary color
Monochromatic Colors of #EC165C
Black with #EC165C
Text Example
Text Example
White with #EC165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC165C; }
p { color: rgb(236,22,92); }
H1.HeaderClassName
{
color: #EC165C;
}
.AnyTagClassName
{
color: #EC165C;
}
</style>
background-color css
<style>
a { background-color: #EC165C; }
a { background-color: rgb(236,22,92); }
div.DivClassName
{
background-color: #EC165C;
}
.BgClassName
{
background-color: #EC165C;
}
</style>
border-color css
<style>
span { border-color: #EC165C; }
span { border-color: rgb(236,22,92); }
td.TdClassName
{
border-color: #EC165C;
}
.TagClassName
{
border-color: #EC165C;
}
</style>