Color Hex Logo

#ee499e Color Hex

#EE499E
(238,73,158)
0 Favorites   0 Comments

Color spaces of #ee499e

RGB 23873158
HSL0.910.830.61
HSV329°69°93°
CMYK 0.000.690.34   0.07
XYZ43.814025.410934.9433
Yxy25.41090.42060.2439
Hunter Lab50.409266.9300-5.8129
CIE-Lab57.473669.5472-10.2512

#ee499e color RGB value is (238,73,158).

#ee499e hex color red value is 238, green value is 73 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ee499e hue: 0.91 , saturation: 0.83 and the lightness value of ee499e is 0.61.

The process color (four color CMYK) of #ee499e color hex is 0.00, 0.69, 0.34, 0.07. Web safe color of #ee499e is #ff3399. Color #ee499e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01001001 10011110
Octal 356 111 236
Decimal 238 73 158
Hex EE 49 9E

RGB Percentages of Color #ee499e

%50.75
%15.57
%33.69

CMYK Percentages of Color #ee499e

%0
%69
%34
%7

Triadic Colors of #ee499e

#ee499e #9eee49 #499eee

Analogous Colors of #ee499e

#ee499e #ee494c #ec49ee

Monochromatic Colors of #ee499e

#ee499e

Complementary Color

#ee499e #49ee99

#ee499e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee499e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee499e Color CSS Codes

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

#ee499e Text Font Color

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

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


#ee499e Background Color

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

This div background color is #ee499e


#ee499e Border Color

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

This div border color is #ee499e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee499e


Comments

No comments written yet.

Please login to write comment.