Should be a straightforward question, say I have something like this:
int pink = 0xff00ff; How can I convert this integer to find out what colour it is? So basically an algorithm of some sort that will take a colour and print out it's name. It doesn't matter if it's a light or dark pink, it just needs to tell me that it is pink. Is this possible? I'm using Java, if this helps.
edit: Also, I don't mind if I have to use a library.
0xfd00fdalso considered "pink"?