Color Hex Logo

#e16ebf Color Hex

#E16EBF
(225,110,191)
0 Favorites   0 Comments

Color spaces of #e16ebf

RGB 225110191
HSL0.880.660.66
HSV318°51°88°
CMYK 0.000.510.15   0.12
XYZ46.031230.921052.8325
Yxy30.92100.35470.2382
Hunter Lab55.606750.4507-17.4074
CIE-Lab62.440954.5449-21.9177

#e16ebf color RGB value is (225,110,191).

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

The process color (four color CMYK) of #e16ebf color hex is 0.00, 0.51, 0.15, 0.12. Web safe color of #e16ebf is #cc66cc. Color #e16ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101110 10111111
Octal 341 156 277
Decimal 225 110 191
Hex E1 6E BF

RGB Percentages of Color #e16ebf

%42.78
%20.91
%36.31

CMYK Percentages of Color #e16ebf

%0
%51
%15
%12

Triadic Colors of #e16ebf

#e16ebf #bfe16e #6ebfe1

Analogous Colors of #e16ebf

#e16ebf #e16e86 #ca6ee1

Monochromatic Colors of #e16ebf

#e16ebf

Complementary Color

#e16ebf #6ee190

#e16ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16ebf Color CSS Codes

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

#e16ebf Text Font Color

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

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


#e16ebf Background Color

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

This div background color is #e16ebf


#e16ebf Border Color

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

This div border color is #e16ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16ebf


Comments

No comments written yet.

Please login to write comment.