Color Hex Logo

#e216aa Color Hex

#E216AA
(226,22,170)
0 Favorites   0 Comments

Color spaces of #e216aa

RGB 22622170
HSL0.880.820.49
HSV316°90°89°
CMYK 0.000.900.25   0.11
XYZ38.906619.644839.7714
Yxy19.64480.39570.1998
Hunter Lab44.322579.1244-22.1764
CIE-Lab51.433280.5883-26.7021

#e216aa color RGB value is (226,22,170).

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

The process color (four color CMYK) of #e216aa color hex is 0.00, 0.90, 0.25, 0.11. Web safe color of #e216aa is #cc0099. Color #e216aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010110 10101010
Octal 342 26 252
Decimal 226 22 170
Hex E2 16 AA

RGB Percentages of Color #e216aa

%54.07
%5.26
%40.67

CMYK Percentages of Color #e216aa

%0
%90
%25
%11

Triadic Colors of #e216aa

#e216aa #aae216 #16aae2

Analogous Colors of #e216aa

#e216aa #e21644 #b416e2

Monochromatic Colors of #e216aa

#e216aa

Complementary Color

#e216aa #16e24e

#e216aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e216aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e216aa Color CSS Codes

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

#e216aa Text Font Color

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

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


#e216aa Background Color

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

This div background color is #e216aa


#e216aa Border Color

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

This div border color is #e216aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e216aa


Comments

No comments written yet.

Please login to write comment.