Color Hex Logo

#e15ebb Color Hex

#E15EBB
(225,94,187)
0 Favorites   0 Comments

Color spaces of #e15ebb

RGB 22594187
HSL0.880.690.63
HSV317°58°88°
CMYK 0.000.580.17   0.12
XYZ44.023727.600850.0209
Yxy27.60080.36190.2269
Hunter Lab52.536557.6379-19.6755
CIE-Lab59.526461.3144-24.1039

#e15ebb color RGB value is (225,94,187).

#e15ebb hex color red value is 225, green value is 94 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e15ebb hue: 0.88 , saturation: 0.69 and the lightness value of e15ebb is 0.63.

The process color (four color CMYK) of #e15ebb color hex is 0.00, 0.58, 0.17, 0.12. Web safe color of #e15ebb is #cc66cc. Color #e15ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011110 10111011
Octal 341 136 273
Decimal 225 94 187
Hex E1 5E BB

RGB Percentages of Color #e15ebb

%44.47
%18.58
%36.96

CMYK Percentages of Color #e15ebb

%0
%58
%17
%12

Triadic Colors of #e15ebb

#e15ebb #bbe15e #5ebbe1

Analogous Colors of #e15ebb

#e15ebb #e15e7a #c65ee1

Monochromatic Colors of #e15ebb

#e15ebb

Complementary Color

#e15ebb #5ee184

#e15ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15ebb Color CSS Codes

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

#e15ebb Text Font Color

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

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


#e15ebb Background Color

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

This div background color is #e15ebb


#e15ebb Border Color

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

This div border color is #e15ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15ebb


Comments

No comments written yet.

Please login to write comment.