Shades of Tidal #E1FD94
Tints of Tidal #E1FD94
RGB
CMYK
RGB Variations
Color information
#E1FD94 (or 0xE1FD94) is known color: Tidal. HEX triplet: E1, FD and 94. RGB value is (225,253,148). Sum of RGB (Red+Green+Blue) = 225+253+148=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 148 (58.20% from 255 or 23.64% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FD94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FD94 is #1E026B. Grayscale: #E9E9E9. Windows color (decimal): -1966700 or 9764321. OLE color: 9764321.
HSL color Cylindrical-coordinate representation of color #E1FD94: hue angle of 76º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E1FD94 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 253 | 148 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.01 |
| HSL | 76º | 0.96% | 0.79% | - |
| HSV(B) | 76º | 0.42% | 0.99% | - |
| XYZ | 71.52 | 88.4 | 41.31 | - |
| YUV | 232.66 | 80.22 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 253 | 148 | 0.11 | 0 | 0.42 | 0.01 | 76 | 0.96 | 0.79 |
| Hex | E1 | FD | 94 | B | 0 | 2A | 1 | 4C | 60 | 4F |
| Octal | 341 | 375 | 224 | 13 | 0 | 52 | 1 | 114 | 140 | 117 |
| Binary | 11100001 | 11111101 | 10010100 | 1011 | 0 | 101010 | 1 | 1001100 | 1100000 | 1001111 |
Color Harmonies of #E1FD94
Complementary color
Monochromatic Colors of #E1FD94
Black with #E1FD94
Text Example
Text Example
White with #E1FD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FD94; }
p { color: rgb(225,253,148); }
H1.HeaderClassName
{
color: #E1FD94;
}
.AnyTagClassName
{
color: #E1FD94;
}
</style>
background-color css
<style>
a { background-color: #E1FD94; }
a { background-color: rgb(225,253,148); }
div.DivClassName
{
background-color: #E1FD94;
}
.BgClassName
{
background-color: #E1FD94;
}
</style>
border-color css
<style>
span { border-color: #E1FD94; }
span { border-color: rgb(225,253,148); }
td.TdClassName
{
border-color: #E1FD94;
}
.TagClassName
{
border-color: #E1FD94;
}
</style>