Shades of Amour #E7E3E4
Tints of Amour #E7E3E4
RGB
CMYK
RGB Variations
Color information
#E7E3E4 (or 0xE7E3E4) is known color: Amour. HEX triplet: E7, E3 and E4. RGB value is (231,227,228). Sum of RGB (Red+Green+Blue) = 231+227+228=686 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.67% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E3E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E3E4 is #181C1B. Grayscale: #E4E4E4. Windows color (decimal): -1580060 or 15000551. OLE color: 15000551.
HSL color Cylindrical-coordinate representation of color #E7E3E4: hue angle of 345º degrees, saturation: 0.08, 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 #E7E3E4 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 227 | 228 | - |
CMYK | 0 | 0.02 | 0.01 | 0.09 |
HSL | 345º | 0.08% | 0.9% | - |
HSV(B) | 345º | 0.02% | 0.91% | - |
XYZ | 74.43 | 77.53 | 84.44 | - |
YUV | 228.31 | 127.83 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 227 | 228 | 0 | 0.02 | 0.01 | 0.09 | 345 | 0.08 | 0.9 |
Hex | E7 | E3 | E4 | 0 | 2 | 1 | 9 | 159 | 8 | 5A |
Octal | 347 | 343 | 344 | 0 | 2 | 1 | 11 | 531 | 10 | 132 |
Binary | 11100111 | 11100011 | 11100100 | 0 | 10 | 1 | 1001 | 101011001 | 1000 | 1011010 |
Color Harmonies of #E7E3E4
Complementary color
Monochromatic Colors of #E7E3E4
Black with #E7E3E4
Text Example
Text Example
White with #E7E3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E3E4; }
p { color: rgb(231,227,228); }
H1.HeaderClassName
{
color: #E7E3E4;
}
.AnyTagClassName
{
color: #E7E3E4;
}
</style>
background-color css
<style>
a { background-color: #E7E3E4; }
a { background-color: rgb(231,227,228); }
div.DivClassName
{
background-color: #E7E3E4;
}
.BgClassName
{
background-color: #E7E3E4;
}
</style>
border-color css
<style>
span { border-color: #E7E3E4; }
span { border-color: rgb(231,227,228); }
td.TdClassName
{
border-color: #E7E3E4;
}
.TagClassName
{
border-color: #E7E3E4;
}
</style>