Shades of Ruby #ED175C
Tints of Ruby #ED175C
RGB
CMYK
RGB Variations
Color information
#ED175C (or 0xED175C) is known color: Ruby. HEX triplet: ED, 17 and 5C. RGB value is (237,23,92). Sum of RGB (Red+Green+Blue) = 237+23+92=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED175C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED175C is #12E8A3. Grayscale: #5E5E5E. Windows color (decimal): -1239204 or 6035437. OLE color: 6035437.
HSL color Cylindrical-coordinate representation of color #ED175C: hue angle of 340.65º degrees, saturation: 0.86, 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 #ED175C is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 92 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.07 |
| HSL | 340.65º | 0.86% | 0.51% | - |
| HSV(B) | 340.65º | 0.9% | 0.93% | - |
| XYZ | 37.16 | 19.39 | 11.91 | - |
| YUV | 94.85 | 126.4 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 92 | 0 | 0.90 | 0.61 | 0.07 | 340.65 | 0.86 | 0.51 |
| Hex | ED | 17 | 5C | 0 | 5A | 3D | 7 | 155 | 56 | 33 |
| Octal | 355 | 27 | 134 | 0 | 132 | 75 | 7 | 525 | 126 | 63 |
| Binary | 11101101 | 10111 | 1011100 | 0 | 1011010 | 111101 | 111 | 101010101 | 1010110 | 110011 |
Color Harmonies of #ED175C
Complementary color
Monochromatic Colors of #ED175C
Black with #ED175C
Text Example
Text Example
White with #ED175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED175C; }
p { color: rgb(237,23,92); }
H1.HeaderClassName
{
color: #ED175C;
}
.AnyTagClassName
{
color: #ED175C;
}
</style>
background-color css
<style>
a { background-color: #ED175C; }
a { background-color: rgb(237,23,92); }
div.DivClassName
{
background-color: #ED175C;
}
.BgClassName
{
background-color: #ED175C;
}
</style>
border-color css
<style>
span { border-color: #ED175C; }
span { border-color: rgb(237,23,92); }
td.TdClassName
{
border-color: #ED175C;
}
.TagClassName
{
border-color: #ED175C;
}
</style>