Shades of Ruby #EC167A
Tints of Ruby #EC167A
RGB
CMYK
RGB Variations
Color information
#EC167A (or 0xEC167A) is known color: Ruby. HEX triplet: EC, 16 and 7A. RGB value is (236,22,122). Sum of RGB (Red+Green+Blue) = 236+22+122=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC167A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC167A is #13E985. Grayscale: #616161. Windows color (decimal): -1304966 or 8001260. OLE color: 8001260.
HSL color Cylindrical-coordinate representation of color #EC167A: hue angle of 331.96º 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 #EC167A is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 122 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.07 |
| HSL | 331.96º | 0.85% | 0.51% | - |
| HSV(B) | 331.96º | 0.91% | 0.93% | - |
| XYZ | 38.39 | 19.81 | 20.21 | - |
| YUV | 97.39 | 141.9 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 122 | 0 | 0.91 | 0.48 | 0.07 | 331.96 | 0.85 | 0.51 |
| Hex | EC | 16 | 7A | 0 | 5B | 30 | 7 | 14C | 55 | 33 |
| Octal | 354 | 26 | 172 | 0 | 133 | 60 | 7 | 514 | 125 | 63 |
| Binary | 11101100 | 10110 | 1111010 | 0 | 1011011 | 110000 | 111 | 101001100 | 1010101 | 110011 |
Color Harmonies of #EC167A
Complementary color
Monochromatic Colors of #EC167A
Black with #EC167A
Text Example
Text Example
White with #EC167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC167A; }
p { color: rgb(236,22,122); }
H1.HeaderClassName
{
color: #EC167A;
}
.AnyTagClassName
{
color: #EC167A;
}
</style>
background-color css
<style>
a { background-color: #EC167A; }
a { background-color: rgb(236,22,122); }
div.DivClassName
{
background-color: #EC167A;
}
.BgClassName
{
background-color: #EC167A;
}
</style>
border-color css
<style>
span { border-color: #EC167A; }
span { border-color: rgb(236,22,122); }
td.TdClassName
{
border-color: #EC167A;
}
.TagClassName
{
border-color: #EC167A;
}
</style>