Shades of Ruby #ED1177
Tints of Ruby #ED1177
RGB
CMYK
RGB Variations
Color information
#ED1177 (or 0xED1177) is known color: Ruby. HEX triplet: ED, 11 and 77. RGB value is (237,17,119). Sum of RGB (Red+Green+Blue) = 237+17+119=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1177 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1177 is #12EE88. Grayscale: #5E5E5E. Windows color (decimal): -1240713 or 7803373. OLE color: 7803373.
HSL color Cylindrical-coordinate representation of color #ED1177: hue angle of 332.18º 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 #ED1177 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 17 | 119 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.07 |
| HSL | 332.18º | 0.87% | 0.5% | - |
| HSV(B) | 332.18º | 0.93% | 0.93% | - |
| XYZ | 38.46 | 19.74 | 19.24 | - |
| YUV | 94.41 | 141.89 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 119 | 0 | 0.93 | 0.50 | 0.07 | 332.18 | 0.87 | 0.5 |
| Hex | ED | 11 | 77 | 0 | 5D | 32 | 7 | 14C | 57 | 32 |
| Octal | 355 | 21 | 167 | 0 | 135 | 62 | 7 | 514 | 127 | 62 |
| Binary | 11101101 | 10001 | 1110111 | 0 | 1011101 | 110010 | 111 | 101001100 | 1010111 | 110010 |
Color Harmonies of #ED1177
Complementary color
Monochromatic Colors of #ED1177
Black with #ED1177
Text Example
Text Example
White with #ED1177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1177; }
p { color: rgb(237,17,119); }
H1.HeaderClassName
{
color: #ED1177;
}
.AnyTagClassName
{
color: #ED1177;
}
</style>
background-color css
<style>
a { background-color: #ED1177; }
a { background-color: rgb(237,17,119); }
div.DivClassName
{
background-color: #ED1177;
}
.BgClassName
{
background-color: #ED1177;
}
</style>
border-color css
<style>
span { border-color: #ED1177; }
span { border-color: rgb(237,17,119); }
td.TdClassName
{
border-color: #ED1177;
}
.TagClassName
{
border-color: #ED1177;
}
</style>