Color Hex Logo

#ee4aae Color Hex

#EE4AAE
(238,74,174)
0 Favorites   0 Comments

Color spaces of #ee4aae

RGB 23874174
HSL0.900.830.61
HSV323°69°93°
CMYK 0.000.690.27   0.07
XYZ45.348726.130742.6980
Yxy26.13070.39720.2289
Hunter Lab51.118268.8966-13.7410
CIE-Lab58.160971.0428-18.5267

#ee4aae color RGB value is (238,74,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01001010 10101110
Octal 356 112 256
Decimal 238 74 174
Hex EE 4A AE

RGB Percentages of Color #ee4aae

%48.97
%15.23
%35.80

CMYK Percentages of Color #ee4aae

%0
%69
%27
%7

Triadic Colors of #ee4aae

#ee4aae #aeee4a #4aaeee

Analogous Colors of #ee4aae

#ee4aae #ee4a5c #dc4aee

Monochromatic Colors of #ee4aae

#ee4aae

Complementary Color

#ee4aae #4aee8a

#ee4aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee4aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee4aae Color CSS Codes

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

#ee4aae Text Font Color

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

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


#ee4aae Background Color

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

This div background color is #ee4aae


#ee4aae Border Color

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

This div border color is #ee4aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee4aae


Comments

No comments written yet.

Please login to write comment.