Color Hex Logo

#e196aa Color Hex

#E196AA
(225,150,170)
0 Favorites   0 Comments

Color spaces of #e196aa

RGB 225150170
HSL0.960.560.74
HSV344°33°88°
CMYK 0.000.330.24   0.12
XYZ49.213440.722543.2966
Yxy40.72250.36940.3056
Hunter Lab63.814225.98414.4429
CIE-Lab69.981130.89151.1719

#e196aa color RGB value is (225,150,170).

#e196aa hex color red value is 225, green value is 150 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e196aa hue: 0.96 , saturation: 0.56 and the lightness value of e196aa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010110 10101010
Octal 341 226 252
Decimal 225 150 170
Hex E1 96 AA

RGB Percentages of Color #e196aa

%41.28
%27.52
%31.19

CMYK Percentages of Color #e196aa

%0
%33
%24
%12

Triadic Colors of #e196aa

#e196aa #aae196 #96aae1

Analogous Colors of #e196aa

#e196aa #e1a896 #e196d0

Monochromatic Colors of #e196aa

#e196aa

Complementary Color

#e196aa #96e1cd

#e196aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e196aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e196aa Color CSS Codes

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

#e196aa Text Font Color

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

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


#e196aa Background Color

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

This div background color is #e196aa


#e196aa Border Color

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

This div border color is #e196aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,150,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 #e196aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e196aa


Comments

No comments written yet.

Please login to write comment.