Color Hex Logo

#e1919f Color Hex

#E1919F
(225,145,159)
0 Favorites   0 Comments

Color spaces of #e1919f

RGB 225145159
HSL0.970.570.73
HSV350°36°88°
CMYK 0.000.360.29   0.12
XYZ47.434738.761637.7825
Yxy38.76160.38260.3126
Hunter Lab62.258827.04547.6003
CIE-Lab68.578232.04165.2823

#e1919f color RGB value is (225,145,159).

#e1919f hex color red value is 225, green value is 145 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #e1919f hue: 0.97 , saturation: 0.57 and the lightness value of e1919f is 0.73.

The process color (four color CMYK) of #e1919f color hex is 0.00, 0.36, 0.29, 0.12. Web safe color of #e1919f is #cc9999. Color #e1919f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010001 10011111
Octal 341 221 237
Decimal 225 145 159
Hex E1 91 9F

RGB Percentages of Color #e1919f

%42.53
%27.41
%30.06

CMYK Percentages of Color #e1919f

%0
%36
%29
%12

Triadic Colors of #e1919f

#e1919f #9fe191 #919fe1

Analogous Colors of #e1919f

#e1919f #e1ab91 #e191c7

Monochromatic Colors of #e1919f

#e1919f

Complementary Color

#e1919f #91e1d3

#e1919f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1919f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1919f Color CSS Codes

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

#e1919f Text Font Color

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

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


#e1919f Background Color

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

This div background color is #e1919f


#e1919f Border Color

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

This div border color is #e1919f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1919f


Comments

No comments written yet.

Please login to write comment.