Shades of Ruby #ED1979
Tints of Ruby #ED1979
RGB
CMYK
RGB Variations
Color information
#ED1979 (or 0xED1979) is known color: Ruby. HEX triplet: ED, 19 and 79. RGB value is (237,25,121). Sum of RGB (Red+Green+Blue) = 237+25+121=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1979 is #12E686. Grayscale: #636363. Windows color (decimal): -1238663 or 7936493. OLE color: 7936493.
HSL color Cylindrical-coordinate representation of color #ED1979: hue angle of 332.83º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1979 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 121 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.07 |
| HSL | 332.83º | 0.85% | 0.51% | - |
| HSV(B) | 332.83º | 0.89% | 0.93% | - |
| XYZ | 38.72 | 20.08 | 19.92 | - |
| YUV | 99.33 | 140.24 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 121 | 0 | 0.89 | 0.49 | 0.07 | 332.83 | 0.85 | 0.51 |
| Hex | ED | 19 | 79 | 0 | 59 | 31 | 7 | 14D | 55 | 33 |
| Octal | 355 | 31 | 171 | 0 | 131 | 61 | 7 | 515 | 125 | 63 |
| Binary | 11101101 | 11001 | 1111001 | 0 | 1011001 | 110001 | 111 | 101001101 | 1010101 | 110011 |
Color Harmonies of #ED1979
Complementary color
Monochromatic Colors of #ED1979
Black with #ED1979
Text Example
Text Example
White with #ED1979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1979; }
p { color: rgb(237,25,121); }
H1.HeaderClassName
{
color: #ED1979;
}
.AnyTagClassName
{
color: #ED1979;
}
</style>
background-color css
<style>
a { background-color: #ED1979; }
a { background-color: rgb(237,25,121); }
div.DivClassName
{
background-color: #ED1979;
}
.BgClassName
{
background-color: #ED1979;
}
</style>
border-color css
<style>
span { border-color: #ED1979; }
span { border-color: rgb(237,25,121); }
td.TdClassName
{
border-color: #ED1979;
}
.TagClassName
{
border-color: #ED1979;
}
</style>