Shades of Amour #E8E2E4
Tints of Amour #E8E2E4
RGB
CMYK
RGB Variations
Color information
#E8E2E4 (or 0xE8E2E4) is known color: Amour. HEX triplet: E8, E2 and E4. RGB value is (232,226,228). Sum of RGB (Red+Green+Blue) = 232+226+228=686 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.82% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E2E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8E2E4 is #171D1B. Grayscale: #E4E4E4. Windows color (decimal): -1514780 or 15000296. OLE color: 15000296.
HSL color Cylindrical-coordinate representation of color #E8E2E4: hue angle of 340º degrees, saturation: 0.12, 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 #E8E2E4 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 226 | 228 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.09 |
| HSL | 340º | 0.12% | 0.9% | - |
| HSV(B) | 340º | 0.03% | 0.91% | - |
| XYZ | 74.48 | 77.15 | 84.36 | - |
| YUV | 228.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 226 | 228 | 0 | 0.03 | 0.02 | 0.09 | 340 | 0.12 | 0.9 |
| Hex | E8 | E2 | E4 | 0 | 3 | 2 | 9 | 154 | C | 5A |
| Octal | 350 | 342 | 344 | 0 | 3 | 2 | 11 | 524 | 14 | 132 |
| Binary | 11101000 | 11100010 | 11100100 | 0 | 11 | 10 | 1001 | 101010100 | 1100 | 1011010 |
Color Harmonies of #E8E2E4
Complementary color
Monochromatic Colors of #E8E2E4
Black with #E8E2E4
Text Example
Text Example
White with #E8E2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E2E4; }
p { color: rgb(232,226,228); }
H1.HeaderClassName
{
color: #E8E2E4;
}
.AnyTagClassName
{
color: #E8E2E4;
}
</style>
background-color css
<style>
a { background-color: #E8E2E4; }
a { background-color: rgb(232,226,228); }
div.DivClassName
{
background-color: #E8E2E4;
}
.BgClassName
{
background-color: #E8E2E4;
}
</style>
border-color css
<style>
span { border-color: #E8E2E4; }
span { border-color: rgb(232,226,228); }
td.TdClassName
{
border-color: #E8E2E4;
}
.TagClassName
{
border-color: #E8E2E4;
}
</style>