COLOR #E09AE0

HEX: #E09AE0 RGB: (224,154,224)

Color info

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

RGB color model

#E09AE0 color RGB value is (224,154,224).

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

RGB channels and saturation

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

224
154
224

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

Portions of RGB colors in percentages

R + G + B = 224 + 154 + 224 = 602 (100%)
R 224 of 602 ~ 37.21%
G 154 of 602 ~ 25.58%
B 224 of 602 ~ 37.21'%

%37.21
%25.58
%37.21

CMYK color model

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

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

CMYK: (0,31,0,12)
C0M31Y0K12 (0%, 31%, 0%, 12%)
(0.00 / 0.31 / 0.00 / 0.12)

CMYK percentages

%0
%31.25
%0
%12.16

Codes

Color #E09AE0 in popluar color models

E0 9A E0
RGB 224 154 224
HSL 300° 53.03% 74.12%
HSB/HSV 300° 31.25% 87.84%
CMYK 0.00% 31.25% 0.00%
12.16%

Color #E09AE0 in popluar number systems.

HEX E0 9A E0
Decimal 224 154 224
Binary 11100000 10011010 11100000
Octal 340 232 340

Shades and tints

Shades of #E09AE0

#E09AE0
(224,154,224)
#CC8CCC
(204,140,204)
#B87EB8
(184,126,184)
#A470A4
(164,112,164)
#906290
(144,98,144)
#7C547C
(124,84,124)
#684668
(104,70,104)
#543854
(84,56,84)
#402A40
(64,42,64)
#2C1C2C
(44,28,44)
#180E18
(24,14,24)
#000000
(0,0,0)

Tints of #E09AE0

#E09AE0
(224,154,224)
#E2A3E2
(226,163,226)
#E4ACE4
(228,172,228)
#E6B5E6
(230,181,230)
#E8BEE8
(232,190,232)
#EAC7EA
(234,199,234)
#ECD0EC
(236,208,236)
#EED9EE
(238,217,238)
#F0E2F0
(240,226,240)
#F2EBF2
(242,235,242)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09AE0; }

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

This text font color is #E09AE0.

Background Color

.myBgColor { background-color: #E09AE0; }

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

This div background color is #E09AE0.

Border color

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

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

This div border color is #E09AE0.

Opacity

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

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

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

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

This text has shadow with #E09AE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E09AE0.

Preview

Color preview on black background

This text has color #E09AE0 on black background.


Color preview on white background

This text has color #E09AE0 on white background.


Black color preview on #E09AE0 background

This text has black color on #E09AE0 background.


White color preview on #E09AE0 background

This text has white color on #E09AE0 background.


Related colors

Complementary color

Complementary color for #hex is #1F651F.


I love getcolorcode.com

Triadic colors

1 #E0E09A and #9AE0E0 with #E09AE0 are triadic colors.

2 #E09AE0 and #9AE0E0 with #E09AE0 are triadic colors.