Shades of Tidal #E1FE8E
Tints of Tidal #E1FE8E
RGB
CMYK
RGB Variations
Color information
#E1FE8E (or 0xE1FE8E) is known color: Tidal. HEX triplet: E1, FE and 8E. RGB value is (225,254,142). Sum of RGB (Red+Green+Blue) = 225+254+142=621 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.23% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 142 (55.86% from 255 or 22.87% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FE8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FE8E is #1E0171. Grayscale: #E8E8E8. Windows color (decimal): -1966450 or 9371361. OLE color: 9371361.
HSL color Cylindrical-coordinate representation of color #E1FE8E: hue angle of 75.54º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1FE8E is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 254 | 142 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.00 |
| HSL | 75.54º | 0.98% | 0.78% | - |
| HSV(B) | 75.54º | 0.44% | 1% | - |
| XYZ | 71.38 | 88.84 | 38.98 | - |
| YUV | 232.56 | 76.89 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 254 | 142 | 0.11 | 0 | 0.44 | 0.00 | 75.54 | 0.98 | 0.78 |
| Hex | E1 | FE | 8E | B | 0 | 2C | 0 | 4C | 62 | 4E |
| Octal | 341 | 376 | 216 | 13 | 0 | 54 | 0 | 114 | 142 | 116 |
| Binary | 11100001 | 11111110 | 10001110 | 1011 | 0 | 101100 | 0 | 1001100 | 1100010 | 1001110 |
Color Harmonies of #E1FE8E
Complementary color
Monochromatic Colors of #E1FE8E
Black with #E1FE8E
Text Example
Text Example
White with #E1FE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FE8E; }
p { color: rgb(225,254,142); }
H1.HeaderClassName
{
color: #E1FE8E;
}
.AnyTagClassName
{
color: #E1FE8E;
}
</style>
background-color css
<style>
a { background-color: #E1FE8E; }
a { background-color: rgb(225,254,142); }
div.DivClassName
{
background-color: #E1FE8E;
}
.BgClassName
{
background-color: #E1FE8E;
}
</style>
border-color css
<style>
span { border-color: #E1FE8E; }
span { border-color: rgb(225,254,142); }
td.TdClassName
{
border-color: #E1FE8E;
}
.TagClassName
{
border-color: #E1FE8E;
}
</style>