Color Hex Logo

#e221aa Color Hex

#E221AA
(226,33,170)
0 Favorites   0 Comments

Color spaces of #e221aa

RGB 22633170
HSL0.880.770.51
HSV317°85°89°
CMYK 0.000.850.25   0.11
XYZ39.163620.158739.8571
Yxy20.15870.39490.2033
Hunter Lab44.898477.1281-21.2038
CIE-Lab52.016278.8912-25.7996

#e221aa color RGB value is (226,33,170).

#e221aa hex color red value is 226, green value is 33 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e221aa hue: 0.88 , saturation: 0.77 and the lightness value of e221aa is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00100001 10101010
Octal 342 41 252
Decimal 226 33 170
Hex E2 21 AA

RGB Percentages of Color #e221aa

%52.68
%7.69
%39.63

CMYK Percentages of Color #e221aa

%0
%85
%25
%11

Triadic Colors of #e221aa

#e221aa #aae221 #21aae2

Analogous Colors of #e221aa

#e221aa #e2214a #ba21e2

Monochromatic Colors of #e221aa

#e221aa

Complementary Color

#e221aa #21e259

#e221aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e221aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e221aa Color CSS Codes

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

#e221aa Text Font Color

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

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


#e221aa Background Color

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

This div background color is #e221aa


#e221aa Border Color

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

This div border color is #e221aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e221aa


Comments

No comments written yet.

Please login to write comment.