Color Hex Logo

#ea6996 Color Hex

#EA6996
(234,105,150)
0 Favorites   0 Comments

Color spaces of #ea6996

RGB 234105150
HSL0.940.750.66
HSV339°55°92°
CMYK 0.000.550.36   0.08
XYZ44.488329.797632.2609
Yxy29.79760.41750.2797
Hunter Lab54.587249.94913.1708
CIE-Lab61.479254.25310.2525

#ea6996 color RGB value is (234,105,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101001 10010110
Octal 352 151 226
Decimal 234 105 150
Hex EA 69 96

RGB Percentages of Color #ea6996

%47.85
%21.47
%30.67

CMYK Percentages of Color #ea6996

%0
%55
%36
%8

Triadic Colors of #ea6996

#ea6996 #96ea69 #6996ea

Analogous Colors of #ea6996

#ea6996 #ea7d69 #ea69d7

Monochromatic Colors of #ea6996

#ea6996

Complementary Color

#ea6996 #69eabd

#ea6996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6996 Color CSS Codes

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

#ea6996 Text Font Color

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

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


#ea6996 Background Color

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

This div background color is #ea6996


#ea6996 Border Color

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

This div border color is #ea6996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6996


Comments

No comments written yet.

Please login to write comment.