COLOR #E9AFE4

HEX: #E9AFE4
RGB: (233,175,228)

Color info

#E9AFE4 contains red, green and blue colors in about the same proportion. Web safe color of #E9AFE4 is #FF99CC (or #F9C).

RGB color model

#E9AFE4 color RGB value is (233,175,228).

  • red value is 233;
  • green value is 175;
  • blue value is 228.
RGB:
(233,175,228)
(91%,69%,89%)

RGB channels and saturation

R 233 of 255 = 91%
G 175 of 255 = 69%
B 228 of 255 = 89%

233
175
228

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

Portions of RGB colors in percentages

R + G + B =
233 + 175 + 228 = 636 (100%)
R 233 of 636 ~ 36.64%
G 175 of 636 ~ 27.52%
B 228 of 636 ~ 35.85%

%36.64
%27.52
%35.85

CMYK color model

#E9AFE4 color CMYK value is (0,25,2,9).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 2.15%
  • key color value is 8.63%
CMYK:
(0,25,2,9)
C0M25Y2K9 
(0%,25%,2%,9%)
(0.00/0.25/0.02/0.09)	

CMYK percentages

%0
%24.89
%2.15
%8.63

Codes

Color #E9AFE4 in popluar color models

E9AFE4
RGB233175228
HSL305°56.86%80.00%
HSB/HSV305°24.89%91.37%
CMYK0.00%24.89%2.15%
8.63%

Color #E9AFE4 in popluar number systems.

HEXE9AFE4
Decimal233175228
Binary111010011010111111100100
Octal351257344

Shades and tints

Shades of #E9AFE4

#E9AFE4
(233,175,228)
#D4A0D0
(212,160,208)
#BF91BC
(191,145,188)
#AA82A8
(170,130,168)
#957394
(149,115,148)
#806480
(128,100,128)
#6B556C
(107,85,108)
#564658
(86,70,88)
#413744
(65,55,68)
#2C2830
(44,40,48)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #E9AFE4

#E9AFE4
(233,175,228)
#EBB6E6
(235,182,230)
#EDBDE8
(237,189,232)
#EFC4EA
(239,196,234)
#F1CBEC
(241,203,236)
#F3D2EE
(243,210,238)
#F5D9F0
(245,217,240)
#F7E0F2
(247,224,242)
#F9E7F4
(249,231,244)
#FBEEF6
(251,238,246)
#FDF5F8
(253,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9AFE4 color. Also use rgb(233,175,228) instead hex code.

Text Font Color

.myTextColor { color: #E9AFE4; }

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

This text font color is #E9AFE4.


Background Color

.myBgColor { background-color: #E9AFE4; }

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

This div background color is #E9AFE4.


Border color

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

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

This div border color is #E9AFE4.


Opacity

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

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

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

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

This text has shadow with #E9AFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9AFE4 on black background.


Color preview on white background

This text has color #E9AFE4 on white background.



Black color preview on #E9AFE4 background

This text has black color on #E9AFE4 background.


White color preview on #E9AFE4 background

This text has white color on #E9AFE4 background.