Color Hex Logo

#ea5ede Color Hex

#EA5EDE
(234,94,222)
0 Favorites   0 Comments

Color spaces of #ea5ede

RGB 23494222
HSL0.850.770.64
HSV305°60°92°
CMYK 0.000.600.05   0.08
XYZ51.119230.771872.3525
Yxy30.77180.33140.1995
Hunter Lab55.472367.4158-38.5012
CIE-Lab62.314569.0541-39.5014

#ea5ede color RGB value is (234,94,222).

#ea5ede hex color red value is 234, green value is 94 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ea5ede hue: 0.85 , saturation: 0.77 and the lightness value of ea5ede is 0.64.

The process color (four color CMYK) of #ea5ede color hex is 0.00, 0.60, 0.05, 0.08. Web safe color of #ea5ede is #ff66cc. Color #ea5ede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011110 11011110
Octal 352 136 336
Decimal 234 94 222
Hex EA 5E DE

RGB Percentages of Color #ea5ede

%42.55
%17.09
%40.36

CMYK Percentages of Color #ea5ede

%0
%60
%5
%8

Triadic Colors of #ea5ede

#ea5ede #deea5e #5edeea

Analogous Colors of #ea5ede

#ea5ede #ea5e98 #b05eea

Monochromatic Colors of #ea5ede

#ea5ede

Complementary Color

#ea5ede #5eea6a

#ea5ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5ede Color CSS Codes

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

#ea5ede Text Font Color

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

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


#ea5ede Background Color

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

This div background color is #ea5ede


#ea5ede Border Color

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

This div border color is #ea5ede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,94,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ea5ede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5ede


Comments

No comments written yet.

Please login to write comment.