Shades of Ruby #ED0879
Tints of Ruby #ED0879
RGB
CMYK
RGB Variations
Color information
#ED0879 (or 0xED0879) is known color: Ruby. HEX triplet: ED, 08 and 79. RGB value is (237,8,121). Sum of RGB (Red+Green+Blue) = 237+8+121=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0879 is #12F786. Grayscale: #595959. Windows color (decimal): -1243015 or 7932141. OLE color: 7932141.
HSL color Cylindrical-coordinate representation of color #ED0879: hue angle of 330.39º degrees, saturation: 0.93, 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 #ED0879 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 8 | 121 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.07 |
| HSL | 330.39º | 0.93% | 0.48% | - |
| HSV(B) | 330.39º | 0.97% | 0.93% | - |
| XYZ | 38.46 | 19.56 | 19.84 | - |
| YUV | 89.35 | 145.87 | 233.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 8 | 121 | 0 | 0.97 | 0.49 | 0.07 | 330.39 | 0.93 | 0.48 |
| Hex | ED | 8 | 79 | 0 | 61 | 31 | 7 | 14A | 5D | 30 |
| Octal | 355 | 10 | 171 | 0 | 141 | 61 | 7 | 512 | 135 | 60 |
| Binary | 11101101 | 1000 | 1111001 | 0 | 1100001 | 110001 | 111 | 101001010 | 1011101 | 110000 |
Color Harmonies of #ED0879
Complementary color
Monochromatic Colors of #ED0879
Black with #ED0879
Text Example
Text Example
White with #ED0879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0879; }
p { color: rgb(237,8,121); }
H1.HeaderClassName
{
color: #ED0879;
}
.AnyTagClassName
{
color: #ED0879;
}
</style>
background-color css
<style>
a { background-color: #ED0879; }
a { background-color: rgb(237,8,121); }
div.DivClassName
{
background-color: #ED0879;
}
.BgClassName
{
background-color: #ED0879;
}
</style>
border-color css
<style>
span { border-color: #ED0879; }
span { border-color: rgb(237,8,121); }
td.TdClassName
{
border-color: #ED0879;
}
.TagClassName
{
border-color: #ED0879;
}
</style>