Color Hex Logo

#ea96be Color Hex

#EA96BE
(234,150,190)
0 Favorites   0 Comments

Color spaces of #ea96be

RGB 234150190
HSL0.920.670.75
HSV331°36°92°
CMYK 0.000.360.19   0.08
XYZ54.132343.022854.1663
Yxy43.02280.35770.2843
Hunter Lab65.591832.5289-3.0480
CIE-Lab71.570436.9949-7.4887

#ea96be color RGB value is (234,150,190).

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

The process color (four color CMYK) of #ea96be color hex is 0.00, 0.36, 0.19, 0.08. Web safe color of #ea96be is #ff99cc. Color #ea96be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010110 10111110
Octal 352 226 276
Decimal 234 150 190
Hex EA 96 BE

RGB Percentages of Color #ea96be

%40.77
%26.13
%33.10

CMYK Percentages of Color #ea96be

%0
%36
%19
%8

Triadic Colors of #ea96be

#ea96be #beea96 #96beea

Analogous Colors of #ea96be

#ea96be #ea9896 #ea96e8

Monochromatic Colors of #ea96be

#ea96be

Complementary Color

#ea96be #96eac2

#ea96be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea96be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea96be Color CSS Codes

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

#ea96be Text Font Color

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

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


#ea96be Background Color

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

This div background color is #ea96be


#ea96be Border Color

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

This div border color is #ea96be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea96be

#ea96be Color Palettes


Comments

No comments written yet.

Please login to write comment.