Shades of Tidal #E1FE91
Tints of Tidal #E1FE91
RGB
CMYK
RGB Variations
Color information
#E1FE91 (or 0xE1FE91) is known color: Tidal. HEX triplet: E1, FE and 91. RGB value is (225,254,145). Sum of RGB (Red+Green+Blue) = 225+254+145=624 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.06% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 145 (57.03% from 255 or 23.24% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FE91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FE91 is #1E016E. Grayscale: #E9E9E9. Windows color (decimal): -1966447 or 9567969. OLE color: 9567969.
HSL color Cylindrical-coordinate representation of color #E1FE91: hue angle of 75.96º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E1FE91 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 254 | 145 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.00 |
| HSL | 75.96º | 0.98% | 0.78% | - |
| HSV(B) | 75.96º | 0.43% | 1% | - |
| XYZ | 71.6 | 88.94 | 40.18 | - |
| YUV | 232.9 | 78.39 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 254 | 145 | 0.11 | 0 | 0.43 | 0.00 | 75.96 | 0.98 | 0.78 |
| Hex | E1 | FE | 91 | B | 0 | 2B | 0 | 4C | 62 | 4E |
| Octal | 341 | 376 | 221 | 13 | 0 | 53 | 0 | 114 | 142 | 116 |
| Binary | 11100001 | 11111110 | 10010001 | 1011 | 0 | 101011 | 0 | 1001100 | 1100010 | 1001110 |
Color Harmonies of #E1FE91
Complementary color
Monochromatic Colors of #E1FE91
Black with #E1FE91
Text Example
Text Example
White with #E1FE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FE91; }
p { color: rgb(225,254,145); }
H1.HeaderClassName
{
color: #E1FE91;
}
.AnyTagClassName
{
color: #E1FE91;
}
</style>
background-color css
<style>
a { background-color: #E1FE91; }
a { background-color: rgb(225,254,145); }
div.DivClassName
{
background-color: #E1FE91;
}
.BgClassName
{
background-color: #E1FE91;
}
</style>
border-color css
<style>
span { border-color: #E1FE91; }
span { border-color: rgb(225,254,145); }
td.TdClassName
{
border-color: #E1FE91;
}
.TagClassName
{
border-color: #E1FE91;
}
</style>