Color Hex Logo

#ea6594 Color Hex

#EA6594
(234,101,148)
0 Favorites   0 Comments

Color spaces of #ea6594

RGB 234101148
HSL0.940.760.66
HSV339°57°92°
CMYK 0.000.570.37   0.08
XYZ43.930728.937931.2871
Yxy28.93790.42180.2778
Hunter Lab53.794051.63213.1721
CIE-Lab60.726855.86750.3105

#ea6594 color RGB value is (234,101,148).

#ea6594 hex color red value is 234, green value is 101 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ea6594 hue: 0.94 , saturation: 0.76 and the lightness value of ea6594 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100101 10010100
Octal 352 145 224
Decimal 234 101 148
Hex EA 65 94

RGB Percentages of Color #ea6594

%48.45
%20.91
%30.64

CMYK Percentages of Color #ea6594

%0
%57
%37
%8

Triadic Colors of #ea6594

#ea6594 #94ea65 #6594ea

Analogous Colors of #ea6594

#ea6594 #ea7965 #ea65d7

Monochromatic Colors of #ea6594

#ea6594

Complementary Color

#ea6594 #65eabb

#ea6594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6594 Color CSS Codes

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

#ea6594 Text Font Color

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

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


#ea6594 Background Color

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

This div background color is #ea6594


#ea6594 Border Color

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

This div border color is #ea6594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6594


Comments

No comments written yet.

Please login to write comment.