Shades of Ruby #EC177A
Tints of Ruby #EC177A
RGB
CMYK
RGB Variations
Color information
#EC177A (or 0xEC177A) is known color: Ruby. HEX triplet: EC, 17 and 7A. RGB value is (236,23,122). Sum of RGB (Red+Green+Blue) = 236+23+122=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC177A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC177A is #13E885. Grayscale: #616161. Windows color (decimal): -1304710 or 8001516. OLE color: 8001516.
HSL color Cylindrical-coordinate representation of color #EC177A: hue angle of 332.11º 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 #EC177A is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 122 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.07 |
| HSL | 332.11º | 0.85% | 0.51% | - |
| HSV(B) | 332.11º | 0.9% | 0.93% | - |
| XYZ | 38.41 | 19.85 | 20.22 | - |
| YUV | 97.97 | 141.57 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 122 | 0 | 0.90 | 0.48 | 0.07 | 332.11 | 0.85 | 0.51 |
| Hex | EC | 17 | 7A | 0 | 5A | 30 | 7 | 14C | 55 | 33 |
| Octal | 354 | 27 | 172 | 0 | 132 | 60 | 7 | 514 | 125 | 63 |
| Binary | 11101100 | 10111 | 1111010 | 0 | 1011010 | 110000 | 111 | 101001100 | 1010101 | 110011 |
Color Harmonies of #EC177A
Complementary color
Monochromatic Colors of #EC177A
Black with #EC177A
Text Example
Text Example
White with #EC177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC177A; }
p { color: rgb(236,23,122); }
H1.HeaderClassName
{
color: #EC177A;
}
.AnyTagClassName
{
color: #EC177A;
}
</style>
background-color css
<style>
a { background-color: #EC177A; }
a { background-color: rgb(236,23,122); }
div.DivClassName
{
background-color: #EC177A;
}
.BgClassName
{
background-color: #EC177A;
}
</style>
border-color css
<style>
span { border-color: #EC177A; }
span { border-color: rgb(236,23,122); }
td.TdClassName
{
border-color: #EC177A;
}
.TagClassName
{
border-color: #EC177A;
}
</style>