Shades of Amour #EAE1E4
Tints of Amour #EAE1E4
RGB
CMYK
RGB Variations
Color information
#EAE1E4 (or 0xEAE1E4) is known color: Amour. HEX triplet: EA, E1 and E4. RGB value is (234,225,228). Sum of RGB (Red+Green+Blue) = 234+225+228=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 228 (89.45% from 255 or 33.19% from 687); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE1E4 is #151E1B. Grayscale: #E4E4E4. Windows color (decimal): -1383964 or 15000042. OLE color: 15000042.
HSL color Cylindrical-coordinate representation of color #EAE1E4: hue angle of 340º degrees, saturation: 0.18, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAE1E4 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 228 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.08 |
| HSL | 340º | 0.18% | 0.9% | - |
| HSV(B) | 340º | 0.04% | 0.92% | - |
| XYZ | 74.86 | 76.94 | 84.3 | - |
| YUV | 228.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 228 | 0 | 0.04 | 0.03 | 0.08 | 340 | 0.18 | 0.9 |
| Hex | EA | E1 | E4 | 0 | 4 | 3 | 8 | 154 | 12 | 5A |
| Octal | 352 | 341 | 344 | 0 | 4 | 3 | 10 | 524 | 22 | 132 |
| Binary | 11101010 | 11100001 | 11100100 | 0 | 100 | 11 | 1000 | 101010100 | 10010 | 1011010 |
Color Harmonies of #EAE1E4
Complementary color
Monochromatic Colors of #EAE1E4
Black with #EAE1E4
Text Example
Text Example
White with #EAE1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE1E4; }
p { color: rgb(234,225,228); }
H1.HeaderClassName
{
color: #EAE1E4;
}
.AnyTagClassName
{
color: #EAE1E4;
}
</style>
background-color css
<style>
a { background-color: #EAE1E4; }
a { background-color: rgb(234,225,228); }
div.DivClassName
{
background-color: #EAE1E4;
}
.BgClassName
{
background-color: #EAE1E4;
}
</style>
border-color css
<style>
span { border-color: #EAE1E4; }
span { border-color: rgb(234,225,228); }
td.TdClassName
{
border-color: #EAE1E4;
}
.TagClassName
{
border-color: #EAE1E4;
}
</style>