Shades of Aqua Squeeze #E0E9E1
Tints of Aqua Squeeze #E0E9E1
RGB
CMYK
RGB Variations
Color information
#E0E9E1 (or 0xE0E9E1) is known color: Aqua Squeeze. HEX triplet: E0, E9 and E1. RGB value is (224,233,225). Sum of RGB (Red+Green+Blue) = 224+233+225=682 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.84% from 682); Green value is 233 (91.41% from 255 or 34.16% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 233 - color contains mainly: green. Hex color #E0E9E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0E9E1 is #1F161E. Grayscale: #E5E5E5. Windows color (decimal): -2037279 or 14805472. OLE color: 14805472.
HSL color Cylindrical-coordinate representation of color #E0E9E1: hue angle of 126.67º degrees, saturation: 0.17, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E0E9E1 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 233 | 225 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.09 |
| HSL | 126.67º | 0.17% | 0.9% | - |
| HSV(B) | 126.67º | 0.04% | 0.91% | - |
| XYZ | 73.47 | 79.56 | 82.72 | - |
| YUV | 229.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 233 | 225 | 0.04 | 0 | 0.03 | 0.09 | 126.67 | 0.17 | 0.9 |
| Hex | E0 | E9 | E1 | 4 | 0 | 3 | 9 | 7F | 11 | 5A |
| Octal | 340 | 351 | 341 | 4 | 0 | 3 | 11 | 177 | 21 | 132 |
| Binary | 11100000 | 11101001 | 11100001 | 100 | 0 | 11 | 1001 | 1111111 | 10001 | 1011010 |
Color Harmonies of #E0E9E1
Complementary color
Monochromatic Colors of #E0E9E1
Black with #E0E9E1
Text Example
Text Example
White with #E0E9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E9E1; }
p { color: rgb(224,233,225); }
H1.HeaderClassName
{
color: #E0E9E1;
}
.AnyTagClassName
{
color: #E0E9E1;
}
</style>
background-color css
<style>
a { background-color: #E0E9E1; }
a { background-color: rgb(224,233,225); }
div.DivClassName
{
background-color: #E0E9E1;
}
.BgClassName
{
background-color: #E0E9E1;
}
</style>
border-color css
<style>
span { border-color: #E0E9E1; }
span { border-color: rgb(224,233,225); }
td.TdClassName
{
border-color: #E0E9E1;
}
.TagClassName
{
border-color: #E0E9E1;
}
</style>