Color Hex Logo

#e449aa Color Hex

#E449AA
(228,73,170)
0 Favorites   0 Comments

Color spaces of #e449aa

RGB 22873170
HSL0.900.740.59
HSV322°68°89°
CMYK 0.000.680.25   0.11
XYZ41.633224.161340.4995
Yxy24.16130.39170.2273
Hunter Lab49.154165.1684-14.4428
CIE-Lab56.248968.3083-19.2663

#e449aa color RGB value is (228,73,170).

#e449aa hex color red value is 228, green value is 73 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e449aa hue: 0.90 , saturation: 0.74 and the lightness value of e449aa is 0.59.

The process color (four color CMYK) of #e449aa color hex is 0.00, 0.68, 0.25, 0.11. Web safe color of #e449aa is #cc3399. Color #e449aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001001 10101010
Octal 344 111 252
Decimal 228 73 170
Hex E4 49 AA

RGB Percentages of Color #e449aa

%48.41
%15.50
%36.09

CMYK Percentages of Color #e449aa

%0
%68
%25
%11

Triadic Colors of #e449aa

#e449aa #aae449 #49aae4

Analogous Colors of #e449aa

#e449aa #e4495c #d149e4

Monochromatic Colors of #e449aa

#e449aa

Complementary Color

#e449aa #49e483

#e449aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e449aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e449aa Color CSS Codes

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

#e449aa Text Font Color

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

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


#e449aa Background Color

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

This div background color is #e449aa


#e449aa Border Color

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

This div border color is #e449aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e449aa


Comments

No comments written yet.

Please login to write comment.