Color Hex Logo

#e2185b Color Hex

#E2185B
(226,24,91)
0 Favorites   0 Comments

Color spaces of #e2185b

RGB 2262491
HSL0.940.810.49
HSV340°89°89°
CMYK 0.000.890.60   0.11
XYZ33.579017.577311.5205
Yxy17.57730.53570.2804
Hunter Lab41.925369.595813.0556
CIE-Lab48.979473.381617.4386

#e2185b color RGB value is (226,24,91).

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

The process color (four color CMYK) of #e2185b color hex is 0.00, 0.89, 0.60, 0.11. Web safe color of #e2185b is #cc0066. Color #e2185b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011000 01011011
Octal 342 30 133
Decimal 226 24 91
Hex E2 18 5B

RGB Percentages of Color #e2185b

%66.28
%7.04
%26.69

CMYK Percentages of Color #e2185b

%0
%89
%60
%11

Triadic Colors of #e2185b

#e2185b #5be218 #185be2

Analogous Colors of #e2185b

#e2185b #e23a18 #e218c0

Monochromatic Colors of #e2185b

#e2185b

Complementary Color

#e2185b #18e29f

#e2185b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2185b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2185b Color CSS Codes

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

#e2185b Text Font Color

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

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


#e2185b Background Color

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

This div background color is #e2185b


#e2185b Border Color

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

This div border color is #e2185b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2185b


Comments

No comments written yet.

Please login to write comment.