COLOR #E4AFEE

HEX: #E4AFEE
RGB: (228,175,238)

Color info

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

RGB color model

#E4AFEE color RGB value is (228,175,238).

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

RGB channels and saturation

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

228
175
238

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

Portions of RGB colors in percentages

R + G + B =
228 + 175 + 238 = 641 (100%)
R 228 of 641 ~ 35.57%
G 175 of 641 ~ 27.3%
B 238 of 641 ~ 37.13%

%35.57
%27.3
%37.13

CMYK color model

#E4AFEE color CMYK value is (4,26,0,7).

  • cyan value is 4.20%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(4,26,0,7)
C4M26Y0K7 
(4%,26%,0%,7%)
(0.04/0.26/0.00/0.07)	

CMYK percentages

%4.2
%26.47
%0
%6.67

Codes

Color #E4AFEE in popluar color models

E4AFEE
RGB228175238
HSL290°64.95%80.98%
HSB/HSV290°26.47%93.33%
CMYK4.20%26.47%0.00%
6.67%

Color #E4AFEE in popluar number systems.

HEXE4AFEE
Decimal228175238
Binary111001001010111111101110
Octal344257356

Shades and tints

Shades of #E4AFEE

#E4AFEE
(228,175,238)
#D0A0D9
(208,160,217)
#BC91C4
(188,145,196)
#A882AF
(168,130,175)
#94739A
(148,115,154)
#806485
(128,100,133)
#6C5570
(108,85,112)
#58465B
(88,70,91)
#443746
(68,55,70)
#302831
(48,40,49)
#1C191C
(28,25,28)
#000000
(0,0,0)

Tints of #E4AFEE

#E4AFEE
(228,175,238)
#E6B6EF
(230,182,239)
#E8BDF0
(232,189,240)
#EAC4F1
(234,196,241)
#ECCBF2
(236,203,242)
#EED2F3
(238,210,243)
#F0D9F4
(240,217,244)
#F2E0F5
(242,224,245)
#F4E7F6
(244,231,246)
#F6EEF7
(246,238,247)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4AFEE; }

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

This text font color is #E4AFEE.


Background Color

.myBgColor { background-color: #E4AFEE; }

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

This div background color is #E4AFEE.


Border color

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

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

This div border color is #E4AFEE.


Opacity

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

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

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

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

This text has shadow with #E4AFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4AFEE on black background.


Color preview on white background

This text has color #E4AFEE on white background.



Black color preview on #E4AFEE background

This text has black color on #E4AFEE background.


White color preview on #E4AFEE background

This text has white color on #E4AFEE background.