Color Hex Logo

#e99ebf Color Hex

#E99EBF
(233,158,191)
0 Favorites   0 Comments

Color spaces of #e99ebf

RGB 233158191
HSL0.930.630.77
HSV334°32°91°
CMYK 0.000.320.18   0.09
XYZ55.235145.538955.1689
Yxy45.53890.35420.2920
Hunter Lab67.482528.0096-1.2335
CIE-Lab73.245332.5711-5.5727

#e99ebf color RGB value is (233,158,191).

#e99ebf hex color red value is 233, green value is 158 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e99ebf hue: 0.93 , saturation: 0.63 and the lightness value of e99ebf is 0.77.

The process color (four color CMYK) of #e99ebf color hex is 0.00, 0.32, 0.18, 0.09. Web safe color of #e99ebf is #ff99cc. Color #e99ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011110 10111111
Octal 351 236 277
Decimal 233 158 191
Hex E9 9E BF

RGB Percentages of Color #e99ebf

%40.03
%27.15
%32.82

CMYK Percentages of Color #e99ebf

%0
%32
%18
%9

Triadic Colors of #e99ebf

#e99ebf #bfe99e #9ebfe9

Analogous Colors of #e99ebf

#e99ebf #e9a39e #e99ee5

Monochromatic Colors of #e99ebf

#e99ebf

Complementary Color

#e99ebf #9ee9c8

#e99ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99ebf Color CSS Codes

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

#e99ebf Text Font Color

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

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


#e99ebf Background Color

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

This div background color is #e99ebf


#e99ebf Border Color

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

This div border color is #e99ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99ebf


Comments

No comments written yet.

Please login to write comment.