Color Hex Logo

#e190ae Color Hex

#E190AE
(225,144,174)
0 Favorites   0 Comments

Color spaces of #e190ae

RGB 225144174
HSL0.940.570.72
HSV338°36°88°
CMYK 0.000.360.23   0.12
XYZ48.664639.010145.0092
Yxy39.01010.36680.2940
Hunter Lab62.458129.77780.9945
CIE-Lab68.758634.6628-2.8499

#e190ae color RGB value is (225,144,174).

#e190ae hex color red value is 225, green value is 144 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e190ae hue: 0.94 , saturation: 0.57 and the lightness value of e190ae is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010000 10101110
Octal 341 220 256
Decimal 225 144 174
Hex E1 90 AE

RGB Percentages of Color #e190ae

%41.44
%26.52
%32.04

CMYK Percentages of Color #e190ae

%0
%36
%23
%12

Triadic Colors of #e190ae

#e190ae #aee190 #90aee1

Analogous Colors of #e190ae

#e190ae #e19b90 #e190d7

Monochromatic Colors of #e190ae

#e190ae

Complementary Color

#e190ae #90e1c3

#e190ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e190ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e190ae Color CSS Codes

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

#e190ae Text Font Color

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

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


#e190ae Background Color

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

This div background color is #e190ae


#e190ae Border Color

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

This div border color is #e190ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e190ae


Comments

No comments written yet.

Please login to write comment.