Shades of Tidal #E1FC91
Tints of Tidal #E1FC91
RGB
CMYK
RGB Variations
Color information
#E1FC91 (or 0xE1FC91) is known color: Tidal. HEX triplet: E1, FC and 91. RGB value is (225,252,145). Sum of RGB (Red+Green+Blue) = 225+252+145=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 145 (57.03% from 255 or 23.31% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #E1FC91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FC91 is #1E036E. Grayscale: #E8E8E8. Windows color (decimal): -1966959 or 9567457. OLE color: 9567457.
HSL color Cylindrical-coordinate representation of color #E1FC91: hue angle of 75.14º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E1FC91 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 252 | 145 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.01 |
| HSL | 75.14º | 0.95% | 0.78% | - |
| HSV(B) | 75.14º | 0.42% | 0.99% | - |
| XYZ | 70.97 | 87.67 | 39.97 | - |
| YUV | 231.73 | 79.05 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 252 | 145 | 0.11 | 0 | 0.42 | 0.01 | 75.14 | 0.95 | 0.78 |
| Hex | E1 | FC | 91 | B | 0 | 2A | 1 | 4B | 5F | 4E |
| Octal | 341 | 374 | 221 | 13 | 0 | 52 | 1 | 113 | 137 | 116 |
| Binary | 11100001 | 11111100 | 10010001 | 1011 | 0 | 101010 | 1 | 1001011 | 1011111 | 1001110 |
Color Harmonies of #E1FC91
Complementary color
Monochromatic Colors of #E1FC91
Black with #E1FC91
Text Example
Text Example
White with #E1FC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FC91; }
p { color: rgb(225,252,145); }
H1.HeaderClassName
{
color: #E1FC91;
}
.AnyTagClassName
{
color: #E1FC91;
}
</style>
background-color css
<style>
a { background-color: #E1FC91; }
a { background-color: rgb(225,252,145); }
div.DivClassName
{
background-color: #E1FC91;
}
.BgClassName
{
background-color: #E1FC91;
}
</style>
border-color css
<style>
span { border-color: #E1FC91; }
span { border-color: rgb(225,252,145); }
td.TdClassName
{
border-color: #E1FC91;
}
.TagClassName
{
border-color: #E1FC91;
}
</style>