Color Hex Logo

#e016aa Color Hex

#E016AA
(224,22,170)
0 Favorites   0 Comments

Color spaces of #e016aa

RGB 22422170
HSL0.880.820.48
HSV316°90°88°
CMYK 0.000.900.24   0.12
XYZ38.283119.323439.7423
Yxy19.32340.39330.1985
Hunter Lab43.958478.5274-22.8326
CIE-Lab51.063480.1883-27.3048

#e016aa color RGB value is (224,22,170).

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

The process color (four color CMYK) of #e016aa color hex is 0.00, 0.90, 0.24, 0.12. Web safe color of #e016aa is #cc0099. Color #e016aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010110 10101010
Octal 340 26 252
Decimal 224 22 170
Hex E0 16 AA

RGB Percentages of Color #e016aa

%53.85
%5.29
%40.87

CMYK Percentages of Color #e016aa

%0
%90
%24
%12

Triadic Colors of #e016aa

#e016aa #aae016 #16aae0

Analogous Colors of #e016aa

#e016aa #e01645 #b116e0

Monochromatic Colors of #e016aa

#e016aa

Complementary Color

#e016aa #16e04c

#e016aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e016aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e016aa Color CSS Codes

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

#e016aa Text Font Color

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

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


#e016aa Background Color

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

This div background color is #e016aa


#e016aa Border Color

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

This div border color is #e016aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e016aa


Comments

No comments written yet.

Please login to write comment.