COLOR #EEAFE8

HEX: #EEAFE8 RGB: (238,175,232)

Color info

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

RGB color model

#EEAFE8 color RGB value is (238,175,232).

RGB: (238,175,232) (93%, 69%, 91%)

RGB channels and saturation

R 238 of 255 = 93%
G 175 of 255 = 69%
B 232 of 255 = 91%

238
175
232

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

Portions of RGB colors in percentages

R + G + B = 238 + 175 + 232 = 645 (100%)
R 238 of 645 ~ 36.9%
G 175 of 645 ~ 27.13%
B 232 of 645 ~ 35.97'%

%36.9
%27.13
%35.97

CMYK color model

#EEAFE8 color CMYK value is (0,26,3,7).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 2.52%
  • key color value is 6.67%
CMYK: (0,26,3,7) C0M26Y3K7 (0%,26%,3%,7%) (0.00/0.26/0.03/0.07) 

CMYK percentages

%0
%26.47
%2.52
%6.67

Codes

Color #EEAFE8 in popluar color models

EE AF E8
RGB 238 175 232
HSL 306° 64.95% 80.98%
HSB/HSV 306° 26.47% 93.33%
CMYK 0.00% 26.47% 2.52%
6.67%

Color #EEAFE8 in popluar number systems.

HEX EE AF E8
Decimal 238 175 232
Binary 11101110 10101111 11101000
Octal 356 257 350

Shades and tints

Shades of #EEAFE8

#EEAFE8
(238,175,232)
#D9A0D3
(217,160,211)
#C491BE
(196,145,190)
#AF82A9
(175,130,169)
#9A7394
(154,115,148)
#85647F
(133,100,127)
#70556A
(112,85,106)
#5B4655
(91,70,85)
#463740
(70,55,64)
#31282B
(49,40,43)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #EEAFE8

#EEAFE8
(238,175,232)
#EFB6EA
(239,182,234)
#F0BDEC
(240,189,236)
#F1C4EE
(241,196,238)
#F2CBF0
(242,203,240)
#F3D2F2
(243,210,242)
#F4D9F4
(244,217,244)
#F5E0F6
(245,224,246)
#F6E7F8
(246,231,248)
#F7EEFA
(247,238,250)
#F8F5FC
(248,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEAFE8 color. Also use rgb(238,175,232) instead hex code.

Text Font Color

.myTextColor { color: #EEAFE8; }

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

This text font color is #EEAFE8.

Background Color

.myBgColor { background-color: #EEAFE8; }

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

This div background color is #EEAFE8.

Border color

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

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

This div border color is #EEAFE8.

Opacity

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

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

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

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

This text has shadow with #EEAFE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEAFE8.

Preview

Color preview on black background

This text has color #EEAFE8 on black background.


Color preview on white background

This text has color #EEAFE8 on white background.


Black color preview on #EEAFE8 background

This text has black color on #EEAFE8 background.


White color preview on #EEAFE8 background

This text has white color on #EEAFE8 background.


Related colors

Complementary color

Complementary color for #hex is #115017.


I love getcolorcode.com

Triadic colors

1 #E8EEAF and #AFE8EE with #EEAFE8 are triadic colors.

2 #E8AFEE and #AFEEE8 with #EEAFE8 are triadic colors.