eniine 0 Newbie Poster

Hello all. I have an web site that have different themes. I want to build a script in javascript that get as a parameter a color in hexadecimal format ex: #ff0000 and return some suggested color . as this example color generate must to combinate with red color.
also the user should give and the number as needed.

function color_generate($color , $number_of_colors_generate)
{
.....
}