COLOR #E19DD1

HEX: #E19DD1
RGB: (225,157,209)

Color info

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

RGB color model

#E19DD1 color RGB value is (225,157,209).

  • red value is 225;
  • green value is 157;
  • blue value is 209.
RGB:
(225,157,209)
(88%,62%,82%)

RGB channels and saturation

R 225 of 255 = 88%
G 157 of 255 = 62%
B 209 of 255 = 82%

225
157
209

R + G + B ~ 77%. #E19DD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 157 + 209 = 591 (100%)
R 225 of 591 ~ 38.07%
G 157 of 591 ~ 26.57%
B 209 of 591 ~ 35.36%

%38.07
%26.57
%35.36

CMYK color model

#E19DD1 color CMYK value is (0,30,7,12).

  • cyan value is 0.00%
  • magenta value is 30.22%
  • yellow value is 7.11%
  • key color value is 11.76%
CMYK:
(0,30,7,12)
C0M30Y7K12 
(0%,30%,7%,12%)
(0.00/0.30/0.07/0.12)	

CMYK percentages

%0
%30.22
%7.11
%11.76

Codes

Color #E19DD1 in popluar color models

E19DD1
RGB225157209
HSL314°53.13%74.90%
HSB/HSV314°30.22%88.24%
CMYK0.00%30.22%7.11%
11.76%

Color #E19DD1 in popluar number systems.

HEXE19DD1
Decimal225157209
Binary111000011001110111010001
Octal341235321

Shades and tints

Shades of #E19DD1

#E19DD1
(225,157,209)
#CD8FBE
(205,143,190)
#B981AB
(185,129,171)
#A57398
(165,115,152)
#916585
(145,101,133)
#7D5772
(125,87,114)
#69495F
(105,73,95)
#553B4C
(85,59,76)
#412D39
(65,45,57)
#2D1F26
(45,31,38)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #E19DD1

#E19DD1
(225,157,209)
#E3A5D5
(227,165,213)
#E5ADD9
(229,173,217)
#E7B5DD
(231,181,221)
#E9BDE1
(233,189,225)
#EBC5E5
(235,197,229)
#EDCDE9
(237,205,233)
#EFD5ED
(239,213,237)
#F1DDF1
(241,221,241)
#F3E5F5
(243,229,245)
#F5EDF9
(245,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19DD1 color. Also use rgb(225,157,209) instead hex code.

Text Font Color

.myTextColor { color: #E19DD1; }

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

This text font color is #E19DD1.


Background Color

.myBgColor { background-color: #E19DD1; }

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

This div background color is #E19DD1.


Border color

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

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

This div border color is #E19DD1.


Opacity

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

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

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

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

This text has shadow with #E19DD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19DD1 on black background.


Color preview on white background

This text has color #E19DD1 on white background.



Black color preview on #E19DD1 background

This text has black color on #E19DD1 background.


White color preview on #E19DD1 background

This text has white color on #E19DD1 background.