Color Hex Logo

#ee95bf Color Hex

#EE95BF
(238,149,191)
0 Favorites   0 Comments

Color spaces of #ee95bf

RGB 238149191
HSL0.920.720.76
HSV332°37°93°
CMYK 0.000.370.20   0.07
XYZ55.411343.433654.7532
Yxy43.43360.36080.2828
Hunter Lab65.904234.7480-3.1252
CIE-Lab71.848339.0361-7.5799

#ee95bf color RGB value is (238,149,191).

#ee95bf hex color red value is 238, green value is 149 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ee95bf hue: 0.92 , saturation: 0.72 and the lightness value of ee95bf is 0.76.

The process color (four color CMYK) of #ee95bf color hex is 0.00, 0.37, 0.20, 0.07. Web safe color of #ee95bf is #ff99cc. Color #ee95bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010101 10111111
Octal 356 225 277
Decimal 238 149 191
Hex EE 95 BF

RGB Percentages of Color #ee95bf

%41.18
%25.78
%33.04

CMYK Percentages of Color #ee95bf

%0
%37
%20
%7

Triadic Colors of #ee95bf

#ee95bf #bfee95 #95bfee

Analogous Colors of #ee95bf

#ee95bf #ee9895 #ee95ec

Monochromatic Colors of #ee95bf

#ee95bf

Complementary Color

#ee95bf #95eec4

#ee95bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee95bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee95bf Color CSS Codes

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

#ee95bf Text Font Color

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

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


#ee95bf Background Color

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

This div background color is #ee95bf


#ee95bf Border Color

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

This div border color is #ee95bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,149,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ee95bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ee95bf;
  -webkit-box-shadow: 1px 1px 3px 2px #ee95bf;
  box-shadow:         1px 1px 3px 2px #ee95bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,149,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee95bf


Comments

No comments written yet.

Please login to write comment.