Shades of Ruby #ED1165
Tints of Ruby #ED1165
RGB
CMYK
RGB Variations
Color information
#ED1165 (or 0xED1165) is known color: Ruby. HEX triplet: ED, 11 and 65. RGB value is (237,17,101). Sum of RGB (Red+Green+Blue) = 237+17+101=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1165 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1165 is #12EE9A. Grayscale: #5C5C5C. Windows color (decimal): -1240731 or 6623725. OLE color: 6623725.
HSL color Cylindrical-coordinate representation of color #ED1165: hue angle of 337.09º 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 #ED1165 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 17 | 101 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.07 |
| HSL | 337.09º | 0.87% | 0.5% | - |
| HSV(B) | 337.09º | 0.93% | 0.93% | - |
| XYZ | 37.47 | 19.35 | 14.07 | - |
| YUV | 92.36 | 132.89 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 101 | 0 | 0.93 | 0.57 | 0.07 | 337.09 | 0.87 | 0.5 |
| Hex | ED | 11 | 65 | 0 | 5D | 39 | 7 | 151 | 57 | 32 |
| Octal | 355 | 21 | 145 | 0 | 135 | 71 | 7 | 521 | 127 | 62 |
| Binary | 11101101 | 10001 | 1100101 | 0 | 1011101 | 111001 | 111 | 101010001 | 1010111 | 110010 |
Color Harmonies of #ED1165
Complementary color
Monochromatic Colors of #ED1165
Black with #ED1165
Text Example
Text Example
White with #ED1165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1165; }
p { color: rgb(237,17,101); }
H1.HeaderClassName
{
color: #ED1165;
}
.AnyTagClassName
{
color: #ED1165;
}
</style>
background-color css
<style>
a { background-color: #ED1165; }
a { background-color: rgb(237,17,101); }
div.DivClassName
{
background-color: #ED1165;
}
.BgClassName
{
background-color: #ED1165;
}
</style>
border-color css
<style>
span { border-color: #ED1165; }
span { border-color: rgb(237,17,101); }
td.TdClassName
{
border-color: #ED1165;
}
.TagClassName
{
border-color: #ED1165;
}
</style>