Shades of Amour #EAE1E5
Tints of Amour #EAE1E5
RGB
CMYK
RGB Variations
Color information
#EAE1E5 (or 0xEAE1E5) is known color: Amour. HEX triplet: EA, E1 and E5. RGB value is (234,225,229). Sum of RGB (Red+Green+Blue) = 234+225+229=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 225 (88.28% from 255 or 32.70% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE1E5 is #151E1A. Grayscale: #E4E4E4. Windows color (decimal): -1383963 or 15065578. OLE color: 15065578.
HSL color Cylindrical-coordinate representation of color #EAE1E5: hue angle of 333.33º 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 #EAE1E5 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 229 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.08 |
| HSL | 333.33º | 0.18% | 0.9% | - |
| HSV(B) | 333.33º | 0.04% | 0.92% | - |
| XYZ | 75 | 77 | 85.04 | - |
| YUV | 228.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 229 | 0 | 0.04 | 0.02 | 0.08 | 333.33 | 0.18 | 0.9 |
| Hex | EA | E1 | E5 | 0 | 4 | 2 | 8 | 14D | 12 | 5A |
| Octal | 352 | 341 | 345 | 0 | 4 | 2 | 10 | 515 | 22 | 132 |
| Binary | 11101010 | 11100001 | 11100101 | 0 | 100 | 10 | 1000 | 101001101 | 10010 | 1011010 |
Color Harmonies of #EAE1E5
Complementary color
Monochromatic Colors of #EAE1E5
Black with #EAE1E5
Text Example
Text Example
White with #EAE1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE1E5; }
p { color: rgb(234,225,229); }
H1.HeaderClassName
{
color: #EAE1E5;
}
.AnyTagClassName
{
color: #EAE1E5;
}
</style>
background-color css
<style>
a { background-color: #EAE1E5; }
a { background-color: rgb(234,225,229); }
div.DivClassName
{
background-color: #EAE1E5;
}
.BgClassName
{
background-color: #EAE1E5;
}
</style>
border-color css
<style>
span { border-color: #EAE1E5; }
span { border-color: rgb(234,225,229); }
td.TdClassName
{
border-color: #EAE1E5;
}
.TagClassName
{
border-color: #EAE1E5;
}
</style>