Color Hex Logo

#e591a0 Color Hex

#E591A0
(229,145,160)
0 Favorites   0 Comments

Color spaces of #e591a0

RGB 229145160
HSL0.970.620.73
HSV349°37°90°
CMYK 0.000.370.30   0.10
XYZ48.783739.446938.3005
Yxy39.44690.38550.3118
Hunter Lab62.806828.73397.8088
CIE-Lab69.073833.63035.4973

#e591a0 color RGB value is (229,145,160).

#e591a0 hex color red value is 229, green value is 145 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #e591a0 hue: 0.97 , saturation: 0.62 and the lightness value of e591a0 is 0.73.

The process color (four color CMYK) of #e591a0 color hex is 0.00, 0.37, 0.30, 0.10. Web safe color of #e591a0 is #cc9999. Color #e591a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010001 10100000
Octal 345 221 240
Decimal 229 145 160
Hex E5 91 A0

RGB Percentages of Color #e591a0

%42.88
%27.15
%29.96

CMYK Percentages of Color #e591a0

%0
%37
%30
%10

Triadic Colors of #e591a0

#e591a0 #a0e591 #91a0e5

Analogous Colors of #e591a0

#e591a0 #e5ac91 #e591ca

Monochromatic Colors of #e591a0

#e591a0

Complementary Color

#e591a0 #91e5d6

#e591a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e591a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e591a0 Color CSS Codes

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

#e591a0 Text Font Color

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

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


#e591a0 Background Color

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

This div background color is #e591a0


#e591a0 Border Color

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

This div border color is #e591a0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,145,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e591a0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e591a0;
  -webkit-box-shadow: 1px 1px 3px 2px #e591a0;
  box-shadow:         1px 1px 3px 2px #e591a0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,145,160, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e591a0


Comments

No comments written yet.

Please login to write comment.