Shades of Ruby #EC1775
Tints of Ruby #EC1775
RGB
CMYK
RGB Variations
Color information
#EC1775 (or 0xEC1775) is known color: Ruby. HEX triplet: EC, 17 and 75. RGB value is (236,23,117). Sum of RGB (Red+Green+Blue) = 236+23+117=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1775 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1775 is #13E88A. Grayscale: #616161. Windows color (decimal): -1304715 or 7673836. OLE color: 7673836.
HSL color Cylindrical-coordinate representation of color #EC1775: hue angle of 333.52º 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 #EC1775 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 117 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.07 |
| HSL | 333.52º | 0.85% | 0.51% | - |
| HSV(B) | 333.52º | 0.9% | 0.93% | - |
| XYZ | 38.11 | 19.73 | 18.63 | - |
| YUV | 97.4 | 139.07 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 117 | 0 | 0.90 | 0.50 | 0.07 | 333.52 | 0.85 | 0.51 |
| Hex | EC | 17 | 75 | 0 | 5A | 32 | 7 | 14E | 55 | 33 |
| Octal | 354 | 27 | 165 | 0 | 132 | 62 | 7 | 516 | 125 | 63 |
| Binary | 11101100 | 10111 | 1110101 | 0 | 1011010 | 110010 | 111 | 101001110 | 1010101 | 110011 |
Color Harmonies of #EC1775
Complementary color
Monochromatic Colors of #EC1775
Black with #EC1775
Text Example
Text Example
White with #EC1775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1775; }
p { color: rgb(236,23,117); }
H1.HeaderClassName
{
color: #EC1775;
}
.AnyTagClassName
{
color: #EC1775;
}
</style>
background-color css
<style>
a { background-color: #EC1775; }
a { background-color: rgb(236,23,117); }
div.DivClassName
{
background-color: #EC1775;
}
.BgClassName
{
background-color: #EC1775;
}
</style>
border-color css
<style>
span { border-color: #EC1775; }
span { border-color: rgb(236,23,117); }
td.TdClassName
{
border-color: #EC1775;
}
.TagClassName
{
border-color: #EC1775;
}
</style>