Shades of Amour #EEE5EA
Tints of Amour #EEE5EA
RGB
CMYK
RGB Variations
Color information
#EEE5EA (or 0xEEE5EA) is known color: Amour. HEX triplet: EE, E5 and EA. RGB value is (238,229,234). Sum of RGB (Red+Green+Blue) = 238+229+234=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 229 (89.84% from 255 or 32.67% from 701); Blue value is 234 (91.80% from 255 or 33.38% from 701); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE5EA is #111A15. Grayscale: #E8E8E8. Windows color (decimal): -1120790 or 15394286. OLE color: 15394286.
HSL color Cylindrical-coordinate representation of color #EEE5EA: hue angle of 326.67º degrees, saturation: 0.21, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EEE5EA is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 234 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.07 |
| HSL | 326.67º | 0.21% | 0.92% | - |
| HSV(B) | 326.67º | 0.04% | 0.93% | - |
| XYZ | 78.13 | 80.16 | 89.2 | - |
| YUV | 232.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 234 | 0 | 0.04 | 0.02 | 0.07 | 326.67 | 0.21 | 0.92 |
| Hex | EE | E5 | EA | 0 | 4 | 2 | 7 | 147 | 15 | 5C |
| Octal | 356 | 345 | 352 | 0 | 4 | 2 | 7 | 507 | 25 | 134 |
| Binary | 11101110 | 11100101 | 11101010 | 0 | 100 | 10 | 111 | 101000111 | 10101 | 1011100 |
Color Harmonies of #EEE5EA
Complementary color
Monochromatic Colors of #EEE5EA
Black with #EEE5EA
Text Example
Text Example
White with #EEE5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE5EA; }
p { color: rgb(238,229,234); }
H1.HeaderClassName
{
color: #EEE5EA;
}
.AnyTagClassName
{
color: #EEE5EA;
}
</style>
background-color css
<style>
a { background-color: #EEE5EA; }
a { background-color: rgb(238,229,234); }
div.DivClassName
{
background-color: #EEE5EA;
}
.BgClassName
{
background-color: #EEE5EA;
}
</style>
border-color css
<style>
span { border-color: #EEE5EA; }
span { border-color: rgb(238,229,234); }
td.TdClassName
{
border-color: #EEE5EA;
}
.TagClassName
{
border-color: #EEE5EA;
}
</style>