Color Hex Logo

#e288aa Color Hex

#E288AA
(226,136,170)
0 Favorites   0 Comments

Color spaces of #e288aa

RGB 226136170
HSL0.940.610.71
HSV337°40°89°
CMYK 0.000.400.25   0.11
XYZ47.423936.679342.6105
Yxy36.67930.37430.2895
Hunter Lab60.563433.78750.6799
CIE-Lab67.035738.6602-3.1252

#e288aa color RGB value is (226,136,170).

#e288aa hex color red value is 226, green value is 136 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e288aa hue: 0.94 , saturation: 0.61 and the lightness value of e288aa is 0.71.

The process color (four color CMYK) of #e288aa color hex is 0.00, 0.40, 0.25, 0.11. Web safe color of #e288aa is #cc9999. Color #e288aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001000 10101010
Octal 342 210 252
Decimal 226 136 170
Hex E2 88 AA

RGB Percentages of Color #e288aa

%42.48
%25.56
%31.95

CMYK Percentages of Color #e288aa

%0
%40
%25
%11

Triadic Colors of #e288aa

#e288aa #aae288 #88aae2

Analogous Colors of #e288aa

#e288aa #e29388 #e288d7

Monochromatic Colors of #e288aa

#e288aa

Complementary Color

#e288aa #88e2c0

#e288aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e288aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e288aa Color CSS Codes

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

#e288aa Text Font Color

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

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


#e288aa Background Color

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

This div background color is #e288aa


#e288aa Border Color

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

This div border color is #e288aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,136,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 #e288aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e288aa


Comments

No comments written yet.

Please login to write comment.