COLOR #E5AFEC

HEX: #E5AFEC RGB: (229,175,236)

Color info

#E5AFEC contains mainly red and blue colors. Web safe color of #E5AFEC is #CC99FF (or #C9F).

RGB color model

#E5AFEC color RGB value is (229,175,236).

RGB: (229,175,236) (90%, 69%, 93%)

RGB channels and saturation

R 229 of 255 = 90%
G 175 of 255 = 69%
B 236 of 255 = 93%

229
175
236

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

Portions of RGB colors in percentages

R + G + B = 229 + 175 + 236 = 640 (100%)
R 229 of 640 ~ 35.78%
G 175 of 640 ~ 27.34%
B 236 of 640 ~ 36.88'%

%35.78
%27.34
%36.88

CMYK color model

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

  • cyan value is 2.97%
  • magenta value is 25.85%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (3,26,0,7)
C3M26Y0K7 (3%, 26%, 0%, 7%)
(0.03 / 0.26 / 0.00 / 0.07)

CMYK percentages

%2.97
%25.85
%0
%7.45

Codes

Color #E5AFEC in popluar color models

E5 AF EC
RGB 229 175 236
HSL 293° 61.62% 80.59%
HSB/HSV 293° 25.85% 92.55%
CMYK 2.97% 25.85% 0.00%
7.45%

Color #E5AFEC in popluar number systems.

HEX E5 AF EC
Decimal 229 175 236
Binary 11100101 10101111 11101100
Octal 345 257 354

Shades and tints

Shades of #E5AFEC

#E5AFEC
(229,175,236)
#D1A0D7
(209,160,215)
#BD91C2
(189,145,194)
#A982AD
(169,130,173)
#957398
(149,115,152)
#816483
(129,100,131)
#6D556E
(109,85,110)
#594659
(89,70,89)
#453744
(69,55,68)
#31282F
(49,40,47)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #E5AFEC

#E5AFEC
(229,175,236)
#E7B6ED
(231,182,237)
#E9BDEE
(233,189,238)
#EBC4EF
(235,196,239)
#EDCBF0
(237,203,240)
#EFD2F1
(239,210,241)
#F1D9F2
(241,217,242)
#F3E0F3
(243,224,243)
#F5E7F4
(245,231,244)
#F7EEF5
(247,238,245)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5AFEC color. Also use rgb(229,175,236) instead hex code.

Text Font Color

.myTextColor { color: #E5AFEC; }

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

This text font color is #E5AFEC.

Background Color

.myBgColor { background-color: #E5AFEC; }

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

This div background color is #E5AFEC.

Border color

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

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

This div border color is #E5AFEC.

Opacity

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

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

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

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

This text has shadow with #E5AFEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5AFEC.

Preview

Color preview on black background

This text has color #E5AFEC on black background.


Color preview on white background

This text has color #E5AFEC on white background.


Black color preview on #E5AFEC background

This text has black color on #E5AFEC background.


White color preview on #E5AFEC background

This text has white color on #E5AFEC background.


Related colors

Complementary color

Complementary color for #hex is #1A5013.


I love getcolorcode.com

Triadic colors

1 #ECE5AF and #AFECE5 with #E5AFEC are triadic colors.

2 #ECAFE5 and #AFE5EC with #E5AFEC are triadic colors.