Color Hex Logo

#ea49ee Color Hex

#EA49EE
(234,73,238)
0 Favorites   0 Comments

Color spaces of #ea49ee

RGB 23473238
HSL0.830.830.61
HSV299°69°93°
CMYK 0.020.690.00   0.07
XYZ51.746828.430683.6492
Yxy28.43060.31590.1735
Hunter Lab53.320479.9216-55.6902
CIE-Lab60.275879.4991-51.6641

#ea49ee color RGB value is (234,73,238).

#ea49ee hex color red value is 234, green value is 73 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ea49ee hue: 0.83 , saturation: 0.83 and the lightness value of ea49ee is 0.61.

The process color (four color CMYK) of #ea49ee color hex is 0.02, 0.69, 0.00, 0.07. Web safe color of #ea49ee is #ff33ff. Color #ea49ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001001 11101110
Octal 352 111 356
Decimal 234 73 238
Hex EA 49 EE

RGB Percentages of Color #ea49ee

%42.94
%13.39
%43.67

CMYK Percentages of Color #ea49ee

%2
%69
%0
%7

Triadic Colors of #ea49ee

#ea49ee #eeea49 #49eeea

Analogous Colors of #ea49ee

#ea49ee #ee49a0 #9849ee

Monochromatic Colors of #ea49ee

#ea49ee

Complementary Color

#ea49ee #4dee49

#ea49ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea49ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea49ee Color CSS Codes

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

#ea49ee Text Font Color

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

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


#ea49ee Background Color

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

This div background color is #ea49ee


#ea49ee Border Color

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

This div border color is #ea49ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea49ee


Comments

No comments written yet.

Please login to write comment.