Color Hex Logo

#ea69aa Color Hex

#EA69AA
(234,105,170)
0 Favorites   0 Comments

Color spaces of #ea69aa

RGB 234105170
HSL0.920.750.66
HSV330°55°92°
CMYK 0.000.550.27   0.08
XYZ46.239030.497941.4798
Yxy30.49790.39110.2580
Hunter Lab55.224952.8118-5.8757
CIE-Lab62.081556.6841-10.3615

#ea69aa color RGB value is (234,105,170).

#ea69aa hex color red value is 234, green value is 105 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ea69aa hue: 0.92 , saturation: 0.75 and the lightness value of ea69aa is 0.66.

The process color (four color CMYK) of #ea69aa color hex is 0.00, 0.55, 0.27, 0.08. Web safe color of #ea69aa is #ff6699. Color #ea69aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101001 10101010
Octal 352 151 252
Decimal 234 105 170
Hex EA 69 AA

RGB Percentages of Color #ea69aa

%45.97
%20.63
%33.40

CMYK Percentages of Color #ea69aa

%0
%55
%27
%8

Triadic Colors of #ea69aa

#ea69aa #aaea69 #69aaea

Analogous Colors of #ea69aa

#ea69aa #ea696a #ea69ea

Monochromatic Colors of #ea69aa

#ea69aa

Complementary Color

#ea69aa #69eaa9

#ea69aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea69aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea69aa Color CSS Codes

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

#ea69aa Text Font Color

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

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


#ea69aa Background Color

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

This div background color is #ea69aa


#ea69aa Border Color

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

This div border color is #ea69aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea69aa


Comments

No comments written yet.

Please login to write comment.