Color Hex Logo

#e1aaae Color Hex

#E1AAAE
(225,170,174)
0 Favorites   0 Comments

Color spaces of #e1aaae

RGB 225170174
HSL0.990.480.77
HSV356°24°88°
CMYK 0.000.240.23   0.12
XYZ53.066047.813046.4763
Yxy47.81300.36010.3245
Hunter Lab69.146915.98058.5518
CIE-Lab74.706820.73665.8042

#e1aaae color RGB value is (225,170,174).

#e1aaae hex color red value is 225, green value is 170 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e1aaae hue: 0.99 , saturation: 0.48 and the lightness value of e1aaae is 0.77.

The process color (four color CMYK) of #e1aaae color hex is 0.00, 0.24, 0.23, 0.12. Web safe color of #e1aaae is #cc9999. Color #e1aaae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101010 10101110
Octal 341 252 256
Decimal 225 170 174
Hex E1 AA AE

RGB Percentages of Color #e1aaae

%39.54
%29.88
%30.58

CMYK Percentages of Color #e1aaae

%0
%24
%23
%12

Triadic Colors of #e1aaae

#e1aaae #aee1aa #aaaee1

Analogous Colors of #e1aaae

#e1aaae #e1c2aa #e1aaca

Monochromatic Colors of #e1aaae

#e1aaae

Complementary Color

#e1aaae #aae1dd

#e1aaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1aaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1aaae Color CSS Codes

.mybgcolor {background-color:#e1aaae; } 
.myforecolor {color:#e1aaae; }
.mybordercolor {border:3px solid #e1aaae; }

#e1aaae Text Font Color

<p style="color:#e1aaae">Text here</p>

This sample text font color is #e1aaae
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e1aaae Background Color

<div style="background-color:#e1aaae">
Div content here</div>

This div background color is #e1aaae


#e1aaae Border Color

<div style="border:3px solid #e1aaae">
Div here</div>

This div border color is #e1aaae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,170,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1aaae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1aaae;
  -webkit-box-shadow: 1px 1px 3px 2px #e1aaae;
  box-shadow:         1px 1px 3px 2px #e1aaae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,170,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e1aaae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e1aaae;
  -webkit-box-shadow: 1px 1px 3px 2px #e1aaae;
  box-shadow:         1px 1px 3px 2px #e1aaae;">
Div content here</div>

This div box has shadow with color #e1aaae


Comments

No comments written yet.

Please login to write comment.