Color Hex Logo

#e19ebf Color Hex

#E19EBF
(225,158,191)
0 Favorites   0 Comments

Color spaces of #e19ebf

RGB 225158191
HSL0.920.530.75
HSV330°30°88°
CMYK 0.000.300.15   0.12
XYZ52.682244.222955.0494
Yxy44.22290.34670.2910
Hunter Lab66.500325.0339-2.5305
CIE-Lab72.377229.7830-6.9542

#e19ebf color RGB value is (225,158,191).

#e19ebf hex color red value is 225, green value is 158 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e19ebf hue: 0.92 , saturation: 0.53 and the lightness value of e19ebf is 0.75.

The process color (four color CMYK) of #e19ebf color hex is 0.00, 0.30, 0.15, 0.12. Web safe color of #e19ebf is #cc99cc. Color #e19ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011110 10111111
Octal 341 236 277
Decimal 225 158 191
Hex E1 9E BF

RGB Percentages of Color #e19ebf

%39.20
%27.53
%33.28

CMYK Percentages of Color #e19ebf

%0
%30
%15
%12

Triadic Colors of #e19ebf

#e19ebf #bfe19e #9ebfe1

Analogous Colors of #e19ebf

#e19ebf #e19f9e #e19ee1

Monochromatic Colors of #e19ebf

#e19ebf

Complementary Color

#e19ebf #9ee1c0

#e19ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19ebf Color CSS Codes

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

#e19ebf Text Font Color

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

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


#e19ebf Background Color

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

This div background color is #e19ebf


#e19ebf Border Color

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

This div border color is #e19ebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,158,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 #e19ebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19ebf


Comments

No comments written yet.

Please login to write comment.