COLOR #E19DCC

HEX: #E19DCC
RGB: (225,157,204)

Color info

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

RGB color model

#E19DCC color RGB value is (225,157,204).

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

RGB channels and saturation

R 225 of 255 = 88%
G 157 of 255 = 62%
B 204 of 255 = 80%

225
157
204

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

Portions of RGB colors in percentages

R + G + B =
225 + 157 + 204 = 586 (100%)
R 225 of 586 ~ 38.4%
G 157 of 586 ~ 26.79%
B 204 of 586 ~ 34.81%

%38.4
%26.79
%34.81

CMYK color model

#E19DCC color CMYK value is (0,30,9,12).

  • cyan value is 0.00%
  • magenta value is 30.22%
  • yellow value is 9.33%
  • key color value is 11.76%
CMYK:
(0,30,9,12)
C0M30Y9K12 
(0%,30%,9%,12%)
(0.00/0.30/0.09/0.12)	

CMYK percentages

%0
%30.22
%9.33
%11.76

Codes

Color #E19DCC in popluar color models

E19DCC
RGB225157204
HSL319°53.13%74.90%
HSB/HSV319°30.22%88.24%
CMYK0.00%30.22%9.33%
11.76%

Color #E19DCC in popluar number systems.

HEXE19DCC
Decimal225157204
Binary111000011001110111001100
Octal341235314

Shades and tints

Shades of #E19DCC

#E19DCC
(225,157,204)
#CD8FBA
(205,143,186)
#B981A8
(185,129,168)
#A57396
(165,115,150)
#916584
(145,101,132)
#7D5772
(125,87,114)
#694960
(105,73,96)
#553B4E
(85,59,78)
#412D3C
(65,45,60)
#2D1F2A
(45,31,42)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #E19DCC

#E19DCC
(225,157,204)
#E3A5D0
(227,165,208)
#E5ADD4
(229,173,212)
#E7B5D8
(231,181,216)
#E9BDDC
(233,189,220)
#EBC5E0
(235,197,224)
#EDCDE4
(237,205,228)
#EFD5E8
(239,213,232)
#F1DDEC
(241,221,236)
#F3E5F0
(243,229,240)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E19DCC; }

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

This text font color is #E19DCC.


Background Color

.myBgColor { background-color: #E19DCC; }

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

This div background color is #E19DCC.


Border color

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

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

This div border color is #E19DCC.


Opacity

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

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

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

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

This text has shadow with #E19DCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19DCC on black background.


Color preview on white background

This text has color #E19DCC on white background.



Black color preview on #E19DCC background

This text has black color on #E19DCC background.


White color preview on #E19DCC background

This text has white color on #E19DCC background.