Shades of Ruby #EE0979
Tints of Ruby #EE0979
RGB
CMYK
RGB Variations
Color information
#EE0979 (or 0xEE0979) is known color: Ruby. HEX triplet: EE, 09 and 79. RGB value is (238,9,121). Sum of RGB (Red+Green+Blue) = 238+9+121=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0979 is #11F686. Grayscale: #5A5A5A. Windows color (decimal): -1177223 or 7932398. OLE color: 7932398.
HSL color Cylindrical-coordinate representation of color #EE0979: hue angle of 330.66º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0979 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 121 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.07 |
| HSL | 330.66º | 0.93% | 0.48% | - |
| HSV(B) | 330.66º | 0.96% | 0.93% | - |
| XYZ | 38.81 | 19.75 | 19.86 | - |
| YUV | 90.24 | 145.37 | 233.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 121 | 0 | 0.96 | 0.49 | 0.07 | 330.66 | 0.93 | 0.48 |
| Hex | EE | 9 | 79 | 0 | 60 | 31 | 7 | 14B | 5D | 30 |
| Octal | 356 | 11 | 171 | 0 | 140 | 61 | 7 | 513 | 135 | 60 |
| Binary | 11101110 | 1001 | 1111001 | 0 | 1100000 | 110001 | 111 | 101001011 | 1011101 | 110000 |
Color Harmonies of #EE0979
Complementary color
Monochromatic Colors of #EE0979
Black with #EE0979
Text Example
Text Example
White with #EE0979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0979; }
p { color: rgb(238,9,121); }
H1.HeaderClassName
{
color: #EE0979;
}
.AnyTagClassName
{
color: #EE0979;
}
</style>
background-color css
<style>
a { background-color: #EE0979; }
a { background-color: rgb(238,9,121); }
div.DivClassName
{
background-color: #EE0979;
}
.BgClassName
{
background-color: #EE0979;
}
</style>
border-color css
<style>
span { border-color: #EE0979; }
span { border-color: rgb(238,9,121); }
td.TdClassName
{
border-color: #EE0979;
}
.TagClassName
{
border-color: #EE0979;
}
</style>