ESP Home Documentation
LOGIN

Colors

Text color of most rows can be customized. Color format is in general form of #RRGGBBAA, that’s all in hexadecimal numbers where:

  • #RRGGBBAA => RR is the red value
  • #RRGGBBAA => GG is the green value
  • #RRGGBBAA => BB is the blue value
  • #RRGGBBAA => AA is the alpha value

Here are some examples:

#FF0000FF
#00FF00FF
#0000FFFF
#FFCC00FF
#00FFCCFF
#CC00FFFF
#00000022
#00000044
#00000066
#00000088
#000000AA
#000000BB
#000000CC
#000000EE