Shades of Ruby #EC1672
Tints of Ruby #EC1672
RGB
CMYK
RGB Variations
Color information
#EC1672 (or 0xEC1672) is known color: Ruby. HEX triplet: EC, 16 and 72. RGB value is (236,22,114). Sum of RGB (Red+Green+Blue) = 236+22+114=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1672 is #13E98D. Grayscale: #606060. Windows color (decimal): -1304974 or 7476972. OLE color: 7476972.
HSL color Cylindrical-coordinate representation of color #EC1672: hue angle of 334.21º 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 #EC1672 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 114 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.07 |
| HSL | 334.21º | 0.85% | 0.51% | - |
| HSV(B) | 334.21º | 0.91% | 0.93% | - |
| XYZ | 37.92 | 19.62 | 17.71 | - |
| YUV | 96.47 | 137.9 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 114 | 0 | 0.91 | 0.52 | 0.07 | 334.21 | 0.85 | 0.51 |
| Hex | EC | 16 | 72 | 0 | 5B | 34 | 7 | 14E | 55 | 33 |
| Octal | 354 | 26 | 162 | 0 | 133 | 64 | 7 | 516 | 125 | 63 |
| Binary | 11101100 | 10110 | 1110010 | 0 | 1011011 | 110100 | 111 | 101001110 | 1010101 | 110011 |
Color Harmonies of #EC1672
Complementary color
Monochromatic Colors of #EC1672
Black with #EC1672
Text Example
Text Example
White with #EC1672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1672; }
p { color: rgb(236,22,114); }
H1.HeaderClassName
{
color: #EC1672;
}
.AnyTagClassName
{
color: #EC1672;
}
</style>
background-color css
<style>
a { background-color: #EC1672; }
a { background-color: rgb(236,22,114); }
div.DivClassName
{
background-color: #EC1672;
}
.BgClassName
{
background-color: #EC1672;
}
</style>
border-color css
<style>
span { border-color: #EC1672; }
span { border-color: rgb(236,22,114); }
td.TdClassName
{
border-color: #EC1672;
}
.TagClassName
{
border-color: #EC1672;
}
</style>