Color Hex Logo

#e199aa Color Hex

#E199AA
(225,153,170)
0 Favorites   0 Comments

Color spaces of #e199aa

RGB 225153170
HSL0.960.550.74
HSV346°32°88°
CMYK 0.000.320.24   0.12
XYZ49.698341.692343.4582
Yxy41.69230.36850.3092
Hunter Lab64.569624.39225.2939
CIE-Lab70.658329.28692.1567

#e199aa color RGB value is (225,153,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011001 10101010
Octal 341 231 252
Decimal 225 153 170
Hex E1 99 AA

RGB Percentages of Color #e199aa

%41.06
%27.92
%31.02

CMYK Percentages of Color #e199aa

%0
%32
%24
%12

Triadic Colors of #e199aa

#e199aa #aae199 #99aae1

Analogous Colors of #e199aa

#e199aa #e1ac99 #e199ce

Monochromatic Colors of #e199aa

#e199aa

Complementary Color

#e199aa #99e1d0

#e199aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e199aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e199aa Color CSS Codes

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

#e199aa Text Font Color

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

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


#e199aa Background Color

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

This div background color is #e199aa


#e199aa Border Color

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

This div border color is #e199aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e199aa


Comments

No comments written yet.

Please login to write comment.