Shades of Ruby #EA0979
Tints of Ruby #EA0979
RGB
CMYK
RGB Variations
Color information
#EA0979 (or 0xEA0979) is known color: Ruby. HEX triplet: EA, 09 and 79. RGB value is (234,9,121). Sum of RGB (Red+Green+Blue) = 234+9+121=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0979 is #15F686. Grayscale: #585858. Windows color (decimal): -1439367 or 7932394. OLE color: 7932394.
HSL color Cylindrical-coordinate representation of color #EA0979: hue angle of 330.13º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0979 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 9 | 121 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.08 |
| HSL | 330.13º | 0.93% | 0.48% | - |
| HSV(B) | 330.13º | 0.96% | 0.92% | - |
| XYZ | 37.48 | 19.07 | 19.79 | - |
| YUV | 89.04 | 146.04 | 231.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 9 | 121 | 0 | 0.96 | 0.48 | 0.08 | 330.13 | 0.93 | 0.48 |
| Hex | EA | 9 | 79 | 0 | 60 | 30 | 8 | 14A | 5D | 30 |
| Octal | 352 | 11 | 171 | 0 | 140 | 60 | 10 | 512 | 135 | 60 |
| Binary | 11101010 | 1001 | 1111001 | 0 | 1100000 | 110000 | 1000 | 101001010 | 1011101 | 110000 |
Color Harmonies of #EA0979
Complementary color
Monochromatic Colors of #EA0979
Black with #EA0979
Text Example
Text Example
White with #EA0979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0979; }
p { color: rgb(234,9,121); }
H1.HeaderClassName
{
color: #EA0979;
}
.AnyTagClassName
{
color: #EA0979;
}
</style>
background-color css
<style>
a { background-color: #EA0979; }
a { background-color: rgb(234,9,121); }
div.DivClassName
{
background-color: #EA0979;
}
.BgClassName
{
background-color: #EA0979;
}
</style>
border-color css
<style>
span { border-color: #EA0979; }
span { border-color: rgb(234,9,121); }
td.TdClassName
{
border-color: #EA0979;
}
.TagClassName
{
border-color: #EA0979;
}
</style>