COLOR #E18EA6

HEX: #E18EA6 RGB: (225,142,166)

Color info

#E18EA6 contains mainly red and blue colors. Web safe color of #E18EA6 is #CC9999 (or #C99).

RGB color model

#E18EA6 color RGB value is (225,142,166).

RGB: (225,142,166) (88%, 56%, 65%)

RGB channels and saturation

R 225 of 255 = 88%
G 142 of 255 = 56%
B 166 of 255 = 65%

225
142
166

R + G + B ~ 70%. #E18EA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 142 + 166 = 533 (100%)
R 225 of 533 ~ 42.21%
G 142 of 533 ~ 26.64%
B 166 of 533 ~ 31.14'%

%42.21
%26.64
%31.14

CMYK color model

#E18EA6 color CMYK value is (0,37,26,12).

  • cyan value is 0.00%
  • magenta value is 36.89%
  • yellow value is 26.22%
  • key color value is 11.76%

CMYK: (0,37,26,12)
C0M37Y26K12 (0%, 37%, 26%, 12%)
(0.00 / 0.37 / 0.26 / 0.12)

CMYK percentages

%0
%36.89
%26.22
%11.76

Codes

Color #E18EA6 in popluar color models

E1 8E A6
RGB 225 142 166
HSL 343° 58.04% 71.96%
HSB/HSV 343° 36.89% 88.24%
CMYK 0.00% 36.89% 26.22%
11.76%

Color #E18EA6 in popluar number systems.

HEX E1 8E A6
Decimal 225 142 166
Binary 11100001 10001110 10100110
Octal 341 216 246

Shades and tints

Shades of #E18EA6

#E18EA6
(225,142,166)
#CD8297
(205,130,151)
#B97688
(185,118,136)
#A56A79
(165,106,121)
#915E6A
(145,94,106)
#7D525B
(125,82,91)
#69464C
(105,70,76)
#553A3D
(85,58,61)
#412E2E
(65,46,46)
#2D221F
(45,34,31)
#191610
(25,22,16)
#000000
(0,0,0)

Tints of #E18EA6

#E18EA6
(225,142,166)
#E398AE
(227,152,174)
#E5A2B6
(229,162,182)
#E7ACBE
(231,172,190)
#E9B6C6
(233,182,198)
#EBC0CE
(235,192,206)
#EDCAD6
(237,202,214)
#EFD4DE
(239,212,222)
#F1DEE6
(241,222,230)
#F3E8EE
(243,232,238)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E18EA6 color. Also use rgb(225,142,166) instead hex code.

Text Font Color

.myTextColor { color: #E18EA6; }

<p style="color:#E18EA6">This sample text font color is #E18EA6.</p>

This text font color is #E18EA6.

Background Color

.myBgColor { background-color: #E18EA6; }

<div style="background-color:#E18EA6">Inner text</div>

This div background color is #E18EA6.

Border color

.myBorderColor { border: 1px solid #E18EA6; }

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

This div border color is #E18EA6.

Opacity

.myOpacity80 { color: #E18EA6; opacity: 0.8; }

<p style="color:#E18EA6;opacity:0.8;">80%</p>

Text with #E18EA6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E18EA6;}

<p style="text-shadow: 3px 3px 1px #E18EA6">Text here.</p>

This text has shadow with #E18EA6 color.


.textShadow {text-shadow: 3px 3px 1px #E18EA6', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E18EA6, 5px 5px 20px red">Text here.</p>

This text has shadow with #E18EA6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E18EA6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E18EA6, Direction=45, Strength=4)">Text</p>

This text has shadow with #E18EA6 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E18EA6;
-webkit-box-shadow: 1px 1px 3px 2px #E18EA6;
box-shadow: 1px 1px 3px 2px #E18EA6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E18EA6; -webkit-box-shadow: 1px 1px 3px 2px #E18EA6; box-shadow:1px 1px 3px 2px #E18EA6;">
Div content here
</div>

This div box has shadow with color #E18EA6.

Preview

Color preview on black background

This text has color #E18EA6 on black background.


Color preview on white background

This text has color #E18EA6 on white background.


Black color preview on #E18EA6 background

This text has black color on #E18EA6 background.


White color preview on #E18EA6 background

This text has white color on #E18EA6 background.


Related colors

Complementary color

Complementary color for #hex is #1E7159.


I love getcolorcode.com

Triadic colors

1 #A6E18E and #8EA6E1 with #E18EA6 are triadic colors.

2 #A68EE1 and #8EE1A6 with #E18EA6 are triadic colors.