Shades of Tidal #E1F88C
Tints of Tidal #E1F88C
RGB
CMYK
RGB Variations
Color information
#E1F88C (or 0xE1F88C) is known color: Tidal. HEX triplet: E1, F8 and 8C. RGB value is (225,248,140). Sum of RGB (Red+Green+Blue) = 225+248+140=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 248 (97.27% from 255 or 40.46% from 613); Blue value is 140 (55.08% from 255 or 22.84% from 613); Max value from RGB is 248 - color contains mainly: green. Hex color #E1F88C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F88C is #1E0773. Grayscale: #E5E5E5. Windows color (decimal): -1967988 or 9238753. OLE color: 9238753.
HSL color Cylindrical-coordinate representation of color #E1F88C: hue angle of 72.78º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1F88C is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 248 | 140 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.03 |
| HSL | 72.78º | 0.89% | 0.76% | - |
| HSV(B) | 72.78º | 0.44% | 0.97% | - |
| XYZ | 69.35 | 85.04 | 37.57 | - |
| YUV | 228.81 | 77.88 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 248 | 140 | 0.09 | 0 | 0.44 | 0.03 | 72.78 | 0.89 | 0.76 |
| Hex | E1 | F8 | 8C | 9 | 0 | 2C | 3 | 49 | 59 | 4C |
| Octal | 341 | 370 | 214 | 11 | 0 | 54 | 3 | 111 | 131 | 114 |
| Binary | 11100001 | 11111000 | 10001100 | 1001 | 0 | 101100 | 11 | 1001001 | 1011001 | 1001100 |
Color Harmonies of #E1F88C
Complementary color
Monochromatic Colors of #E1F88C
Black with #E1F88C
Text Example
Text Example
White with #E1F88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F88C; }
p { color: rgb(225,248,140); }
H1.HeaderClassName
{
color: #E1F88C;
}
.AnyTagClassName
{
color: #E1F88C;
}
</style>
background-color css
<style>
a { background-color: #E1F88C; }
a { background-color: rgb(225,248,140); }
div.DivClassName
{
background-color: #E1F88C;
}
.BgClassName
{
background-color: #E1F88C;
}
</style>
border-color css
<style>
span { border-color: #E1F88C; }
span { border-color: rgb(225,248,140); }
td.TdClassName
{
border-color: #E1F88C;
}
.TagClassName
{
border-color: #E1F88C;
}
</style>