Color Hex Logo

#e1919b Color Hex

#E1919B
(225,145,155)
0 Favorites   0 Comments

Color spaces of #e1919b

RGB 225145155
HSL0.980.570.73
HSV353°36°88°
CMYK 0.000.360.31   0.12
XYZ47.093138.624935.9836
Yxy38.62490.38700.3174
Hunter Lab62.148926.49709.1759
CIE-Lab68.478731.51647.3775

#e1919b color RGB value is (225,145,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010001 10011011
Octal 341 221 233
Decimal 225 145 155
Hex E1 91 9B

RGB Percentages of Color #e1919b

%42.86
%27.62
%29.52

CMYK Percentages of Color #e1919b

%0
%36
%31
%12

Triadic Colors of #e1919b

#e1919b #9be191 #919be1

Analogous Colors of #e1919b

#e1919b #e1af91 #e191c3

Monochromatic Colors of #e1919b

#e1919b

Complementary Color

#e1919b #91e1d7

#e1919b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1919b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1919b Color CSS Codes

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

#e1919b Text Font Color

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

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


#e1919b Background Color

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

This div background color is #e1919b


#e1919b Border Color

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

This div border color is #e1919b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1919b


Comments

No comments written yet.

Please login to write comment.