Color Hex Logo

#ea6997 Color Hex

#EA6997
(234,105,151)
0 Favorites   0 Comments

Color spaces of #ea6997

RGB 234105151
HSL0.940.750.66
HSV339°55°92°
CMYK 0.000.550.35   0.08
XYZ44.569229.829932.6869
Yxy29.82990.41620.2786
Hunter Lab54.616850.08302.7480
CIE-Lab61.507254.3677-0.2836

#ea6997 color RGB value is (234,105,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101001 10010111
Octal 352 151 227
Decimal 234 105 151
Hex EA 69 97

RGB Percentages of Color #ea6997

%47.76
%21.43
%30.82

CMYK Percentages of Color #ea6997

%0
%55
%35
%8

Triadic Colors of #ea6997

#ea6997 #97ea69 #6997ea

Analogous Colors of #ea6997

#ea6997 #ea7c69 #ea69d8

Monochromatic Colors of #ea6997

#ea6997

Complementary Color

#ea6997 #69eabc

#ea6997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6997 Color CSS Codes

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

#ea6997 Text Font Color

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

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


#ea6997 Background Color

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

This div background color is #ea6997


#ea6997 Border Color

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

This div border color is #ea6997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6997


Comments

No comments written yet.

Please login to write comment.