Color Hex Logo

#e188aa Color Hex

#E188AA
(225,136,170)
0 Favorites   0 Comments

Color spaces of #e188aa

RGB 225136170
HSL0.940.600.71
HSV337°40°88°
CMYK 0.000.400.24   0.12
XYZ47.111236.518142.5959
Yxy36.51810.37320.2893
Hunter Lab60.430233.40520.5090
CIE-Lab66.913938.3117-3.3186

#e188aa color RGB value is (225,136,170).

#e188aa hex color red value is 225, green value is 136 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e188aa hue: 0.94 , saturation: 0.60 and the lightness value of e188aa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001000 10101010
Octal 341 210 252
Decimal 225 136 170
Hex E1 88 AA

RGB Percentages of Color #e188aa

%42.37
%25.61
%32.02

CMYK Percentages of Color #e188aa

%0
%40
%24
%12

Triadic Colors of #e188aa

#e188aa #aae188 #88aae1

Analogous Colors of #e188aa

#e188aa #e19388 #e188d7

Monochromatic Colors of #e188aa

#e188aa

Complementary Color

#e188aa #88e1bf

#e188aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e188aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e188aa Color CSS Codes

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

#e188aa Text Font Color

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

This sample text font color is #e188aa
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.


#e188aa Background Color

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

This div background color is #e188aa


#e188aa Border Color

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

This div border color is #e188aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e188aa

#e188aa Color Palettes


Comments

No comments written yet.

Please login to write comment.