Shades of Tidal #E0F288
Tints of Tidal #E0F288
RGB
CMYK
RGB Variations
Color information
#E0F288 (or 0xE0F288) is known color: Tidal. HEX triplet: E0, F2 and 88. RGB value is (224,242,136). Sum of RGB (Red+Green+Blue) = 224+242+136=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 136 (53.52% from 255 or 22.59% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F288 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F288 is #1F0D77. Grayscale: #E0E0E0. Windows color (decimal): -2035064 or 8975072. OLE color: 8975072.
HSL color Cylindrical-coordinate representation of color #E0F288: hue angle of 70.19º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0F288 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 136 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.05 |
| HSL | 70.19º | 0.8% | 0.74% | - |
| HSV(B) | 70.19º | 0.44% | 0.95% | - |
| XYZ | 66.94 | 81.13 | 35.42 | - |
| YUV | 224.53 | 78.04 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 136 | 0.07 | 0 | 0.44 | 0.05 | 70.19 | 0.8 | 0.74 |
| Hex | E0 | F2 | 88 | 7 | 0 | 2C | 5 | 46 | 50 | 4A |
| Octal | 340 | 362 | 210 | 7 | 0 | 54 | 5 | 106 | 120 | 112 |
| Binary | 11100000 | 11110010 | 10001000 | 111 | 0 | 101100 | 101 | 1000110 | 1010000 | 1001010 |
Color Harmonies of #E0F288
Complementary color
Monochromatic Colors of #E0F288
Black with #E0F288
Text Example
Text Example
White with #E0F288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F288; }
p { color: rgb(224,242,136); }
H1.HeaderClassName
{
color: #E0F288;
}
.AnyTagClassName
{
color: #E0F288;
}
</style>
background-color css
<style>
a { background-color: #E0F288; }
a { background-color: rgb(224,242,136); }
div.DivClassName
{
background-color: #E0F288;
}
.BgClassName
{
background-color: #E0F288;
}
</style>
border-color css
<style>
span { border-color: #E0F288; }
span { border-color: rgb(224,242,136); }
td.TdClassName
{
border-color: #E0F288;
}
.TagClassName
{
border-color: #E0F288;
}
</style>