#E1FFFA (or 0xE1FFFA) is unknown color: approx Light Cyan. HEX triplet: E1, FF and FA. RGB value is (225,255,250). Sum of RGB (Red+Green+Blue) = 225+255+250=730 (96% of max value = 765). Red value is 225 (88.28% from 255 or 30.82% from 730); Green value is 255 (100% from 255 or 34.93% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FFFA is #1E0005. Grayscale: #F5F5F5. Windows color (decimal): -1966086 or 16449505. OLE color: 16449505.
HSL color Cylindrical-coordinate representation of color #E1FFFA: hue angle of 170º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1FFFA is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
<style> p { color: #E1FFFA; } p { color: rgb(225,255,250); } H1.HeaderClassName { color: #E1FFFA; } .AnyTagClassName { color: #E1FFFA; } </style>
<style> a { background-color: #E1FFFA; } a { background-color: rgb(225,255,250); } div.DivClassName { background-color: #E1FFFA; } .BgClassName { background-color: #E1FFFA; } </style>
<style> span { border-color: #E1FFFA; } span { border-color: rgb(225,255,250); } td.TdClassName { border-color: #E1FFFA; } .TagClassName { border-color: #E1FFFA; } </style>