Color Hex Logo

#e1496f Color Hex

#E1496F
(225,73,111)
0 Favorites   0 Comments

Color spaces of #e1496f

RGB 22573111
HSL0.960.720.58
HSV345°68°88°
CMYK 0.000.680.51   0.12
XYZ36.303121.920317.3566
Yxy21.92030.48030.2900
Hunter Lab46.819156.473710.7936
CIE-Lab53.942361.300312.1481

#e1496f color RGB value is (225,73,111).

#e1496f hex color red value is 225, green value is 73 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #e1496f hue: 0.96 , saturation: 0.72 and the lightness value of e1496f is 0.58.

The process color (four color CMYK) of #e1496f color hex is 0.00, 0.68, 0.51, 0.12. Web safe color of #e1496f is #cc3366. Color #e1496f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001001 01101111
Octal 341 111 157
Decimal 225 73 111
Hex E1 49 6F

RGB Percentages of Color #e1496f

%55.01
%17.85
%27.14

CMYK Percentages of Color #e1496f

%0
%68
%51
%12

Triadic Colors of #e1496f

#e1496f #6fe149 #496fe1

Analogous Colors of #e1496f

#e1496f #e16f49 #e149bb

Monochromatic Colors of #e1496f

#e1496f

Complementary Color

#e1496f #49e1bb

#e1496f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1496f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1496f Color CSS Codes

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

#e1496f Text Font Color

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

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


#e1496f Background Color

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

This div background color is #e1496f


#e1496f Border Color

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

This div border color is #e1496f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1496f


Comments

No comments written yet.

Please login to write comment.