COLOR #E3AFE6

HEX: #E3AFE6
RGB: (227,175,230)

Color info

#E3AFE6 contains red, green and blue colors in about the same proportion. Web safe color of #E3AFE6 is #CC99CC (or #C9C).

RGB color model

#E3AFE6 color RGB value is (227,175,230).

  • red value is 227;
  • green value is 175;
  • blue value is 230.
RGB:
(227,175,230)
(89%,69%,90%)

RGB channels and saturation

R 227 of 255 = 89%
G 175 of 255 = 69%
B 230 of 255 = 90%

227
175
230

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

Portions of RGB colors in percentages

R + G + B =
227 + 175 + 230 = 632 (100%)
R 227 of 632 ~ 35.92%
G 175 of 632 ~ 27.69%
B 230 of 632 ~ 36.39%

%35.92
%27.69
%36.39

CMYK color model

#E3AFE6 color CMYK value is (1,24,0,10).

  • cyan value is 1.30%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(1,24,0,10)
C1M24Y0K10 
(1%,24%,0%,10%)
(0.01/0.24/0.00/0.10)	

CMYK percentages

%1.3
%23.91
%0
%9.8

Codes

Color #E3AFE6 in popluar color models

E3AFE6
RGB227175230
HSL297°52.38%79.41%
HSB/HSV297°23.91%90.20%
CMYK1.30%23.91%0.00%
9.80%

Color #E3AFE6 in popluar number systems.

HEXE3AFE6
Decimal227175230
Binary111000111010111111100110
Octal343257346

Shades and tints

Shades of #E3AFE6

#E3AFE6
(227,175,230)
#CFA0D2
(207,160,210)
#BB91BE
(187,145,190)
#A782AA
(167,130,170)
#937396
(147,115,150)
#7F6482
(127,100,130)
#6B556E
(107,85,110)
#57465A
(87,70,90)
#433746
(67,55,70)
#2F2832
(47,40,50)
#1B191E
(27,25,30)
#000000
(0,0,0)

Tints of #E3AFE6

#E3AFE6
(227,175,230)
#E5B6E8
(229,182,232)
#E7BDEA
(231,189,234)
#E9C4EC
(233,196,236)
#EBCBEE
(235,203,238)
#EDD2F0
(237,210,240)
#EFD9F2
(239,217,242)
#F1E0F4
(241,224,244)
#F3E7F6
(243,231,246)
#F5EEF8
(245,238,248)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3AFE6 color. Also use rgb(227,175,230) instead hex code.

Text Font Color

.myTextColor { color: #E3AFE6; }

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

This text font color is #E3AFE6.


Background Color

.myBgColor { background-color: #E3AFE6; }

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

This div background color is #E3AFE6.


Border color

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

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

This div border color is #E3AFE6.


Opacity

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

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

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

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

This text has shadow with #E3AFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AFE6 on black background.


Color preview on white background

This text has color #E3AFE6 on white background.



Black color preview on #E3AFE6 background

This text has black color on #E3AFE6 background.


White color preview on #E3AFE6 background

This text has white color on #E3AFE6 background.