Color Hex Logo

#e196bb Color Hex

#E196BB
(225,150,187)
0 Favorites   0 Comments

Color spaces of #e196bb

RGB 225150187
HSL0.920.560.74
HSV330°33°88°
CMYK 0.000.330.17   0.12
XYZ50.927341.408152.3221
Yxy41.40810.35210.2862
Hunter Lab64.349128.6578-3.1642
CIE-Lab70.460933.4310-7.5824

#e196bb color RGB value is (225,150,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010110 10111011
Octal 341 226 273
Decimal 225 150 187
Hex E1 96 BB

RGB Percentages of Color #e196bb

%40.04
%26.69
%33.27

CMYK Percentages of Color #e196bb

%0
%33
%17
%12

Triadic Colors of #e196bb

#e196bb #bbe196 #96bbe1

Analogous Colors of #e196bb

#e196bb #e19796 #e196e1

Monochromatic Colors of #e196bb

#e196bb

Complementary Color

#e196bb #96e1bc

#e196bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e196bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e196bb Color CSS Codes

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

#e196bb Text Font Color

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

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


#e196bb Background Color

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

This div background color is #e196bb


#e196bb Border Color

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

This div border color is #e196bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e196bb


Comments

No comments written yet.

Please login to write comment.