\documentclass[a4paper,12pt]{report}
\usepackage{colortbl}
\usepackage{xepersian}
\definecolor{aqua}{rgb}{0.0, 1.0, 1.0}
\begin{document}
\begin{table}[!ht]
\caption{\label{tab200}    دو انرژی گذار اول برای نانولوله‌ی کربنی $ (8,0) $}
\centering
\begin{tabular}{c c c c}
\hline  
\hline
چارچوب  & $\cellcolor{red}  E_{11}~(eV)$ &$ \cellcolor{red}E_{22}~(eV) $ & $ \cellcolor{red}E_{22}/E_{11} $\\ 
\hline
آزمایش  & $\cellcolor{aqua} 1.60 $ &$\cellcolor{aqua} 1.88  $ &$\cellcolor{aqua} 1.17 $  \\ 
\hline
 محاسبات &$ \cellcolor{yellow}1.55 $  &$ \cellcolor{yellow}1.80  $ &$ \cellcolor{yellow}1.16 $  \\ 
\hline
 کار حاضر-بدون همگرایی &$ \cellcolor{red}1.33 $  &$ \cellcolor{red}1.57 $  &$ \cellcolor{red}1.18 $  \\ 
\hline
کار حاضر-با همگرایی &$ \cellcolor{aqua}1.0 $  &$ \cellcolor{aqua}1.66 $  &$\cellcolor{aqua} 1.66 $  \\ 
\hline
\hline 
\end{tabular} 
\end{table}
\end{document}