COLOR #EEAFE2

HEX: #EEAFE2 RGB: (238,175,226)

Color info

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

RGB color model

#EEAFE2 color RGB value is (238,175,226).

RGB: (238,175,226) (93%, 69%, 89%)

RGB channels and saturation

R 238 of 255 = 93%
G 175 of 255 = 69%
B 226 of 255 = 89%

238
175
226

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

Portions of RGB colors in percentages

R + G + B = 238 + 175 + 226 = 639 (100%)
R 238 of 639 ~ 37.25%
G 175 of 639 ~ 27.39%
B 226 of 639 ~ 35.37'%

%37.25
%27.39
%35.37

CMYK color model

#EEAFE2 color CMYK value is (0,26,5,7).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 5.04%
  • key color value is 6.67%

CMYK: (0,26,5,7)
C0M26Y5K7 (0%, 26%, 5%, 7%)
(0.00 / 0.26 / 0.05 / 0.07)

CMYK percentages

%0
%26.47
%5.04
%6.67

Codes

Color #EEAFE2 in popluar color models

EE AF E2
RGB 238 175 226
HSL 311° 64.95% 80.98%
HSB/HSV 311° 26.47% 93.33%
CMYK 0.00% 26.47% 5.04%
6.67%

Color #EEAFE2 in popluar number systems.

HEX EE AF E2
Decimal 238 175 226
Binary 11101110 10101111 11100010
Octal 356 257 342

Shades and tints

Shades of #EEAFE2

#EEAFE2
(238,175,226)
#D9A0CE
(217,160,206)
#C491BA
(196,145,186)
#AF82A6
(175,130,166)
#9A7392
(154,115,146)
#85647E
(133,100,126)
#70556A
(112,85,106)
#5B4656
(91,70,86)
#463742
(70,55,66)
#31282E
(49,40,46)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #EEAFE2

#EEAFE2
(238,175,226)
#EFB6E4
(239,182,228)
#F0BDE6
(240,189,230)
#F1C4E8
(241,196,232)
#F2CBEA
(242,203,234)
#F3D2EC
(243,210,236)
#F4D9EE
(244,217,238)
#F5E0F0
(245,224,240)
#F6E7F2
(246,231,242)
#F7EEF4
(247,238,244)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEAFE2; }

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

This text font color is #EEAFE2.

Background Color

.myBgColor { background-color: #EEAFE2; }

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

This div background color is #EEAFE2.

Border color

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

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

This div border color is #EEAFE2.

Opacity

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

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

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

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

This text has shadow with #EEAFE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEAFE2.

Preview

Color preview on black background

This text has color #EEAFE2 on black background.


Color preview on white background

This text has color #EEAFE2 on white background.


Black color preview on #EEAFE2 background

This text has black color on #EEAFE2 background.


White color preview on #EEAFE2 background

This text has white color on #EEAFE2 background.


Related colors

Complementary color

Complementary color for #hex is #11501D.


I love getcolorcode.com

Triadic colors

1 #E2EEAF and #AFE2EE with #EEAFE2 are triadic colors.

2 #E2AFEE and #AFEEE2 with #EEAFE2 are triadic colors.