COLOR #EEA5DF

HEX: #EEA5DF RGB: (238,165,223)

Color info

#EEA5DF contains mainly red and blue colors. Web safe color of #EEA5DF is #FF99CC (or #F9C).

RGB color model

#EEA5DF color RGB value is (238,165,223).

RGB: (238,165,223) (93%, 65%, 87%)

RGB channels and saturation

R 238 of 255 = 93%
G 165 of 255 = 65%
B 223 of 255 = 87%

238
165
223

R + G + B ~ 82%. #EEA5DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 165 + 223 = 626 (100%)
R 238 of 626 ~ 38.02%
G 165 of 626 ~ 26.36%
B 223 of 626 ~ 35.62'%

%38.02
%26.36
%35.62

CMYK color model

#EEA5DF color CMYK value is (0,31,6,7).

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 6.30%
  • key color value is 6.67%

CMYK: (0,31,6,7)
C0M31Y6K7 (0%, 31%, 6%, 7%)
(0.00 / 0.31 / 0.06 / 0.07)

CMYK percentages

%0
%30.67
%6.3
%6.67

Codes

Color #EEA5DF in popluar color models

EE A5 DF
RGB 238 165 223
HSL 312° 68.22% 79.02%
HSB/HSV 312° 30.67% 93.33%
CMYK 0.00% 30.67% 6.30%
6.67%

Color #EEA5DF in popluar number systems.

HEX EE A5 DF
Decimal 238 165 223
Binary 11101110 10100101 11011111
Octal 356 245 337

Shades and tints

Shades of #EEA5DF

#EEA5DF
(238,165,223)
#D996CB
(217,150,203)
#C487B7
(196,135,183)
#AF78A3
(175,120,163)
#9A698F
(154,105,143)
#855A7B
(133,90,123)
#704B67
(112,75,103)
#5B3C53
(91,60,83)
#462D3F
(70,45,63)
#311E2B
(49,30,43)
#1C0F17
(28,15,23)
#000000
(0,0,0)

Tints of #EEA5DF

#EEA5DF
(238,165,223)
#EFADE1
(239,173,225)
#F0B5E3
(240,181,227)
#F1BDE5
(241,189,229)
#F2C5E7
(242,197,231)
#F3CDE9
(243,205,233)
#F4D5EB
(244,213,235)
#F5DDED
(245,221,237)
#F6E5EF
(246,229,239)
#F7EDF1
(247,237,241)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA5DF color. Also use rgb(238,165,223) instead hex code.

Text Font Color

.myTextColor { color: #EEA5DF; }

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

This text font color is #EEA5DF.

Background Color

.myBgColor { background-color: #EEA5DF; }

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

This div background color is #EEA5DF.

Border color

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

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

This div border color is #EEA5DF.

Opacity

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

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

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

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

This text has shadow with #EEA5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEA5DF.

Preview

Color preview on black background

This text has color #EEA5DF on black background.


Color preview on white background

This text has color #EEA5DF on white background.


Black color preview on #EEA5DF background

This text has black color on #EEA5DF background.


White color preview on #EEA5DF background

This text has white color on #EEA5DF background.


Related colors

Complementary color

Complementary color for #hex is #115A20.


I love getcolorcode.com

Triadic colors

1 #DFEEA5 and #A5DFEE with #EEA5DF are triadic colors.

2 #DFA5EE and #A5EEDF with #EEA5DF are triadic colors.