COLOR #E9ADEA

HEX: #E9ADEA RGB: (233,173,234)

Color info

#E9ADEA contains mainly red and blue colors. Web safe color of #E9ADEA is #FF99FF (or #F9F).

RGB color model

#E9ADEA color RGB value is (233,173,234).

RGB: (233,173,234) (91%, 68%, 92%)

RGB channels and saturation

R 233 of 255 = 91%
G 173 of 255 = 68%
B 234 of 255 = 92%

233
173
234

R + G + B ~ 84%. #E9ADEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 173 + 234 = 640 (100%)
R 233 of 640 ~ 36.41%
G 173 of 640 ~ 27.03%
B 234 of 640 ~ 36.56'%

%36.41
%27.03
%36.56

CMYK color model

#E9ADEA color CMYK value is (0,26,0,8).

  • cyan value is 0.43%
  • magenta value is 26.07%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (0,26,0,8)
C0M26Y0K8 (0%, 26%, 0%, 8%)
(0.00 / 0.26 / 0.00 / 0.08)

CMYK percentages

%0.43
%26.07
%0
%8.24

Codes

Color #E9ADEA in popluar color models

E9 AD EA
RGB 233 173 234
HSL 299° 59.22% 79.80%
HSB/HSV 299° 26.07% 91.76%
CMYK 0.43% 26.07% 0.00%
8.24%

Color #E9ADEA in popluar number systems.

HEX E9 AD EA
Decimal 233 173 234
Binary 11101001 10101101 11101010
Octal 351 255 352

Shades and tints

Shades of #E9ADEA

#E9ADEA
(233,173,234)
#D49ED5
(212,158,213)
#BF8FC0
(191,143,192)
#AA80AB
(170,128,171)
#957196
(149,113,150)
#806281
(128,98,129)
#6B536C
(107,83,108)
#564457
(86,68,87)
#413542
(65,53,66)
#2C262D
(44,38,45)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #E9ADEA

#E9ADEA
(233,173,234)
#EBB4EB
(235,180,235)
#EDBBEC
(237,187,236)
#EFC2ED
(239,194,237)
#F1C9EE
(241,201,238)
#F3D0EF
(243,208,239)
#F5D7F0
(245,215,240)
#F7DEF1
(247,222,241)
#F9E5F2
(249,229,242)
#FBECF3
(251,236,243)
#FDF3F4
(253,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9ADEA color. Also use rgb(233,173,234) instead hex code.

Text Font Color

.myTextColor { color: #E9ADEA; }

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

This text font color is #E9ADEA.

Background Color

.myBgColor { background-color: #E9ADEA; }

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

This div background color is #E9ADEA.

Border color

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

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

This div border color is #E9ADEA.

Opacity

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

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

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

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

This text has shadow with #E9ADEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9ADEA.

Preview

Color preview on black background

This text has color #E9ADEA on black background.


Color preview on white background

This text has color #E9ADEA on white background.


Black color preview on #E9ADEA background

This text has black color on #E9ADEA background.


White color preview on #E9ADEA background

This text has white color on #E9ADEA background.


Related colors

Complementary color

Complementary color for #hex is #165215.


I love getcolorcode.com

Triadic colors

1 #EAE9AD and #ADEAE9 with #E9ADEA are triadic colors.

2 #EAADE9 and #ADE9EA with #E9ADEA are triadic colors.