#EAE1E5

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

Shades of Amour #EAE1E5

Tints of Amour #EAE1E5

Color information

#EAE1E5 (or 0xEAE1E5) is unknown color: approx Amour. HEX triplet: EA, E1 and E5. RGB value is (234,225,229). Sum of RGB (Red+Green+Blue) = 234+225+229=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 225 (88.28% from 255 or 32.70% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE1E5 is #151E1A. Grayscale: #E4E4E4. Windows color (decimal): -1383963 or 15065578. OLE color: 15065578.

HSL color Cylindrical-coordinate representation of color #EAE1E5: hue angle of 333.33º degrees, saturation: 0.18, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAE1E5 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB234225229-
CMYK00.040.020.08
HSL333.33º17.65%90%-
HSV(B)333.33º3.85%91.76%-
XYZ757785.04-
YUV228.15128.48132.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.01%
GREEN value IS 225 (88.28% from 255) = 32.70%
BLUE value IS 229 (89.84% from 255) = 33.28%
R=34.01%
G=32.70%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422522900.040.020.08333.3317.6590
HexEAE1E5042814d125a
Octal3523413450421051522132
Binary1110101011100001111001010100101000101001101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE1E5; }

 p { color: rgb(234,225,229); }

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

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

 a { background-color: rgb(234,225,229); }

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

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

 span { border-color: rgb(234,225,229); }

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