COLOR #E18EC9

HEX: #E18EC9 RGB: (225,142,201)

Color info

#E18EC9 contains mainly red and blue colors. Web safe color of #E18EC9 is #CC99CC (or #C9C).

RGB color model

#E18EC9 color RGB value is (225,142,201).

RGB: (225,142,201) (88%, 56%, 79%)

RGB channels and saturation

R 225 of 255 = 88%
G 142 of 255 = 56%
B 201 of 255 = 79%

225
142
201

R + G + B ~ 74%. #E18EC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 142 + 201 = 568 (100%)
R 225 of 568 ~ 39.61%
G 142 of 568 ~ 25%
B 201 of 568 ~ 35.39'%

%39.61
%25
%35.39

CMYK color model

#E18EC9 color CMYK value is (0,37,11,12).

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

CMYK: (0,37,11,12)
C0M37Y11K12 (0%, 37%, 11%, 12%)
(0.00 / 0.37 / 0.11 / 0.12)

CMYK percentages

%0
%36.89
%10.67
%11.76

Codes

Color #E18EC9 in popluar color models

E1 8E C9
RGB 225 142 201
HSL 317° 58.04% 71.96%
HSB/HSV 317° 36.89% 88.24%
CMYK 0.00% 36.89% 10.67%
11.76%

Color #E18EC9 in popluar number systems.

HEX E1 8E C9
Decimal 225 142 201
Binary 11100001 10001110 11001001
Octal 341 216 311

Shades and tints

Shades of #E18EC9

#E18EC9
(225,142,201)
#CD82B7
(205,130,183)
#B976A5
(185,118,165)
#A56A93
(165,106,147)
#915E81
(145,94,129)
#7D526F
(125,82,111)
#69465D
(105,70,93)
#553A4B
(85,58,75)
#412E39
(65,46,57)
#2D2227
(45,34,39)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #E18EC9

#E18EC9
(225,142,201)
#E398CD
(227,152,205)
#E5A2D1
(229,162,209)
#E7ACD5
(231,172,213)
#E9B6D9
(233,182,217)
#EBC0DD
(235,192,221)
#EDCAE1
(237,202,225)
#EFD4E5
(239,212,229)
#F1DEE9
(241,222,233)
#F3E8ED
(243,232,237)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E18EC9; }

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

This text font color is #E18EC9.

Background Color

.myBgColor { background-color: #E18EC9; }

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

This div background color is #E18EC9.

Border color

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

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

This div border color is #E18EC9.

Opacity

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

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

Text with #E18EC9 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 #E18EC9;}

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

This text has shadow with #E18EC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E18EC9.

Preview

Color preview on black background

This text has color #E18EC9 on black background.


Color preview on white background

This text has color #E18EC9 on white background.


Black color preview on #E18EC9 background

This text has black color on #E18EC9 background.


White color preview on #E18EC9 background

This text has white color on #E18EC9 background.


Related colors

Complementary color

Complementary color for #hex is #1E7136.


I love getcolorcode.com

Triadic colors

1 #C9E18E and #8EC9E1 with #E18EC9 are triadic colors.

2 #C98EE1 and #8EE1C9 with #E18EC9 are triadic colors.