COLOR #E19DDD

HEX: #E19DDD
RGB: (225,157,221)

Color info

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

RGB color model

#E19DDD color RGB value is (225,157,221).

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

RGB channels and saturation

R 225 of 255 = 88%
G 157 of 255 = 62%
B 221 of 255 = 87%

225
157
221

R + G + B ~ 79%. #E19DDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 157 + 221 = 603 (100%)
R 225 of 603 ~ 37.31%
G 157 of 603 ~ 26.04%
B 221 of 603 ~ 36.65%

%37.31
%26.04
%36.65

CMYK color model

#E19DDD color CMYK value is (0,30,2,12).

  • cyan value is 0.00%
  • magenta value is 30.22%
  • yellow value is 1.78%
  • key color value is 11.76%
CMYK:
(0,30,2,12)
C0M30Y2K12 
(0%,30%,2%,12%)
(0.00/0.30/0.02/0.12)	

CMYK percentages

%0
%30.22
%1.78
%11.76

Codes

Color #E19DDD in popluar color models

E19DDD
RGB225157221
HSL304°53.13%74.90%
HSB/HSV304°30.22%88.24%
CMYK0.00%30.22%1.78%
11.76%

Color #E19DDD in popluar number systems.

HEXE19DDD
Decimal225157221
Binary111000011001110111011101
Octal341235335

Shades and tints

Shades of #E19DDD

#E19DDD
(225,157,221)
#CD8FC9
(205,143,201)
#B981B5
(185,129,181)
#A573A1
(165,115,161)
#91658D
(145,101,141)
#7D5779
(125,87,121)
#694965
(105,73,101)
#553B51
(85,59,81)
#412D3D
(65,45,61)
#2D1F29
(45,31,41)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #E19DDD

#E19DDD
(225,157,221)
#E3A5E0
(227,165,224)
#E5ADE3
(229,173,227)
#E7B5E6
(231,181,230)
#E9BDE9
(233,189,233)
#EBC5EC
(235,197,236)
#EDCDEF
(237,205,239)
#EFD5F2
(239,213,242)
#F1DDF5
(241,221,245)
#F3E5F8
(243,229,248)
#F5EDFB
(245,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E19DDD; }

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

This text font color is #E19DDD.


Background Color

.myBgColor { background-color: #E19DDD; }

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

This div background color is #E19DDD.


Border color

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

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

This div border color is #E19DDD.


Opacity

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

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

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

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

This text has shadow with #E19DDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19DDD on black background.


Color preview on white background

This text has color #E19DDD on white background.



Black color preview on #E19DDD background

This text has black color on #E19DDD background.


White color preview on #E19DDD background

This text has white color on #E19DDD background.