Shades of Tidal #E1F584
Tints of Tidal #E1F584
RGB
CMYK
RGB Variations
Color information
#E1F584 (or 0xE1F584) is known color: Tidal. HEX triplet: E1, F5 and 84. RGB value is (225,245,132). Sum of RGB (Red+Green+Blue) = 225+245+132=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 245 (96.09% from 255 or 40.70% from 602); Blue value is 132 (51.95% from 255 or 21.93% from 602); Max value from RGB is 245 - color contains mainly: green. Hex color #E1F584 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F584 is #1E0A7B. Grayscale: #E2E2E2. Windows color (decimal): -1968764 or 8713697. OLE color: 8713697.
HSL color Cylindrical-coordinate representation of color #E1F584: hue angle of 70.62º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1F584 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 245 | 132 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.04 |
| HSL | 70.62º | 0.85% | 0.74% | - |
| HSV(B) | 70.62º | 0.46% | 0.96% | - |
| XYZ | 67.87 | 82.98 | 34.27 | - |
| YUV | 226.14 | 74.87 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 245 | 132 | 0.08 | 0 | 0.46 | 0.04 | 70.62 | 0.85 | 0.74 |
| Hex | E1 | F5 | 84 | 8 | 0 | 2E | 4 | 47 | 55 | 4A |
| Octal | 341 | 365 | 204 | 10 | 0 | 56 | 4 | 107 | 125 | 112 |
| Binary | 11100001 | 11110101 | 10000100 | 1000 | 0 | 101110 | 100 | 1000111 | 1010101 | 1001010 |
Color Harmonies of #E1F584
Complementary color
Monochromatic Colors of #E1F584
Black with #E1F584
Text Example
Text Example
White with #E1F584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F584; }
p { color: rgb(225,245,132); }
H1.HeaderClassName
{
color: #E1F584;
}
.AnyTagClassName
{
color: #E1F584;
}
</style>
background-color css
<style>
a { background-color: #E1F584; }
a { background-color: rgb(225,245,132); }
div.DivClassName
{
background-color: #E1F584;
}
.BgClassName
{
background-color: #E1F584;
}
</style>
border-color css
<style>
span { border-color: #E1F584; }
span { border-color: rgb(225,245,132); }
td.TdClassName
{
border-color: #E1F584;
}
.TagClassName
{
border-color: #E1F584;
}
</style>