Shades of Amour #E9E1E4
Tints of Amour #E9E1E4
RGB
CMYK
RGB Variations
Color information
#E9E1E4 (or 0xE9E1E4) is known color: Amour. HEX triplet: E9, E1 and E4. RGB value is (233,225,228). Sum of RGB (Red+Green+Blue) = 233+225+228=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E1E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E1E4 is #161E1B. Grayscale: #E3E3E3. Windows color (decimal): -1449500 or 15000041. OLE color: 15000041.
HSL color Cylindrical-coordinate representation of color #E9E1E4: hue angle of 337.5º degrees, saturation: 0.15, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E9E1E4 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 225 | 228 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.09 |
| HSL | 337.5º | 0.15% | 0.9% | - |
| HSV(B) | 337.5º | 0.03% | 0.91% | - |
| XYZ | 74.53 | 76.78 | 84.29 | - |
| YUV | 227.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 225 | 228 | 0 | 0.03 | 0.02 | 0.09 | 337.5 | 0.15 | 0.9 |
| Hex | E9 | E1 | E4 | 0 | 3 | 2 | 9 | 152 | F | 5A |
| Octal | 351 | 341 | 344 | 0 | 3 | 2 | 11 | 522 | 17 | 132 |
| Binary | 11101001 | 11100001 | 11100100 | 0 | 11 | 10 | 1001 | 101010010 | 1111 | 1011010 |
Color Harmonies of #E9E1E4
Complementary color
Monochromatic Colors of #E9E1E4
Black with #E9E1E4
Text Example
Text Example
White with #E9E1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E1E4; }
p { color: rgb(233,225,228); }
H1.HeaderClassName
{
color: #E9E1E4;
}
.AnyTagClassName
{
color: #E9E1E4;
}
</style>
background-color css
<style>
a { background-color: #E9E1E4; }
a { background-color: rgb(233,225,228); }
div.DivClassName
{
background-color: #E9E1E4;
}
.BgClassName
{
background-color: #E9E1E4;
}
</style>
border-color css
<style>
span { border-color: #E9E1E4; }
span { border-color: rgb(233,225,228); }
td.TdClassName
{
border-color: #E9E1E4;
}
.TagClassName
{
border-color: #E9E1E4;
}
</style>