COLOR #E49ADD

HEX: #E49ADD RGB: (228,154,221)

Color info

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

RGB color model

#E49ADD color RGB value is (228,154,221).

RGB: (228,154,221) (89%, 60%, 87%)

RGB channels and saturation

R 228 of 255 = 89%
G 154 of 255 = 60%
B 221 of 255 = 87%

228
154
221

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

Portions of RGB colors in percentages

R + G + B = 228 + 154 + 221 = 603 (100%)
R 228 of 603 ~ 37.81%
G 154 of 603 ~ 25.54%
B 221 of 603 ~ 36.65'%

%37.81
%25.54
%36.65

CMYK color model

#E49ADD color CMYK value is (0,32,3,11).

  • cyan value is 0.00%
  • magenta value is 32.46%
  • yellow value is 3.07%
  • key color value is 10.59%

CMYK: (0,32,3,11)
C0M32Y3K11 (0%, 32%, 3%, 11%)
(0.00 / 0.32 / 0.03 / 0.11)

CMYK percentages

%0
%32.46
%3.07
%10.59

Codes

Color #E49ADD in popluar color models

E4 9A DD
RGB 228 154 221
HSL 306° 57.81% 74.90%
HSB/HSV 306° 32.46% 89.41%
CMYK 0.00% 32.46% 3.07%
10.59%

Color #E49ADD in popluar number systems.

HEX E4 9A DD
Decimal 228 154 221
Binary 11100100 10011010 11011101
Octal 344 232 335

Shades and tints

Shades of #E49ADD

#E49ADD
(228,154,221)
#D08CC9
(208,140,201)
#BC7EB5
(188,126,181)
#A870A1
(168,112,161)
#94628D
(148,98,141)
#805479
(128,84,121)
#6C4665
(108,70,101)
#583851
(88,56,81)
#442A3D
(68,42,61)
#301C29
(48,28,41)
#1C0E15
(28,14,21)
#000000
(0,0,0)

Tints of #E49ADD

#E49ADD
(228,154,221)
#E6A3E0
(230,163,224)
#E8ACE3
(232,172,227)
#EAB5E6
(234,181,230)
#ECBEE9
(236,190,233)
#EEC7EC
(238,199,236)
#F0D0EF
(240,208,239)
#F2D9F2
(242,217,242)
#F4E2F5
(244,226,245)
#F6EBF8
(246,235,248)
#F8F4FB
(248,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49ADD color. Also use rgb(228,154,221) instead hex code.

Text Font Color

.myTextColor { color: #E49ADD; }

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

This text font color is #E49ADD.

Background Color

.myBgColor { background-color: #E49ADD; }

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

This div background color is #E49ADD.

Border color

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

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

This div border color is #E49ADD.

Opacity

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

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

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

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

This text has shadow with #E49ADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E49ADD.

Preview

Color preview on black background

This text has color #E49ADD on black background.


Color preview on white background

This text has color #E49ADD on white background.


Black color preview on #E49ADD background

This text has black color on #E49ADD background.


White color preview on #E49ADD background

This text has white color on #E49ADD background.


Related colors

Complementary color

Complementary color for #hex is #1B6522.


I love getcolorcode.com

Triadic colors

1 #DDE49A and #9ADDE4 with #E49ADD are triadic colors.

2 #DD9AE4 and #9AE4DD with #E49ADD are triadic colors.