Color Hex Logo

#e16091 Color Hex

#E16091
(225,96,145)
0 Favorites   0 Comments

Color spaces of #e16091

RGB 22596145
HSL0.940.680.63
HSV337°57°88°
CMYK 0.000.570.36   0.12
XYZ40.345026.417629.7608
Yxy26.41760.41800.2737
Hunter Lab51.398150.16731.6482
CIE-Lab58.431354.9439-1.4652

#e16091 color RGB value is (225,96,145).

#e16091 hex color red value is 225, green value is 96 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #e16091 hue: 0.94 , saturation: 0.68 and the lightness value of e16091 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100000 10010001
Octal 341 140 221
Decimal 225 96 145
Hex E1 60 91

RGB Percentages of Color #e16091

%48.28
%20.60
%31.12

CMYK Percentages of Color #e16091

%0
%57
%36
%12

Triadic Colors of #e16091

#e16091 #91e160 #6091e1

Analogous Colors of #e16091

#e16091 #e17060 #e160d2

Monochromatic Colors of #e16091

#e16091

Complementary Color

#e16091 #60e1b0

#e16091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16091 Color CSS Codes

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

#e16091 Text Font Color

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

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


#e16091 Background Color

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

This div background color is #e16091


#e16091 Border Color

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

This div border color is #e16091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16091


Comments

No comments written yet.

Please login to write comment.