Color Hex Logo

#e2188b Color Hex

#E2188B
(226,24,139)
0 Favorites   0 Comments

Color spaces of #e2188b

RGB 22624139
HSL0.910.810.49
HSV326°89°89°
CMYK 0.000.890.38   0.11
XYZ36.350918.686126.1170
Yxy18.68610.44790.2303
Hunter Lab43.227474.4566-5.5624
CIE-Lab50.317977.0820-9.9244

#e2188b color RGB value is (226,24,139).

#e2188b hex color red value is 226, green value is 24 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #e2188b hue: 0.91 , saturation: 0.81 and the lightness value of e2188b is 0.49.

The process color (four color CMYK) of #e2188b color hex is 0.00, 0.89, 0.38, 0.11. Web safe color of #e2188b is #cc0099. Color #e2188b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011000 10001011
Octal 342 30 213
Decimal 226 24 139
Hex E2 18 8B

RGB Percentages of Color #e2188b

%58.10
%6.17
%35.73

CMYK Percentages of Color #e2188b

%0
%89
%38
%11

Triadic Colors of #e2188b

#e2188b #8be218 #188be2

Analogous Colors of #e2188b

#e2188b #e21826 #d418e2

Monochromatic Colors of #e2188b

#e2188b

Complementary Color

#e2188b #18e26f

#e2188b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2188b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2188b Color CSS Codes

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

#e2188b Text Font Color

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

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


#e2188b Background Color

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

This div background color is #e2188b


#e2188b Border Color

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

This div border color is #e2188b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,24,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2188b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2188b;
  -webkit-box-shadow: 1px 1px 3px 2px #e2188b;
  box-shadow:         1px 1px 3px 2px #e2188b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,24,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2188b


Comments

No comments written yet.

Please login to write comment.