Shades of Tidal #E1F085
Tints of Tidal #E1F085
RGB
CMYK
RGB Variations
Color information
#E1F085 (or 0xE1F085) is known color: Tidal. HEX triplet: E1, F0 and 85. RGB value is (225,240,133). Sum of RGB (Red+Green+Blue) = 225+240+133=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F085 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F085 is #1E0F7A. Grayscale: #DFDFDF. Windows color (decimal): -1970043 or 8777953. OLE color: 8777953.
HSL color Cylindrical-coordinate representation of color #E1F085: hue angle of 68.41º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1F085 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 240 | 133 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.06 |
| HSL | 68.41º | 0.78% | 0.73% | - |
| HSV(B) | 68.41º | 0.45% | 0.94% | - |
| XYZ | 66.45 | 80.02 | 34.13 | - |
| YUV | 223.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 240 | 133 | 0.06 | 0 | 0.45 | 0.06 | 68.41 | 0.78 | 0.73 |
| Hex | E1 | F0 | 85 | 6 | 0 | 2D | 6 | 44 | 4E | 49 |
| Octal | 341 | 360 | 205 | 6 | 0 | 55 | 6 | 104 | 116 | 111 |
| Binary | 11100001 | 11110000 | 10000101 | 110 | 0 | 101101 | 110 | 1000100 | 1001110 | 1001001 |
Color Harmonies of #E1F085
Complementary color
Monochromatic Colors of #E1F085
Black with #E1F085
Text Example
Text Example
White with #E1F085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F085; }
p { color: rgb(225,240,133); }
H1.HeaderClassName
{
color: #E1F085;
}
.AnyTagClassName
{
color: #E1F085;
}
</style>
background-color css
<style>
a { background-color: #E1F085; }
a { background-color: rgb(225,240,133); }
div.DivClassName
{
background-color: #E1F085;
}
.BgClassName
{
background-color: #E1F085;
}
</style>
border-color css
<style>
span { border-color: #E1F085; }
span { border-color: rgb(225,240,133); }
td.TdClassName
{
border-color: #E1F085;
}
.TagClassName
{
border-color: #E1F085;
}
</style>