COLOR #EEA3EC

HEX: #EEA3EC RGB: (238,163,236)

Color info

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

RGB color model

#EEA3EC color RGB value is (238,163,236).

RGB: (238,163,236) (93%, 64%, 93%)

RGB channels and saturation

R 238 of 255 = 93%
G 163 of 255 = 64%
B 236 of 255 = 93%

238
163
236

R + G + B ~ 83%. #EEA3EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 163 + 236 = 637 (100%)
R 238 of 637 ~ 37.36%
G 163 of 637 ~ 25.59%
B 236 of 637 ~ 37.05'%

%37.36
%25.59
%37.05

CMYK color model

#EEA3EC color CMYK value is (0,32,1,7).

  • cyan value is 0.00%
  • magenta value is 31.51%
  • yellow value is 0.84%
  • key color value is 6.67%
CMYK: (0,32,1,7) C0M32Y1K7 (0%,32%,1%,7%) (0.00/0.32/0.01/0.07) 

CMYK percentages

%0
%31.51
%0.84
%6.67

Codes

Color #EEA3EC in popluar color models

EE A3 EC
RGB 238 163 236
HSL 302° 68.81% 78.63%
HSB/HSV 302° 31.51% 93.33%
CMYK 0.00% 31.51% 0.84%
6.67%

Color #EEA3EC in popluar number systems.

HEX EE A3 EC
Decimal 238 163 236
Binary 11101110 10100011 11101100
Octal 356 243 354

Shades and tints

Shades of #EEA3EC

#EEA3EC
(238,163,236)
#D995D7
(217,149,215)
#C487C2
(196,135,194)
#AF79AD
(175,121,173)
#9A6B98
(154,107,152)
#855D83
(133,93,131)
#704F6E
(112,79,110)
#5B4159
(91,65,89)
#463344
(70,51,68)
#31252F
(49,37,47)
#1C171A
(28,23,26)
#000000
(0,0,0)

Tints of #EEA3EC

#EEA3EC
(238,163,236)
#EFABED
(239,171,237)
#F0B3EE
(240,179,238)
#F1BBEF
(241,187,239)
#F2C3F0
(242,195,240)
#F3CBF1
(243,203,241)
#F4D3F2
(244,211,242)
#F5DBF3
(245,219,243)
#F6E3F4
(246,227,244)
#F7EBF5
(247,235,245)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA3EC color. Also use rgb(238,163,236) instead hex code.

Text Font Color

.myTextColor { color: #EEA3EC; }

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

This text font color is #EEA3EC.

Background Color

.myBgColor { background-color: #EEA3EC; }

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

This div background color is #EEA3EC.

Border color

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

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

This div border color is #EEA3EC.

Opacity

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

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

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

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

This text has shadow with #EEA3EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEA3EC.

Preview

Color preview on black background

This text has color #EEA3EC on black background.


Color preview on white background

This text has color #EEA3EC on white background.


Black color preview on #EEA3EC background

This text has black color on #EEA3EC background.


White color preview on #EEA3EC background

This text has white color on #EEA3EC background.


Related colors

Complementary color

Complementary color for #hex is #115C13.


I love getcolorcode.com

Triadic colors

1 #ECEEA3 and #A3ECEE with #EEA3EC are triadic colors.

2 #ECA3EE and #A3EEEC with #EEA3EC are triadic colors.