Shades of Tidal #E1F882
Tints of Tidal #E1F882
RGB
CMYK
RGB Variations
Color information
#E1F882 (or 0xE1F882) is known color: Tidal. HEX triplet: E1, F8 and 82. RGB value is (225,248,130). Sum of RGB (Red+Green+Blue) = 225+248+130=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 248 (97.27% from 255 or 41.13% from 603); Blue value is 130 (51.17% from 255 or 21.56% from 603); Max value from RGB is 248 - color contains mainly: green. Hex color #E1F882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F882 is #1E077D. Grayscale: #E4E4E4. Windows color (decimal): -1967998 or 8583393. OLE color: 8583393.
HSL color Cylindrical-coordinate representation of color #E1F882: hue angle of 71.69º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1F882 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 248 | 130 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.03 |
| HSL | 71.69º | 0.89% | 0.74% | - |
| HSV(B) | 71.69º | 0.48% | 0.97% | - |
| XYZ | 68.65 | 84.75 | 33.86 | - |
| YUV | 227.67 | 72.88 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 248 | 130 | 0.09 | 0 | 0.48 | 0.03 | 71.69 | 0.89 | 0.74 |
| Hex | E1 | F8 | 82 | 9 | 0 | 30 | 3 | 48 | 59 | 4A |
| Octal | 341 | 370 | 202 | 11 | 0 | 60 | 3 | 110 | 131 | 112 |
| Binary | 11100001 | 11111000 | 10000010 | 1001 | 0 | 110000 | 11 | 1001000 | 1011001 | 1001010 |
Color Harmonies of #E1F882
Complementary color
Monochromatic Colors of #E1F882
Black with #E1F882
Text Example
Text Example
White with #E1F882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F882; }
p { color: rgb(225,248,130); }
H1.HeaderClassName
{
color: #E1F882;
}
.AnyTagClassName
{
color: #E1F882;
}
</style>
background-color css
<style>
a { background-color: #E1F882; }
a { background-color: rgb(225,248,130); }
div.DivClassName
{
background-color: #E1F882;
}
.BgClassName
{
background-color: #E1F882;
}
</style>
border-color css
<style>
span { border-color: #E1F882; }
span { border-color: rgb(225,248,130); }
td.TdClassName
{
border-color: #E1F882;
}
.TagClassName
{
border-color: #E1F882;
}
</style>