Shades of Ruby #ED176F
Tints of Ruby #ED176F
RGB
CMYK
RGB Variations
Color information
#ED176F (or 0xED176F) is known color: Ruby. HEX triplet: ED, 17 and 6F. RGB value is (237,23,111). Sum of RGB (Red+Green+Blue) = 237+23+111=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED176F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED176F is #12E890. Grayscale: #606060. Windows color (decimal): -1239185 or 7280621. OLE color: 7280621.
HSL color Cylindrical-coordinate representation of color #ED176F: hue angle of 335.33º 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 #ED176F is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 111 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.07 |
| HSL | 335.33º | 0.86% | 0.51% | - |
| HSV(B) | 335.33º | 0.9% | 0.93% | - |
| XYZ | 38.1 | 19.77 | 16.85 | - |
| YUV | 97.02 | 135.9 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 111 | 0 | 0.90 | 0.53 | 0.07 | 335.33 | 0.86 | 0.51 |
| Hex | ED | 17 | 6F | 0 | 5A | 35 | 7 | 14F | 56 | 33 |
| Octal | 355 | 27 | 157 | 0 | 132 | 65 | 7 | 517 | 126 | 63 |
| Binary | 11101101 | 10111 | 1101111 | 0 | 1011010 | 110101 | 111 | 101001111 | 1010110 | 110011 |
Color Harmonies of #ED176F
Complementary color
Monochromatic Colors of #ED176F
Black with #ED176F
Text Example
Text Example
White with #ED176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED176F; }
p { color: rgb(237,23,111); }
H1.HeaderClassName
{
color: #ED176F;
}
.AnyTagClassName
{
color: #ED176F;
}
</style>
background-color css
<style>
a { background-color: #ED176F; }
a { background-color: rgb(237,23,111); }
div.DivClassName
{
background-color: #ED176F;
}
.BgClassName
{
background-color: #ED176F;
}
</style>
border-color css
<style>
span { border-color: #ED176F; }
span { border-color: rgb(237,23,111); }
td.TdClassName
{
border-color: #ED176F;
}
.TagClassName
{
border-color: #ED176F;
}
</style>