Shades of Tidal #E1FF85
Tints of Tidal #E1FF85
RGB
CMYK
RGB Variations
Color information
#E1FF85 (or 0xE1FF85) is known color: Tidal. HEX triplet: E1, FF and 85. RGB value is (225,255,133). Sum of RGB (Red+Green+Blue) = 225+255+133=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 133 (52.34% from 255 or 21.70% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FF85 is #1E007A. Grayscale: #E8E8E8. Windows color (decimal): -1966203 or 8781793. OLE color: 8781793.
HSL color Cylindrical-coordinate representation of color #E1FF85: hue angle of 74.75º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1FF85 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 133 | - |
| CMYK | 0.12 | 0 | 0.48 | 0 |
| HSL | 74.75º | 1% | 0.76% | - |
| HSV(B) | 74.75º | 0.48% | 1% | - |
| XYZ | 71.04 | 89.22 | 35.67 | - |
| YUV | 232.12 | 72.06 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 133 | 0.12 | 0 | 0.48 | 0 | 74.75 | 1 | 0.76 |
| Hex | E1 | FF | 85 | C | 0 | 30 | 0 | 4B | 64 | 4C |
| Octal | 341 | 377 | 205 | 14 | 0 | 60 | 0 | 113 | 144 | 114 |
| Binary | 11100001 | 11111111 | 10000101 | 1100 | 0 | 110000 | 0 | 1001011 | 1100100 | 1001100 |
Color Harmonies of #E1FF85
Complementary color
Monochromatic Colors of #E1FF85
Black with #E1FF85
Text Example
Text Example
White with #E1FF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FF85; }
p { color: rgb(225,255,133); }
H1.HeaderClassName
{
color: #E1FF85;
}
.AnyTagClassName
{
color: #E1FF85;
}
</style>
background-color css
<style>
a { background-color: #E1FF85; }
a { background-color: rgb(225,255,133); }
div.DivClassName
{
background-color: #E1FF85;
}
.BgClassName
{
background-color: #E1FF85;
}
</style>
border-color css
<style>
span { border-color: #E1FF85; }
span { border-color: rgb(225,255,133); }
td.TdClassName
{
border-color: #E1FF85;
}
.TagClassName
{
border-color: #E1FF85;
}
</style>