Shades of Ruby #EC176E
Tints of Ruby #EC176E
RGB
CMYK
RGB Variations
Color information
#EC176E (or 0xEC176E) is known color: Ruby. HEX triplet: EC, 17 and 6E. RGB value is (236,23,110). Sum of RGB (Red+Green+Blue) = 236+23+110=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC176E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC176E is #13E891. Grayscale: #606060. Windows color (decimal): -1304722 or 7215084. OLE color: 7215084.
HSL color Cylindrical-coordinate representation of color #EC176E: hue angle of 335.49º 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 #EC176E is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 110 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.07 |
| HSL | 335.49º | 0.85% | 0.51% | - |
| HSV(B) | 335.49º | 0.9% | 0.93% | - |
| XYZ | 37.71 | 19.57 | 16.54 | - |
| YUV | 96.61 | 135.57 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 110 | 0 | 0.90 | 0.53 | 0.07 | 335.49 | 0.85 | 0.51 |
| Hex | EC | 17 | 6E | 0 | 5A | 35 | 7 | 14F | 55 | 33 |
| Octal | 354 | 27 | 156 | 0 | 132 | 65 | 7 | 517 | 125 | 63 |
| Binary | 11101100 | 10111 | 1101110 | 0 | 1011010 | 110101 | 111 | 101001111 | 1010101 | 110011 |
Color Harmonies of #EC176E
Complementary color
Monochromatic Colors of #EC176E
Black with #EC176E
Text Example
Text Example
White with #EC176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC176E; }
p { color: rgb(236,23,110); }
H1.HeaderClassName
{
color: #EC176E;
}
.AnyTagClassName
{
color: #EC176E;
}
</style>
background-color css
<style>
a { background-color: #EC176E; }
a { background-color: rgb(236,23,110); }
div.DivClassName
{
background-color: #EC176E;
}
.BgClassName
{
background-color: #EC176E;
}
</style>
border-color css
<style>
span { border-color: #EC176E; }
span { border-color: rgb(236,23,110); }
td.TdClassName
{
border-color: #EC176E;
}
.TagClassName
{
border-color: #EC176E;
}
</style>