Color Hex Logo

#e196ae Color Hex

#E196AE
(225,150,174)
0 Favorites   0 Comments

Color spaces of #e196ae

RGB 225150174
HSL0.950.560.74
HSV341°33°88°
CMYK 0.000.330.23   0.12
XYZ49.597740.876245.3202
Yxy40.87620.36520.3010
Hunter Lab63.934526.58742.7262
CIE-Lab70.089131.4682-0.8983

#e196ae color RGB value is (225,150,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010110 10101110
Octal 341 226 256
Decimal 225 150 174
Hex E1 96 AE

RGB Percentages of Color #e196ae

%40.98
%27.32
%31.69

CMYK Percentages of Color #e196ae

%0
%33
%23
%12

Triadic Colors of #e196ae

#e196ae #aee196 #96aee1

Analogous Colors of #e196ae

#e196ae #e1a496 #e196d4

Monochromatic Colors of #e196ae

#e196ae

Complementary Color

#e196ae #96e1c9

#e196ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e196ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e196ae Color CSS Codes

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

#e196ae Text Font Color

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

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


#e196ae Background Color

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

This div background color is #e196ae


#e196ae Border Color

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

This div border color is #e196ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e196ae


Comments

No comments written yet.

Please login to write comment.