COLOR #EEA0E1

HEX: #EEA0E1 RGB: (238,160,225)

Color info

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

RGB color model

#EEA0E1 color RGB value is (238,160,225).

RGB: (238,160,225) (93%, 63%, 88%)

RGB channels and saturation

R 238 of 255 = 93%
G 160 of 255 = 63%
B 225 of 255 = 88%

238
160
225

R + G + B ~ 81%. #EEA0E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 160 + 225 = 623 (100%)
R 238 of 623 ~ 38.2%
G 160 of 623 ~ 25.68%
B 225 of 623 ~ 36.12'%

%38.2
%25.68
%36.12

CMYK color model

#EEA0E1 color CMYK value is (0,33,5,7).

  • cyan value is 0.00%
  • magenta value is 32.77%
  • yellow value is 5.46%
  • key color value is 6.67%
CMYK: (0,33,5,7) C0M33Y5K7 (0%,33%,5%,7%) (0.00/0.33/0.05/0.07) 

CMYK percentages

%0
%32.77
%5.46
%6.67

Codes

Color #EEA0E1 in popluar color models

EE A0 E1
RGB 238 160 225
HSL 310° 69.64% 78.04%
HSB/HSV 310° 32.77% 93.33%
CMYK 0.00% 32.77% 5.46%
6.67%

Color #EEA0E1 in popluar number systems.

HEX EE A0 E1
Decimal 238 160 225
Binary 11101110 10100000 11100001
Octal 356 240 341

Shades and tints

Shades of #EEA0E1

#EEA0E1
(238,160,225)
#D992CD
(217,146,205)
#C484B9
(196,132,185)
#AF76A5
(175,118,165)
#9A6891
(154,104,145)
#855A7D
(133,90,125)
#704C69
(112,76,105)
#5B3E55
(91,62,85)
#463041
(70,48,65)
#31222D
(49,34,45)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #EEA0E1

#EEA0E1
(238,160,225)
#EFA8E3
(239,168,227)
#F0B0E5
(240,176,229)
#F1B8E7
(241,184,231)
#F2C0E9
(242,192,233)
#F3C8EB
(243,200,235)
#F4D0ED
(244,208,237)
#F5D8EF
(245,216,239)
#F6E0F1
(246,224,241)
#F7E8F3
(247,232,243)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA0E1 color. Also use rgb(238,160,225) instead hex code.

Text Font Color

.myTextColor { color: #EEA0E1; }

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

This text font color is #EEA0E1.

Background Color

.myBgColor { background-color: #EEA0E1; }

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

This div background color is #EEA0E1.

Border color

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

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

This div border color is #EEA0E1.

Opacity

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

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

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

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

This text has shadow with #EEA0E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEA0E1.

Preview

Color preview on black background

This text has color #EEA0E1 on black background.


Color preview on white background

This text has color #EEA0E1 on white background.


Black color preview on #EEA0E1 background

This text has black color on #EEA0E1 background.


White color preview on #EEA0E1 background

This text has white color on #EEA0E1 background.


Related colors

Complementary color

Complementary color for #hex is #115F1E.


I love getcolorcode.com

Triadic colors

1 #E1EEA0 and #A0E1EE with #EEA0E1 are triadic colors.

2 #E1A0EE and #A0EEE1 with #EEA0E1 are triadic colors.