Color Hex Logo

#ee5aaa Color Hex

#EE5AAA
(238,90,170)
0 Favorites   0 Comments

Color spaces of #ee5aaa

RGB 23890170
HSL0.910.810.64
HSV328°62°93°
CMYK 0.000.620.29   0.07
XYZ46.171828.391841.0768
Yxy28.39180.39930.2455
Hunter Lab53.284061.4275-8.4081
CIE-Lab60.241164.4262-13.0635

#ee5aaa color RGB value is (238,90,170).

#ee5aaa hex color red value is 238, green value is 90 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ee5aaa hue: 0.91 , saturation: 0.81 and the lightness value of ee5aaa is 0.64.

The process color (four color CMYK) of #ee5aaa color hex is 0.00, 0.62, 0.29, 0.07. Web safe color of #ee5aaa is #ff6699. Color #ee5aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01011010 10101010
Octal 356 132 252
Decimal 238 90 170
Hex EE 5A AA

RGB Percentages of Color #ee5aaa

%47.79
%18.07
%34.14

CMYK Percentages of Color #ee5aaa

%0
%62
%29
%7

Triadic Colors of #ee5aaa

#ee5aaa #aaee5a #5aaaee

Analogous Colors of #ee5aaa

#ee5aaa #ee5a60 #e85aee

Monochromatic Colors of #ee5aaa

#ee5aaa

Complementary Color

#ee5aaa #5aee9e

#ee5aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee5aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee5aaa Color CSS Codes

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

#ee5aaa Text Font Color

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

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


#ee5aaa Background Color

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

This div background color is #ee5aaa


#ee5aaa Border Color

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

This div border color is #ee5aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee5aaa


Comments

No comments written yet.

Please login to write comment.