Shades of Amour #EAE1E3
Tints of Amour #EAE1E3
RGB
CMYK
RGB Variations
Color information
#EAE1E3 (or 0xEAE1E3) is known color: Amour. HEX triplet: EA, E1 and E3. RGB value is (234,225,227). Sum of RGB (Red+Green+Blue) = 234+225+227=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 227 (89.06% from 255 or 33.09% from 686); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE1E3 is #151E1C. Grayscale: #E3E3E3. Windows color (decimal): -1383965 or 14934506. OLE color: 14934506.
HSL color Cylindrical-coordinate representation of color #EAE1E3: hue angle of 346.67º 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 #EAE1E3 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 227 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.08 |
| HSL | 346.67º | 0.18% | 0.9% | - |
| HSV(B) | 346.67º | 0.04% | 0.92% | - |
| XYZ | 74.72 | 76.89 | 83.58 | - |
| YUV | 227.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 227 | 0 | 0.04 | 0.03 | 0.08 | 346.67 | 0.18 | 0.9 |
| Hex | EA | E1 | E3 | 0 | 4 | 3 | 8 | 15B | 12 | 5A |
| Octal | 352 | 341 | 343 | 0 | 4 | 3 | 10 | 533 | 22 | 132 |
| Binary | 11101010 | 11100001 | 11100011 | 0 | 100 | 11 | 1000 | 101011011 | 10010 | 1011010 |
Color Harmonies of #EAE1E3
Complementary color
Monochromatic Colors of #EAE1E3
Black with #EAE1E3
Text Example
Text Example
White with #EAE1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE1E3; }
p { color: rgb(234,225,227); }
H1.HeaderClassName
{
color: #EAE1E3;
}
.AnyTagClassName
{
color: #EAE1E3;
}
</style>
background-color css
<style>
a { background-color: #EAE1E3; }
a { background-color: rgb(234,225,227); }
div.DivClassName
{
background-color: #EAE1E3;
}
.BgClassName
{
background-color: #EAE1E3;
}
</style>
border-color css
<style>
span { border-color: #EAE1E3; }
span { border-color: rgb(234,225,227); }
td.TdClassName
{
border-color: #EAE1E3;
}
.TagClassName
{
border-color: #EAE1E3;
}
</style>