Shades of Amour #E7E2E5
Tints of Amour #E7E2E5
RGB
CMYK
RGB Variations
Color information
#E7E2E5 (or 0xE7E2E5) is known color: Amour. HEX triplet: E7, E2 and E5. RGB value is (231,226,229). Sum of RGB (Red+Green+Blue) = 231+226+229=686 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.67% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E2E5 is #181D1A. Grayscale: #E3E3E3. Windows color (decimal): -1580315 or 15065831. OLE color: 15065831.
HSL color Cylindrical-coordinate representation of color #E7E2E5: hue angle of 324º degrees, saturation: 0.09, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E7E2E5 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 226 | 229 | - |
CMYK | 0 | 0.02 | 0.01 | 0.09 |
HSL | 324º | 0.09% | 0.9% | - |
HSV(B) | 324º | 0.02% | 0.91% | - |
XYZ | 74.29 | 77.04 | 85.08 | - |
YUV | 227.84 | 128.66 | 130.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 226 | 229 | 0 | 0.02 | 0.01 | 0.09 | 324 | 0.09 | 0.9 |
Hex | E7 | E2 | E5 | 0 | 2 | 1 | 9 | 144 | 9 | 5A |
Octal | 347 | 342 | 345 | 0 | 2 | 1 | 11 | 504 | 11 | 132 |
Binary | 11100111 | 11100010 | 11100101 | 0 | 10 | 1 | 1001 | 101000100 | 1001 | 1011010 |
Color Harmonies of #E7E2E5
Complementary color
Monochromatic Colors of #E7E2E5
Black with #E7E2E5
Text Example
Text Example
White with #E7E2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E2E5; }
p { color: rgb(231,226,229); }
H1.HeaderClassName
{
color: #E7E2E5;
}
.AnyTagClassName
{
color: #E7E2E5;
}
</style>
background-color css
<style>
a { background-color: #E7E2E5; }
a { background-color: rgb(231,226,229); }
div.DivClassName
{
background-color: #E7E2E5;
}
.BgClassName
{
background-color: #E7E2E5;
}
</style>
border-color css
<style>
span { border-color: #E7E2E5; }
span { border-color: rgb(231,226,229); }
td.TdClassName
{
border-color: #E7E2E5;
}
.TagClassName
{
border-color: #E7E2E5;
}
</style>