COLOR #E18DC3

HEX: #E18DC3 RGB: (225,141,195)

Color info

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

RGB color model

#E18DC3 color RGB value is (225,141,195).

RGB: (225,141,195) (88%, 55%, 76%)

RGB channels and saturation

R 225 of 255 = 88%
G 141 of 255 = 55%
B 195 of 255 = 76%

225
141
195

R + G + B ~ 73%. #E18DC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 141 + 195 = 561 (100%)
R 225 of 561 ~ 40.11%
G 141 of 561 ~ 25.13%
B 195 of 561 ~ 34.76'%

%40.11
%25.13
%34.76

CMYK color model

#E18DC3 color CMYK value is (0,37,13,12).

  • cyan value is 0.00%
  • magenta value is 37.33%
  • yellow value is 13.33%
  • key color value is 11.76%

CMYK: (0,37,13,12)
C0M37Y13K12 (0%, 37%, 13%, 12%)
(0.00 / 0.37 / 0.13 / 0.12)

CMYK percentages

%0
%37.33
%13.33
%11.76

Codes

Color #E18DC3 in popluar color models

E1 8D C3
RGB 225 141 195
HSL 321° 58.33% 71.76%
HSB/HSV 321° 37.33% 88.24%
CMYK 0.00% 37.33% 13.33%
11.76%

Color #E18DC3 in popluar number systems.

HEX E1 8D C3
Decimal 225 141 195
Binary 11100001 10001101 11000011
Octal 341 215 303

Shades and tints

Shades of #E18DC3

#E18DC3
(225,141,195)
#CD81B2
(205,129,178)
#B975A1
(185,117,161)
#A56990
(165,105,144)
#915D7F
(145,93,127)
#7D516E
(125,81,110)
#69455D
(105,69,93)
#55394C
(85,57,76)
#412D3B
(65,45,59)
#2D212A
(45,33,42)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #E18DC3

#E18DC3
(225,141,195)
#E397C8
(227,151,200)
#E5A1CD
(229,161,205)
#E7ABD2
(231,171,210)
#E9B5D7
(233,181,215)
#EBBFDC
(235,191,220)
#EDC9E1
(237,201,225)
#EFD3E6
(239,211,230)
#F1DDEB
(241,221,235)
#F3E7F0
(243,231,240)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E18DC3 color. Also use rgb(225,141,195) instead hex code.

Text Font Color

.myTextColor { color: #E18DC3; }

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

This text font color is #E18DC3.

Background Color

.myBgColor { background-color: #E18DC3; }

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

This div background color is #E18DC3.

Border color

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

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

This div border color is #E18DC3.

Opacity

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

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

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

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

This text has shadow with #E18DC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E18DC3.

Preview

Color preview on black background

This text has color #E18DC3 on black background.


Color preview on white background

This text has color #E18DC3 on white background.


Black color preview on #E18DC3 background

This text has black color on #E18DC3 background.


White color preview on #E18DC3 background

This text has white color on #E18DC3 background.


Related colors

Complementary color

Complementary color for #hex is #1E723C.


I love getcolorcode.com

Triadic colors

1 #C3E18D and #8DC3E1 with #E18DC3 are triadic colors.

2 #C38DE1 and #8DE1C3 with #E18DC3 are triadic colors.