Color Hex Logo

#e199be Color Hex

#E199BE
(225,153,190)
0 Favorites   0 Comments

Color spaces of #e199be

RGB 225153190
HSL0.910.550.74
HSV329°32°88°
CMYK 0.000.320.16   0.12
XYZ51.736842.507754.1932
Yxy42.50770.34850.2864
Hunter Lab65.197927.5495-3.6439
CIE-Lab71.219632.3013-8.1199

#e199be color RGB value is (225,153,190).

#e199be hex color red value is 225, green value is 153 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e199be hue: 0.91 , saturation: 0.55 and the lightness value of e199be is 0.74.

The process color (four color CMYK) of #e199be color hex is 0.00, 0.32, 0.16, 0.12. Web safe color of #e199be is #cc99cc. Color #e199be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011001 10111110
Octal 341 231 276
Decimal 225 153 190
Hex E1 99 BE

RGB Percentages of Color #e199be

%39.61
%26.94
%33.45

CMYK Percentages of Color #e199be

%0
%32
%16
%12

Triadic Colors of #e199be

#e199be #bee199 #99bee1

Analogous Colors of #e199be

#e199be #e1999a #e099e1

Monochromatic Colors of #e199be

#e199be

Complementary Color

#e199be #99e1bc

#e199be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e199be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e199be Color CSS Codes

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

#e199be Text Font Color

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

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


#e199be Background Color

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

This div background color is #e199be


#e199be Border Color

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

This div border color is #e199be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e199be


Comments

No comments written yet.

Please login to write comment.