Shades of Amour #EAE3E4
Tints of Amour #EAE3E4
RGB
CMYK
RGB Variations
Color information
#EAE3E4 (or 0xEAE3E4) is known color: Amour. HEX triplet: EA, E3 and E4. RGB value is (234,227,228). Sum of RGB (Red+Green+Blue) = 234+227+228=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 227 (89.06% from 255 or 32.95% from 689); Blue value is 228 (89.45% from 255 or 33.09% from 689); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE3E4 is #151C1B. Grayscale: #E5E5E5. Windows color (decimal): -1383452 or 15000554. OLE color: 15000554.
HSL color Cylindrical-coordinate representation of color #EAE3E4: hue angle of 351.43º degrees, saturation: 0.14, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAE3E4 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 228 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.08 |
| HSL | 351.43º | 0.14% | 0.9% | - |
| HSV(B) | 351.43º | 0.03% | 0.92% | - |
| XYZ | 75.4 | 78.03 | 84.49 | - |
| YUV | 229.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 228 | 0 | 0.03 | 0.03 | 0.08 | 351.43 | 0.14 | 0.9 |
| Hex | EA | E3 | E4 | 0 | 3 | 3 | 8 | 15F | E | 5A |
| Octal | 352 | 343 | 344 | 0 | 3 | 3 | 10 | 537 | 16 | 132 |
| Binary | 11101010 | 11100011 | 11100100 | 0 | 11 | 11 | 1000 | 101011111 | 1110 | 1011010 |
Color Harmonies of #EAE3E4
Complementary color
Monochromatic Colors of #EAE3E4
Black with #EAE3E4
Text Example
Text Example
White with #EAE3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE3E4; }
p { color: rgb(234,227,228); }
H1.HeaderClassName
{
color: #EAE3E4;
}
.AnyTagClassName
{
color: #EAE3E4;
}
</style>
background-color css
<style>
a { background-color: #EAE3E4; }
a { background-color: rgb(234,227,228); }
div.DivClassName
{
background-color: #EAE3E4;
}
.BgClassName
{
background-color: #EAE3E4;
}
</style>
border-color css
<style>
span { border-color: #EAE3E4; }
span { border-color: rgb(234,227,228); }
td.TdClassName
{
border-color: #EAE3E4;
}
.TagClassName
{
border-color: #EAE3E4;
}
</style>