Color Hex Logo

#ea649a Color Hex

#EA649A
(234,100,154)
0 Favorites   0 Comments

Color spaces of #ea649a

RGB 234100154
HSL0.930.760.65
HSV336°57°92°
CMYK 0.000.570.34   0.08
XYZ44.321628.939933.8218
Yxy28.93990.41390.2703
Hunter Lab53.795852.92090.3810
CIE-Lab60.728657.0031-3.1583

#ea649a color RGB value is (234,100,154).

#ea649a hex color red value is 234, green value is 100 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ea649a hue: 0.93 , saturation: 0.76 and the lightness value of ea649a is 0.65.

The process color (four color CMYK) of #ea649a color hex is 0.00, 0.57, 0.34, 0.08. Web safe color of #ea649a is #ff6699. Color #ea649a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100100 10011010
Octal 352 144 232
Decimal 234 100 154
Hex EA 64 9A

RGB Percentages of Color #ea649a

%47.95
%20.49
%31.56

CMYK Percentages of Color #ea649a

%0
%57
%34
%8

Triadic Colors of #ea649a

#ea649a #9aea64 #649aea

Analogous Colors of #ea649a

#ea649a #ea7164 #ea64dd

Monochromatic Colors of #ea649a

#ea649a

Complementary Color

#ea649a #64eab4

#ea649a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea649a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea649a Color CSS Codes

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

#ea649a Text Font Color

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

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


#ea649a Background Color

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

This div background color is #ea649a


#ea649a Border Color

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

This div border color is #ea649a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea649a


Comments

No comments written yet.

Please login to write comment.