Shades of Ruby #ED176B
Tints of Ruby #ED176B
RGB
CMYK
RGB Variations
Color information
#ED176B (or 0xED176B) is known color: Ruby. HEX triplet: ED, 17 and 6B. RGB value is (237,23,107). Sum of RGB (Red+Green+Blue) = 237+23+107=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED176B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED176B is #12E894. Grayscale: #606060. Windows color (decimal): -1239189 or 7018477. OLE color: 7018477.
HSL color Cylindrical-coordinate representation of color #ED176B: hue angle of 336.45º 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 #ED176B is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 107 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.07 |
| HSL | 336.45º | 0.86% | 0.51% | - |
| HSV(B) | 336.45º | 0.9% | 0.93% | - |
| XYZ | 37.89 | 19.68 | 15.71 | - |
| YUV | 96.56 | 133.9 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 107 | 0 | 0.90 | 0.55 | 0.07 | 336.45 | 0.86 | 0.51 |
| Hex | ED | 17 | 6B | 0 | 5A | 37 | 7 | 150 | 56 | 33 |
| Octal | 355 | 27 | 153 | 0 | 132 | 67 | 7 | 520 | 126 | 63 |
| Binary | 11101101 | 10111 | 1101011 | 0 | 1011010 | 110111 | 111 | 101010000 | 1010110 | 110011 |
Color Harmonies of #ED176B
Complementary color
Monochromatic Colors of #ED176B
Black with #ED176B
Text Example
Text Example
White with #ED176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED176B; }
p { color: rgb(237,23,107); }
H1.HeaderClassName
{
color: #ED176B;
}
.AnyTagClassName
{
color: #ED176B;
}
</style>
background-color css
<style>
a { background-color: #ED176B; }
a { background-color: rgb(237,23,107); }
div.DivClassName
{
background-color: #ED176B;
}
.BgClassName
{
background-color: #ED176B;
}
</style>
border-color css
<style>
span { border-color: #ED176B; }
span { border-color: rgb(237,23,107); }
td.TdClassName
{
border-color: #ED176B;
}
.TagClassName
{
border-color: #ED176B;
}
</style>