Shades of Ruby #EC1175
Tints of Ruby #EC1175
RGB
CMYK
RGB Variations
Color information
#EC1175 (or 0xEC1175) is known color: Ruby. HEX triplet: EC, 11 and 75. RGB value is (236,17,117). Sum of RGB (Red+Green+Blue) = 236+17+117=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1175 is #13EE8A. Grayscale: #5D5D5D. Windows color (decimal): -1306251 or 7672300. OLE color: 7672300.
HSL color Cylindrical-coordinate representation of color #EC1175: hue angle of 332.6º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1175 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 117 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.07 |
| HSL | 332.6º | 0.87% | 0.5% | - |
| HSV(B) | 332.6º | 0.93% | 0.93% | - |
| XYZ | 38 | 19.52 | 18.59 | - |
| YUV | 93.88 | 141.05 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 117 | 0 | 0.93 | 0.50 | 0.07 | 332.6 | 0.87 | 0.5 |
| Hex | EC | 11 | 75 | 0 | 5D | 32 | 7 | 14D | 57 | 32 |
| Octal | 354 | 21 | 165 | 0 | 135 | 62 | 7 | 515 | 127 | 62 |
| Binary | 11101100 | 10001 | 1110101 | 0 | 1011101 | 110010 | 111 | 101001101 | 1010111 | 110010 |
Color Harmonies of #EC1175
Complementary color
Monochromatic Colors of #EC1175
Black with #EC1175
Text Example
Text Example
White with #EC1175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1175; }
p { color: rgb(236,17,117); }
H1.HeaderClassName
{
color: #EC1175;
}
.AnyTagClassName
{
color: #EC1175;
}
</style>
background-color css
<style>
a { background-color: #EC1175; }
a { background-color: rgb(236,17,117); }
div.DivClassName
{
background-color: #EC1175;
}
.BgClassName
{
background-color: #EC1175;
}
</style>
border-color css
<style>
span { border-color: #EC1175; }
span { border-color: rgb(236,17,117); }
td.TdClassName
{
border-color: #EC1175;
}
.TagClassName
{
border-color: #EC1175;
}
</style>