Color Hex Logo

#e16e90 Color Hex

#E16E90
(225,110,144)
0 Favorites   0 Comments

Color spaces of #e16e90

RGB 225110144
HSL0.950.660.66
HSV342°51°88°
CMYK 0.000.510.36   0.12
XYZ41.661329.173029.8207
Yxy29.17300.41390.2898
Hunter Lab54.012043.16205.0737
CIE-Lab60.934048.19942.7628

#e16e90 color RGB value is (225,110,144).

#e16e90 hex color red value is 225, green value is 110 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e16e90 hue: 0.95 , saturation: 0.66 and the lightness value of e16e90 is 0.66.

The process color (four color CMYK) of #e16e90 color hex is 0.00, 0.51, 0.36, 0.12. Web safe color of #e16e90 is #cc6699. Color #e16e90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101110 10010000
Octal 341 156 220
Decimal 225 110 144
Hex E1 6E 90

RGB Percentages of Color #e16e90

%46.97
%22.96
%30.06

CMYK Percentages of Color #e16e90

%0
%51
%36
%12

Triadic Colors of #e16e90

#e16e90 #90e16e #6e90e1

Analogous Colors of #e16e90

#e16e90 #e1866e #e16eca

Monochromatic Colors of #e16e90

#e16e90

Complementary Color

#e16e90 #6ee1bf

#e16e90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16e90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16e90 Color CSS Codes

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

#e16e90 Text Font Color

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

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


#e16e90 Background Color

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

This div background color is #e16e90


#e16e90 Border Color

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

This div border color is #e16e90


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,110,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e16e90; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e16e90;
  -webkit-box-shadow: 1px 1px 3px 2px #e16e90;
  box-shadow:         1px 1px 3px 2px #e16e90; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,110,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16e90


Comments

No comments written yet.

Please login to write comment.