Shades of Ruby #EC175C
Tints of Ruby #EC175C
RGB
CMYK
RGB Variations
Color information
#EC175C (or 0xEC175C) is known color: Ruby. HEX triplet: EC, 17 and 5C. RGB value is (236,23,92). Sum of RGB (Red+Green+Blue) = 236+23+92=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC175C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC175C is #13E8A3. Grayscale: #5E5E5E. Windows color (decimal): -1304740 or 6035436. OLE color: 6035436.
HSL color Cylindrical-coordinate representation of color #EC175C: hue angle of 340.56º 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 #EC175C is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 92 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.07 |
| HSL | 340.56º | 0.85% | 0.51% | - |
| HSV(B) | 340.56º | 0.9% | 0.93% | - |
| XYZ | 36.83 | 19.22 | 11.89 | - |
| YUV | 94.55 | 126.57 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 92 | 0 | 0.90 | 0.61 | 0.07 | 340.56 | 0.85 | 0.51 |
| Hex | EC | 17 | 5C | 0 | 5A | 3D | 7 | 155 | 55 | 33 |
| Octal | 354 | 27 | 134 | 0 | 132 | 75 | 7 | 525 | 125 | 63 |
| Binary | 11101100 | 10111 | 1011100 | 0 | 1011010 | 111101 | 111 | 101010101 | 1010101 | 110011 |
Color Harmonies of #EC175C
Complementary color
Monochromatic Colors of #EC175C
Black with #EC175C
Text Example
Text Example
White with #EC175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC175C; }
p { color: rgb(236,23,92); }
H1.HeaderClassName
{
color: #EC175C;
}
.AnyTagClassName
{
color: #EC175C;
}
</style>
background-color css
<style>
a { background-color: #EC175C; }
a { background-color: rgb(236,23,92); }
div.DivClassName
{
background-color: #EC175C;
}
.BgClassName
{
background-color: #EC175C;
}
</style>
border-color css
<style>
span { border-color: #EC175C; }
span { border-color: rgb(236,23,92); }
td.TdClassName
{
border-color: #EC175C;
}
.TagClassName
{
border-color: #EC175C;
}
</style>