Color Hex Logo

#e16ea5 Color Hex

#E16EA5
(225,110,165)
0 Favorites   0 Comments

Color spaces of #e16ea5

RGB 225110165
HSL0.920.660.66
HSV331°51°88°
CMYK 0.000.510.27   0.12
XYZ43.418829.876039.0755
Yxy29.87600.38640.2659
Hunter Lab54.658946.1399-4.1250
CIE-Lab61.547150.8243-8.4256

#e16ea5 color RGB value is (225,110,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101110 10100101
Octal 341 156 245
Decimal 225 110 165
Hex E1 6E A5

RGB Percentages of Color #e16ea5

%45.00
%22.00
%33.00

CMYK Percentages of Color #e16ea5

%0
%51
%27
%12

Triadic Colors of #e16ea5

#e16ea5 #a5e16e #6ea5e1

Analogous Colors of #e16ea5

#e16ea5 #e1716e #e16edf

Monochromatic Colors of #e16ea5

#e16ea5

Complementary Color

#e16ea5 #6ee1aa

#e16ea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16ea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16ea5 Color CSS Codes

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

#e16ea5 Text Font Color

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

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


#e16ea5 Background Color

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

This div background color is #e16ea5


#e16ea5 Border Color

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

This div border color is #e16ea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16ea5


Comments

No comments written yet.

Please login to write comment.