COLOR #E19DC4

HEX: #E19DC4
RGB: (225,157,196)

Color info

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

RGB color model

#E19DC4 color RGB value is (225,157,196).

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

RGB channels and saturation

R 225 of 255 = 88%
G 157 of 255 = 62%
B 196 of 255 = 77%

225
157
196

R + G + B ~ 76%. #E19DC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 157 + 196 = 578 (100%)
R 225 of 578 ~ 38.93%
G 157 of 578 ~ 27.16%
B 196 of 578 ~ 33.91%

%38.93
%27.16
%33.91

CMYK color model

#E19DC4 color CMYK value is (0,30,13,12).

  • cyan value is 0.00%
  • magenta value is 30.22%
  • yellow value is 12.89%
  • key color value is 11.76%
CMYK:
(0,30,13,12)
C0M30Y13K12 
(0%,30%,13%,12%)
(0.00/0.30/0.13/0.12)	

CMYK percentages

%0
%30.22
%12.89
%11.76

Codes

Color #E19DC4 in popluar color models

E19DC4
RGB225157196
HSL326°53.13%74.90%
HSB/HSV326°30.22%88.24%
CMYK0.00%30.22%12.89%
11.76%

Color #E19DC4 in popluar number systems.

HEXE19DC4
Decimal225157196
Binary111000011001110111000100
Octal341235304

Shades and tints

Shades of #E19DC4

#E19DC4
(225,157,196)
#CD8FB3
(205,143,179)
#B981A2
(185,129,162)
#A57391
(165,115,145)
#916580
(145,101,128)
#7D576F
(125,87,111)
#69495E
(105,73,94)
#553B4D
(85,59,77)
#412D3C
(65,45,60)
#2D1F2B
(45,31,43)
#19111A
(25,17,26)
#000000
(0,0,0)

Tints of #E19DC4

#E19DC4
(225,157,196)
#E3A5C9
(227,165,201)
#E5ADCE
(229,173,206)
#E7B5D3
(231,181,211)
#E9BDD8
(233,189,216)
#EBC5DD
(235,197,221)
#EDCDE2
(237,205,226)
#EFD5E7
(239,213,231)
#F1DDEC
(241,221,236)
#F3E5F1
(243,229,241)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E19DC4; }

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

This text font color is #E19DC4.


Background Color

.myBgColor { background-color: #E19DC4; }

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

This div background color is #E19DC4.


Border color

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

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

This div border color is #E19DC4.


Opacity

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

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

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

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

This text has shadow with #E19DC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19DC4 on black background.


Color preview on white background

This text has color #E19DC4 on white background.



Black color preview on #E19DC4 background

This text has black color on #E19DC4 background.


White color preview on #E19DC4 background

This text has white color on #E19DC4 background.