COLOR #E49DD5

HEX: #E49DD5
RGB: (228,157,213)

Color info

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

RGB color model

#E49DD5 color RGB value is (228,157,213).

  • red value is 228;
  • green value is 157;
  • blue value is 213.
RGB:
(228,157,213)
(89%,62%,84%)

RGB channels and saturation

R 228 of 255 = 89%
G 157 of 255 = 62%
B 213 of 255 = 84%

228
157
213

R + G + B ~ 78%. #E49DD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 157 + 213 = 598 (100%)
R 228 of 598 ~ 38.13%
G 157 of 598 ~ 26.25%
B 213 of 598 ~ 35.62%

%38.13
%26.25
%35.62

CMYK color model

#E49DD5 color CMYK value is (0,31,7,11).

  • cyan value is 0.00%
  • magenta value is 31.14%
  • yellow value is 6.58%
  • key color value is 10.59%
CMYK:
(0,31,7,11)
C0M31Y7K11 
(0%,31%,7%,11%)
(0.00/0.31/0.07/0.11)	

CMYK percentages

%0
%31.14
%6.58
%10.59

Codes

Color #E49DD5 in popluar color models

E49DD5
RGB228157213
HSL313°56.80%75.49%
HSB/HSV313°31.14%89.41%
CMYK0.00%31.14%6.58%
10.59%

Color #E49DD5 in popluar number systems.

HEXE49DD5
Decimal228157213
Binary111001001001110111010101
Octal344235325

Shades and tints

Shades of #E49DD5

#E49DD5
(228,157,213)
#D08FC2
(208,143,194)
#BC81AF
(188,129,175)
#A8739C
(168,115,156)
#946589
(148,101,137)
#805776
(128,87,118)
#6C4963
(108,73,99)
#583B50
(88,59,80)
#442D3D
(68,45,61)
#301F2A
(48,31,42)
#1C1117
(28,17,23)
#000000
(0,0,0)

Tints of #E49DD5

#E49DD5
(228,157,213)
#E6A5D8
(230,165,216)
#E8ADDB
(232,173,219)
#EAB5DE
(234,181,222)
#ECBDE1
(236,189,225)
#EEC5E4
(238,197,228)
#F0CDE7
(240,205,231)
#F2D5EA
(242,213,234)
#F4DDED
(244,221,237)
#F6E5F0
(246,229,240)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49DD5 color. Also use rgb(228,157,213) instead hex code.

Text Font Color

.myTextColor { color: #E49DD5; }

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

This text font color is #E49DD5.


Background Color

.myBgColor { background-color: #E49DD5; }

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

This div background color is #E49DD5.


Border color

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

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

This div border color is #E49DD5.


Opacity

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

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

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

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

This text has shadow with #E49DD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49DD5 on black background.


Color preview on white background

This text has color #E49DD5 on white background.



Black color preview on #E49DD5 background

This text has black color on #E49DD5 background.


White color preview on #E49DD5 background

This text has white color on #E49DD5 background.