#E9E2E5

Color #E9E2E5 Amour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amour #E9E2E5

Tints of Amour #E9E2E5

Color information

#E9E2E5 (or 0xE9E2E5) is unknown color: approx Amour. HEX triplet: E9, E2 and E5. RGB value is (233,226,229). Sum of RGB (Red+Green+Blue) = 233+226+229=688 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.87% from 688); Green value is 226 (88.67% from 255 or 32.85% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E2E5 is #161D1A. Grayscale: #E4E4E4. Windows color (decimal): -1449243 or 15065833. OLE color: 15065833.

HSL color Cylindrical-coordinate representation of color #E9E2E5: hue angle of 334.29º degrees, saturation: 0.14, 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 #E9E2E5 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB233226229-
CMYK00.030.020.09
HSL334.29º13.73%90%-
HSV(B)334.29º3%91.37%-
XYZ74.9477.3785.11-
YUV228.44128.32131.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 233 (91.41% from 255) = 33.87%
GREEN value IS 226 (88.67% from 255) = 32.85%
BLUE value IS 229 (89.84% from 255) = 33.28%
R=33.87%
G=32.85%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322622900.030.020.09334.2913.7390
HexE9E2E5032914ee5a
Octal3513423450321151616132
Binary11101001111000101110010101110100110100111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E2E5; }

 p { color: rgb(233,226,229); }

 H1.HeaderClassName
 {
   color: #E9E2E5;
 }
 .AnyTagClassName
 {
   color: #E9E2E5;
 }
</style>
background-color css

<style>
 a { background-color: #E9E2E5; }

 a { background-color: rgb(233,226,229); }

 div.DivClassName
 {
   background-color: #E9E2E5;
 }
 .BgClassName
 {
   background-color: #E9E2E5;
 }
</style>
border-color css

<style>
 span { border-color: #E9E2E5; }

 span { border-color: rgb(233,226,229); }

 td.TdClassName
 {
   border-color: #E9E2E5;
 }
 .TagClassName
 {
   border-color: #E9E2E5;
 }
</style>