Shades of Tidal #E0F285
Tints of Tidal #E0F285
RGB
CMYK
RGB Variations
Color information
#E0F285 (or 0xE0F285) is known color: Tidal. HEX triplet: E0, F2 and 85. RGB value is (224,242,133). Sum of RGB (Red+Green+Blue) = 224+242+133=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 133 (52.34% from 255 or 22.20% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F285 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F285 is #1F0D7A. Grayscale: #E0E0E0. Windows color (decimal): -2035067 or 8778464. OLE color: 8778464.
HSL color Cylindrical-coordinate representation of color #E0F285: hue angle of 69.91º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0F285 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 133 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.05 |
| HSL | 69.91º | 0.81% | 0.74% | - |
| HSV(B) | 69.91º | 0.45% | 0.95% | - |
| XYZ | 66.73 | 81.05 | 34.32 | - |
| YUV | 224.19 | 76.54 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 133 | 0.07 | 0 | 0.45 | 0.05 | 69.91 | 0.81 | 0.74 |
| Hex | E0 | F2 | 85 | 7 | 0 | 2D | 5 | 46 | 51 | 4A |
| Octal | 340 | 362 | 205 | 7 | 0 | 55 | 5 | 106 | 121 | 112 |
| Binary | 11100000 | 11110010 | 10000101 | 111 | 0 | 101101 | 101 | 1000110 | 1010001 | 1001010 |
Color Harmonies of #E0F285
Complementary color
Monochromatic Colors of #E0F285
Black with #E0F285
Text Example
Text Example
White with #E0F285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F285; }
p { color: rgb(224,242,133); }
H1.HeaderClassName
{
color: #E0F285;
}
.AnyTagClassName
{
color: #E0F285;
}
</style>
background-color css
<style>
a { background-color: #E0F285; }
a { background-color: rgb(224,242,133); }
div.DivClassName
{
background-color: #E0F285;
}
.BgClassName
{
background-color: #E0F285;
}
</style>
border-color css
<style>
span { border-color: #E0F285; }
span { border-color: rgb(224,242,133); }
td.TdClassName
{
border-color: #E0F285;
}
.TagClassName
{
border-color: #E0F285;
}
</style>