Color Hex Logo

#e196cc Color Hex

#E196CC
(225,150,204)
0 Favorites   0 Comments

Color spaces of #e196cc

RGB 225150204
HSL0.880.560.74
HSV317°33°88°
CMYK 0.000.330.09   0.12
XYZ52.856842.179962.4824
Yxy42.17990.33560.2678
Hunter Lab64.946131.6179-11.5787
CIE-Lab70.994836.1951-16.2083

#e196cc color RGB value is (225,150,204).

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

The process color (four color CMYK) of #e196cc color hex is 0.00, 0.33, 0.09, 0.12. Web safe color of #e196cc is #cc99cc. Color #e196cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010110 11001100
Octal 341 226 314
Decimal 225 150 204
Hex E1 96 CC

RGB Percentages of Color #e196cc

%38.86
%25.91
%35.23

CMYK Percentages of Color #e196cc

%0
%33
%9
%12

Triadic Colors of #e196cc

#e196cc #cce196 #96cce1

Analogous Colors of #e196cc

#e196cc #e196a7 #d196e1

Monochromatic Colors of #e196cc

#e196cc

Complementary Color

#e196cc #96e1ab

#e196cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e196cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e196cc Color CSS Codes

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

#e196cc Text Font Color

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

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


#e196cc Background Color

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

This div background color is #e196cc


#e196cc Border Color

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

This div border color is #e196cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e196cc


Comments

No comments written yet.

Please login to write comment.