Shades of Tidal #E1FE93
Tints of Tidal #E1FE93
RGB
CMYK
RGB Variations
Color information
#E1FE93 (or 0xE1FE93) is known color: Tidal. HEX triplet: E1, FE and 93. RGB value is (225,254,147). Sum of RGB (Red+Green+Blue) = 225+254+147=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 147 (57.81% from 255 or 23.48% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FE93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FE93 is #1E016C. Grayscale: #E9E9E9. Windows color (decimal): -1966445 or 9699041. OLE color: 9699041.
HSL color Cylindrical-coordinate representation of color #E1FE93: hue angle of 76.26º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E1FE93 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 254 | 147 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.00 |
| HSL | 76.26º | 0.98% | 0.79% | - |
| HSV(B) | 76.26º | 0.42% | 1% | - |
| XYZ | 71.76 | 89 | 41 | - |
| YUV | 233.13 | 79.39 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 254 | 147 | 0.11 | 0 | 0.42 | 0.00 | 76.26 | 0.98 | 0.79 |
| Hex | E1 | FE | 93 | B | 0 | 2A | 0 | 4C | 62 | 4F |
| Octal | 341 | 376 | 223 | 13 | 0 | 52 | 0 | 114 | 142 | 117 |
| Binary | 11100001 | 11111110 | 10010011 | 1011 | 0 | 101010 | 0 | 1001100 | 1100010 | 1001111 |
Color Harmonies of #E1FE93
Complementary color
Monochromatic Colors of #E1FE93
Black with #E1FE93
Text Example
Text Example
White with #E1FE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FE93; }
p { color: rgb(225,254,147); }
H1.HeaderClassName
{
color: #E1FE93;
}
.AnyTagClassName
{
color: #E1FE93;
}
</style>
background-color css
<style>
a { background-color: #E1FE93; }
a { background-color: rgb(225,254,147); }
div.DivClassName
{
background-color: #E1FE93;
}
.BgClassName
{
background-color: #E1FE93;
}
</style>
border-color css
<style>
span { border-color: #E1FE93; }
span { border-color: rgb(225,254,147); }
td.TdClassName
{
border-color: #E1FE93;
}
.TagClassName
{
border-color: #E1FE93;
}
</style>