Shades of Tidal #E1FF8A
Tints of Tidal #E1FF8A
RGB
CMYK
RGB Variations
Color information
#E1FF8A (or 0xE1FF8A) is known color: Tidal. HEX triplet: E1, FF and 8A. RGB value is (225,255,138). Sum of RGB (Red+Green+Blue) = 225+255+138=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 138 (54.30% from 255 or 22.33% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FF8A is #1E0075. Grayscale: #E9E9E9. Windows color (decimal): -1966198 or 9109473. OLE color: 9109473.
HSL color Cylindrical-coordinate representation of color #E1FF8A: hue angle of 75.38º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1FF8A is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 138 | - |
| CMYK | 0.12 | 0 | 0.46 | 0 |
| HSL | 75.38º | 1% | 0.77% | - |
| HSV(B) | 75.38º | 0.46% | 1% | - |
| XYZ | 71.4 | 89.36 | 37.53 | - |
| YUV | 232.69 | 74.56 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 138 | 0.12 | 0 | 0.46 | 0 | 75.38 | 1 | 0.77 |
| Hex | E1 | FF | 8A | C | 0 | 2E | 0 | 4B | 64 | 4D |
| Octal | 341 | 377 | 212 | 14 | 0 | 56 | 0 | 113 | 144 | 115 |
| Binary | 11100001 | 11111111 | 10001010 | 1100 | 0 | 101110 | 0 | 1001011 | 1100100 | 1001101 |
Color Harmonies of #E1FF8A
Complementary color
Monochromatic Colors of #E1FF8A
Black with #E1FF8A
Text Example
Text Example
White with #E1FF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FF8A; }
p { color: rgb(225,255,138); }
H1.HeaderClassName
{
color: #E1FF8A;
}
.AnyTagClassName
{
color: #E1FF8A;
}
</style>
background-color css
<style>
a { background-color: #E1FF8A; }
a { background-color: rgb(225,255,138); }
div.DivClassName
{
background-color: #E1FF8A;
}
.BgClassName
{
background-color: #E1FF8A;
}
</style>
border-color css
<style>
span { border-color: #E1FF8A; }
span { border-color: rgb(225,255,138); }
td.TdClassName
{
border-color: #E1FF8A;
}
.TagClassName
{
border-color: #E1FF8A;
}
</style>