COLOR #E7AFEA

HEX: #E7AFEA
RGB: (231,175,234)

Color info

#E7AFEA contains red, green and blue colors in about the same proportion. Web safe color of #E7AFEA is #FF99FF (or #F9F).

RGB color model

#E7AFEA color RGB value is (231,175,234).

  • red value is 231;
  • green value is 175;
  • blue value is 234.
RGB:
(231,175,234)
(91%,69%,92%)

RGB channels and saturation

R 231 of 255 = 91%
G 175 of 255 = 69%
B 234 of 255 = 92%

231
175
234

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

Portions of RGB colors in percentages

R + G + B =
231 + 175 + 234 = 640 (100%)
R 231 of 640 ~ 36.09%
G 175 of 640 ~ 27.34%
B 234 of 640 ~ 36.56%

%36.09
%27.34
%36.56

CMYK color model

#E7AFEA color CMYK value is (1,25,0,8).

  • cyan value is 1.28%
  • magenta value is 25.21%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(1,25,0,8)
C1M25Y0K8 
(1%,25%,0%,8%)
(0.01/0.25/0.00/0.08)	

CMYK percentages

%1.28
%25.21
%0
%8.24

Codes

Color #E7AFEA in popluar color models

E7AFEA
RGB231175234
HSL297°58.42%80.20%
HSB/HSV297°25.21%91.76%
CMYK1.28%25.21%0.00%
8.24%

Color #E7AFEA in popluar number systems.

HEXE7AFEA
Decimal231175234
Binary111001111010111111101010
Octal347257352

Shades and tints

Shades of #E7AFEA

#E7AFEA
(231,175,234)
#D2A0D5
(210,160,213)
#BD91C0
(189,145,192)
#A882AB
(168,130,171)
#937396
(147,115,150)
#7E6481
(126,100,129)
#69556C
(105,85,108)
#544657
(84,70,87)
#3F3742
(63,55,66)
#2A282D
(42,40,45)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #E7AFEA

#E7AFEA
(231,175,234)
#E9B6EB
(233,182,235)
#EBBDEC
(235,189,236)
#EDC4ED
(237,196,237)
#EFCBEE
(239,203,238)
#F1D2EF
(241,210,239)
#F3D9F0
(243,217,240)
#F5E0F1
(245,224,241)
#F7E7F2
(247,231,242)
#F9EEF3
(249,238,243)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7AFEA color. Also use rgb(231,175,234) instead hex code.

Text Font Color

.myTextColor { color: #E7AFEA; }

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

This text font color is #E7AFEA.


Background Color

.myBgColor { background-color: #E7AFEA; }

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

This div background color is #E7AFEA.


Border color

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

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

This div border color is #E7AFEA.


Opacity

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

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

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

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

This text has shadow with #E7AFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7AFEA on black background.


Color preview on white background

This text has color #E7AFEA on white background.



Black color preview on #E7AFEA background

This text has black color on #E7AFEA background.


White color preview on #E7AFEA background

This text has white color on #E7AFEA background.