Color Hex Logo

#e190ab Color Hex

#E190AB
(225,144,171)
0 Favorites   0 Comments

Color spaces of #e190ab

RGB 225144171
HSL0.940.570.72
HSV340°36°88°
CMYK 0.000.360.24   0.12
XYZ48.375338.894343.4858
Yxy38.89430.37000.2975
Hunter Lab62.365329.31902.3142
CIE-Lab68.674634.2304-1.2945

#e190ab color RGB value is (225,144,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010000 10101011
Octal 341 220 253
Decimal 225 144 171
Hex E1 90 AB

RGB Percentages of Color #e190ab

%41.67
%26.67
%31.67

CMYK Percentages of Color #e190ab

%0
%36
%24
%12

Triadic Colors of #e190ab

#e190ab #abe190 #90abe1

Analogous Colors of #e190ab

#e190ab #e19e90 #e190d4

Monochromatic Colors of #e190ab

#e190ab

Complementary Color

#e190ab #90e1c6

#e190ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e190ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e190ab Color CSS Codes

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

#e190ab Text Font Color

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

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


#e190ab Background Color

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

This div background color is #e190ab


#e190ab Border Color

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

This div border color is #e190ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e190ab


Comments

No comments written yet.

Please login to write comment.