COLOR #E09AD1

HEX: #E09AD1 RGB: (224,154,209)

Color info

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

RGB color model

#E09AD1 color RGB value is (224,154,209).

RGB: (224,154,209) (88%, 60%, 82%)

RGB channels and saturation

R 224 of 255 = 88%
G 154 of 255 = 60%
B 209 of 255 = 82%

224
154
209

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

Portions of RGB colors in percentages

R + G + B = 224 + 154 + 209 = 587 (100%)
R 224 of 587 ~ 38.16%
G 154 of 587 ~ 26.24%
B 209 of 587 ~ 35.6'%

%38.16
%26.24
%35.6

CMYK color model

#E09AD1 color CMYK value is (0,31,7,12).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 6.70%
  • key color value is 12.16%

CMYK: (0,31,7,12)
C0M31Y7K12 (0%, 31%, 7%, 12%)
(0.00 / 0.31 / 0.07 / 0.12)

CMYK percentages

%0
%31.25
%6.7
%12.16

Codes

Color #E09AD1 in popluar color models

E0 9A D1
RGB 224 154 209
HSL 313° 53.03% 74.12%
HSB/HSV 313° 31.25% 87.84%
CMYK 0.00% 31.25% 6.70%
12.16%

Color #E09AD1 in popluar number systems.

HEX E0 9A D1
Decimal 224 154 209
Binary 11100000 10011010 11010001
Octal 340 232 321

Shades and tints

Shades of #E09AD1

#E09AD1
(224,154,209)
#CC8CBE
(204,140,190)
#B87EAB
(184,126,171)
#A47098
(164,112,152)
#906285
(144,98,133)
#7C5472
(124,84,114)
#68465F
(104,70,95)
#54384C
(84,56,76)
#402A39
(64,42,57)
#2C1C26
(44,28,38)
#180E13
(24,14,19)
#000000
(0,0,0)

Tints of #E09AD1

#E09AD1
(224,154,209)
#E2A3D5
(226,163,213)
#E4ACD9
(228,172,217)
#E6B5DD
(230,181,221)
#E8BEE1
(232,190,225)
#EAC7E5
(234,199,229)
#ECD0E9
(236,208,233)
#EED9ED
(238,217,237)
#F0E2F1
(240,226,241)
#F2EBF5
(242,235,245)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E09AD1 color. Also use rgb(224,154,209) instead hex code.

Text Font Color

.myTextColor { color: #E09AD1; }

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

This text font color is #E09AD1.

Background Color

.myBgColor { background-color: #E09AD1; }

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

This div background color is #E09AD1.

Border color

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

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

This div border color is #E09AD1.

Opacity

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

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

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

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

This text has shadow with #E09AD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E09AD1.

Preview

Color preview on black background

This text has color #E09AD1 on black background.


Color preview on white background

This text has color #E09AD1 on white background.


Black color preview on #E09AD1 background

This text has black color on #E09AD1 background.


White color preview on #E09AD1 background

This text has white color on #E09AD1 background.


Related colors

Complementary color

Complementary color for #hex is #1F652E.


I love getcolorcode.com

Triadic colors

1 #D1E09A and #9AD1E0 with #E09AD1 are triadic colors.

2 #D19AE0 and #9AE0D1 with #E09AD1 are triadic colors.