Shades of Ruby #ED0679
Tints of Ruby #ED0679
RGB
CMYK
RGB Variations
Color information
#ED0679 (or 0xED0679) is known color: Ruby. HEX triplet: ED, 06 and 79. RGB value is (237,6,121). Sum of RGB (Red+Green+Blue) = 237+6+121=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0679 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0679 is #12F986. Grayscale: #575757. Windows color (decimal): -1243527 or 7931629. OLE color: 7931629.
HSL color Cylindrical-coordinate representation of color #ED0679: hue angle of 330.13º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED0679 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 121 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.07 |
| HSL | 330.13º | 0.95% | 0.48% | - |
| HSV(B) | 330.13º | 0.97% | 0.93% | - |
| XYZ | 38.44 | 19.52 | 19.83 | - |
| YUV | 88.18 | 146.53 | 234.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 121 | 0 | 0.97 | 0.49 | 0.07 | 330.13 | 0.95 | 0.48 |
| Hex | ED | 6 | 79 | 0 | 61 | 31 | 7 | 14A | 5F | 30 |
| Octal | 355 | 6 | 171 | 0 | 141 | 61 | 7 | 512 | 137 | 60 |
| Binary | 11101101 | 110 | 1111001 | 0 | 1100001 | 110001 | 111 | 101001010 | 1011111 | 110000 |
Color Harmonies of #ED0679
Complementary color
Monochromatic Colors of #ED0679
Black with #ED0679
Text Example
Text Example
White with #ED0679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0679; }
p { color: rgb(237,6,121); }
H1.HeaderClassName
{
color: #ED0679;
}
.AnyTagClassName
{
color: #ED0679;
}
</style>
background-color css
<style>
a { background-color: #ED0679; }
a { background-color: rgb(237,6,121); }
div.DivClassName
{
background-color: #ED0679;
}
.BgClassName
{
background-color: #ED0679;
}
</style>
border-color css
<style>
span { border-color: #ED0679; }
span { border-color: rgb(237,6,121); }
td.TdClassName
{
border-color: #ED0679;
}
.TagClassName
{
border-color: #ED0679;
}
</style>