Color Hex Logo

#e16995 Color Hex

#E16995
(225,105,149)
0 Favorites   0 Comments

Color spaces of #e16995

RGB 225105149
HSL0.940.670.65
HSV338°53°88°
CMYK 0.000.530.34   0.12
XYZ41.527728.280631.7037
Yxy28.28060.40910.2786
Hunter Lab53.179546.32591.8791
CIE-Lab60.141451.2094-1.2820

#e16995 color RGB value is (225,105,149).

#e16995 hex color red value is 225, green value is 105 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #e16995 hue: 0.94 , saturation: 0.67 and the lightness value of e16995 is 0.65.

The process color (four color CMYK) of #e16995 color hex is 0.00, 0.53, 0.34, 0.12. Web safe color of #e16995 is #cc6699. Color #e16995 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101001 10010101
Octal 341 151 225
Decimal 225 105 149
Hex E1 69 95

RGB Percentages of Color #e16995

%46.97
%21.92
%31.11

CMYK Percentages of Color #e16995

%0
%53
%34
%12

Triadic Colors of #e16995

#e16995 #95e169 #6995e1

Analogous Colors of #e16995

#e16995 #e17969 #e169d1

Monochromatic Colors of #e16995

#e16995

Complementary Color

#e16995 #69e1b5

#e16995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16995 Color CSS Codes

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

#e16995 Text Font Color

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

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


#e16995 Background Color

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

This div background color is #e16995


#e16995 Border Color

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

This div border color is #e16995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16995


Comments

No comments written yet.

Please login to write comment.