Color Hex Logo

#e491ae Color Hex

#E491AE
(228,145,174)
0 Favorites   0 Comments

Color spaces of #e491ae

RGB 228145174
HSL0.940.610.73
HSV339°36°89°
CMYK 0.000.360.24   0.11
XYZ49.760339.800845.1041
Yxy39.80080.36950.2956
Hunter Lab63.087930.38741.7727
CIE-Lab69.327435.1907-1.9738

#e491ae color RGB value is (228,145,174).

#e491ae hex color red value is 228, green value is 145 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e491ae hue: 0.94 , saturation: 0.61 and the lightness value of e491ae is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010001 10101110
Octal 344 221 256
Decimal 228 145 174
Hex E4 91 AE

RGB Percentages of Color #e491ae

%41.68
%26.51
%31.81

CMYK Percentages of Color #e491ae

%0
%36
%24
%11

Triadic Colors of #e491ae

#e491ae #aee491 #91aee4

Analogous Colors of #e491ae

#e491ae #e49e91 #e491d8

Monochromatic Colors of #e491ae

#e491ae

Complementary Color

#e491ae #91e4c7

#e491ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e491ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e491ae Color CSS Codes

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

#e491ae Text Font Color

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

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


#e491ae Background Color

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

This div background color is #e491ae


#e491ae Border Color

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

This div border color is #e491ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e491ae

#e491ae Color Palettes


Comments

No comments written yet.

Please login to write comment.