COLOR #EEA8EA

HEX: #EEA8EA RGB: (238,168,234)

Color info

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

RGB color model

#EEA8EA color RGB value is (238,168,234).

RGB: (238,168,234) (93%, 66%, 92%)

RGB channels and saturation

R 238 of 255 = 93%
G 168 of 255 = 66%
B 234 of 255 = 92%

238
168
234

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

Portions of RGB colors in percentages

R + G + B = 238 + 168 + 234 = 640 (100%)
R 238 of 640 ~ 37.19%
G 168 of 640 ~ 26.25%
B 234 of 640 ~ 36.56'%

%37.19
%26.25
%36.56

CMYK color model

#EEA8EA color CMYK value is (0,29,2,7).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 1.68%
  • key color value is 6.67%

CMYK: (0,29,2,7)
C0M29Y2K7 (0%, 29%, 2%, 7%)
(0.00 / 0.29 / 0.02 / 0.07)

CMYK percentages

%0
%29.41
%1.68
%6.67

Codes

Color #EEA8EA in popluar color models

EE A8 EA
RGB 238 168 234
HSL 303° 67.31% 79.61%
HSB/HSV 303° 29.41% 93.33%
CMYK 0.00% 29.41% 1.68%
6.67%

Color #EEA8EA in popluar number systems.

HEX EE A8 EA
Decimal 238 168 234
Binary 11101110 10101000 11101010
Octal 356 250 352

Shades and tints

Shades of #EEA8EA

#EEA8EA
(238,168,234)
#D999D5
(217,153,213)
#C48AC0
(196,138,192)
#AF7BAB
(175,123,171)
#9A6C96
(154,108,150)
#855D81
(133,93,129)
#704E6C
(112,78,108)
#5B3F57
(91,63,87)
#463042
(70,48,66)
#31212D
(49,33,45)
#1C1218
(28,18,24)
#000000
(0,0,0)

Tints of #EEA8EA

#EEA8EA
(238,168,234)
#EFAFEB
(239,175,235)
#F0B6EC
(240,182,236)
#F1BDED
(241,189,237)
#F2C4EE
(242,196,238)
#F3CBEF
(243,203,239)
#F4D2F0
(244,210,240)
#F5D9F1
(245,217,241)
#F6E0F2
(246,224,242)
#F7E7F3
(247,231,243)
#F8EEF4
(248,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA8EA color. Also use rgb(238,168,234) instead hex code.

Text Font Color

.myTextColor { color: #EEA8EA; }

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

This text font color is #EEA8EA.

Background Color

.myBgColor { background-color: #EEA8EA; }

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

This div background color is #EEA8EA.

Border color

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

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

This div border color is #EEA8EA.

Opacity

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

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

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

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

This text has shadow with #EEA8EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEA8EA.

Preview

Color preview on black background

This text has color #EEA8EA on black background.


Color preview on white background

This text has color #EEA8EA on white background.


Black color preview on #EEA8EA background

This text has black color on #EEA8EA background.


White color preview on #EEA8EA background

This text has white color on #EEA8EA background.


Related colors

Complementary color

Complementary color for #hex is #115715.


I love getcolorcode.com

Triadic colors

1 #EAEEA8 and #A8EAEE with #EEA8EA are triadic colors.

2 #EAA8EE and #A8EEEA with #EEA8EA are triadic colors.