Color Hex Logo

#e1196f Color Hex

#E1196F
(225,25,111)
0 Favorites   0 Comments

Color spaces of #e1196f

RGB 22525111
HSL0.930.800.49
HSV334°89°88°
CMYK 0.000.890.51   0.12
XYZ34.268217.850516.6783
Yxy17.85050.49810.2595
Hunter Lab42.249970.84136.1699
CIE-Lab49.314374.33995.6001

#e1196f color RGB value is (225,25,111).

#e1196f hex color red value is 225, green value is 25 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #e1196f hue: 0.93 , saturation: 0.80 and the lightness value of e1196f is 0.49.

The process color (four color CMYK) of #e1196f color hex is 0.00, 0.89, 0.51, 0.12. Web safe color of #e1196f is #cc0066. Color #e1196f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011001 01101111
Octal 341 31 157
Decimal 225 25 111
Hex E1 19 6F

RGB Percentages of Color #e1196f

%62.33
%6.93
%30.75

CMYK Percentages of Color #e1196f

%0
%89
%51
%12

Triadic Colors of #e1196f

#e1196f #6fe119 #196fe1

Analogous Colors of #e1196f

#e1196f #e12719 #e119d3

Monochromatic Colors of #e1196f

#e1196f

Complementary Color

#e1196f #19e18b

#e1196f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1196f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1196f Color CSS Codes

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

#e1196f Text Font Color

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

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


#e1196f Background Color

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

This div background color is #e1196f


#e1196f Border Color

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

This div border color is #e1196f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1196f


Comments

No comments written yet.

Please login to write comment.