COLOR #E19DBF

HEX: #E19DBF RGB: (225,157,191)

Color info

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

RGB color model

#E19DBF color RGB value is (225,157,191).

RGB: (225,157,191) (88%, 62%, 75%)

RGB channels and saturation

R 225 of 255 = 88%
G 157 of 255 = 62%
B 191 of 255 = 75%

225
157
191

R + G + B ~ 75%. #E19DBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 157 + 191 = 573 (100%)
R 225 of 573 ~ 39.27%
G 157 of 573 ~ 27.4%
B 191 of 573 ~ 33.33'%

%39.27
%27.4
%33.33

CMYK color model

#E19DBF color CMYK value is (0,30,15,12).

  • cyan value is 0.00%
  • magenta value is 30.22%
  • yellow value is 15.11%
  • key color value is 11.76%

CMYK: (0,30,15,12)
C0M30Y15K12 (0%, 30%, 15%, 12%)
(0.00 / 0.30 / 0.15 / 0.12)

CMYK percentages

%0
%30.22
%15.11
%11.76

Codes

Color #E19DBF in popluar color models

E1 9D BF
RGB 225 157 191
HSL 330° 53.13% 74.90%
HSB/HSV 330° 30.22% 88.24%
CMYK 0.00% 30.22% 15.11%
11.76%

Color #E19DBF in popluar number systems.

HEX E1 9D BF
Decimal 225 157 191
Binary 11100001 10011101 10111111
Octal 341 235 277

Shades and tints

Shades of #E19DBF

#E19DBF
(225,157,191)
#CD8FAE
(205,143,174)
#B9819D
(185,129,157)
#A5738C
(165,115,140)
#91657B
(145,101,123)
#7D576A
(125,87,106)
#694959
(105,73,89)
#553B48
(85,59,72)
#412D37
(65,45,55)
#2D1F26
(45,31,38)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #E19DBF

#E19DBF
(225,157,191)
#E3A5C4
(227,165,196)
#E5ADC9
(229,173,201)
#E7B5CE
(231,181,206)
#E9BDD3
(233,189,211)
#EBC5D8
(235,197,216)
#EDCDDD
(237,205,221)
#EFD5E2
(239,213,226)
#F1DDE7
(241,221,231)
#F3E5EC
(243,229,236)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E19DBF; }

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

This text font color is #E19DBF.

Background Color

.myBgColor { background-color: #E19DBF; }

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

This div background color is #E19DBF.

Border color

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

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

This div border color is #E19DBF.

Opacity

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

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

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

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

This text has shadow with #E19DBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E19DBF.

Preview

Color preview on black background

This text has color #E19DBF on black background.


Color preview on white background

This text has color #E19DBF on white background.


Black color preview on #E19DBF background

This text has black color on #E19DBF background.


White color preview on #E19DBF background

This text has white color on #E19DBF background.


Related colors

Complementary color

Complementary color for #hex is #1E6240.


I love getcolorcode.com

Triadic colors

1 #BFE19D and #9DBFE1 with #E19DBF are triadic colors.

2 #BF9DE1 and #9DE1BF with #E19DBF are triadic colors.