Shades of Tidal #E2FF90
Tints of Tidal #E2FF90
RGB
CMYK
RGB Variations
Color information
#E2FF90 (or 0xE2FF90) is known color: Tidal. HEX triplet: E2, FF and 90. RGB value is (226,255,144). Sum of RGB (Red+Green+Blue) = 226+255+144=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 144 (56.64% from 255 or 23.04% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FF90 is #1D006F. Grayscale: #EAEAEA. Windows color (decimal): -1900656 or 9502690. OLE color: 9502690.
HSL color Cylindrical-coordinate representation of color #E2FF90: hue angle of 75.68º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E2FF90 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 144 | - |
| CMYK | 0.11 | 0 | 0.44 | 0 |
| HSL | 75.68º | 1% | 0.78% | - |
| HSV(B) | 75.68º | 0.44% | 1% | - |
| XYZ | 72.16 | 89.7 | 39.9 | - |
| YUV | 233.68 | 77.39 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 144 | 0.11 | 0 | 0.44 | 0 | 75.68 | 1 | 0.78 |
| Hex | E2 | FF | 90 | B | 0 | 2C | 0 | 4C | 64 | 4E |
| Octal | 342 | 377 | 220 | 13 | 0 | 54 | 0 | 114 | 144 | 116 |
| Binary | 11100010 | 11111111 | 10010000 | 1011 | 0 | 101100 | 0 | 1001100 | 1100100 | 1001110 |
Color Harmonies of #E2FF90
Complementary color
Monochromatic Colors of #E2FF90
Black with #E2FF90
Text Example
Text Example
White with #E2FF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF90; }
p { color: rgb(226,255,144); }
H1.HeaderClassName
{
color: #E2FF90;
}
.AnyTagClassName
{
color: #E2FF90;
}
</style>
background-color css
<style>
a { background-color: #E2FF90; }
a { background-color: rgb(226,255,144); }
div.DivClassName
{
background-color: #E2FF90;
}
.BgClassName
{
background-color: #E2FF90;
}
</style>
border-color css
<style>
span { border-color: #E2FF90; }
span { border-color: rgb(226,255,144); }
td.TdClassName
{
border-color: #E2FF90;
}
.TagClassName
{
border-color: #E2FF90;
}
</style>