COLOR #E4A7EF

HEX: #E4A7EF
RGB: (228,167,239)

Color info

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

RGB color model

#E4A7EF color RGB value is (228,167,239).

  • red value is 228;
  • green value is 167;
  • blue value is 239.
RGB: (228,167,239) (89%,65%,94%)

RGB channels and saturation

R 228 of 255 = 89%
G 167 of 255 = 65%
B 239 of 255 = 94%

228
167
239

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

Portions of RGB colors in percentages

R + G + B =
228 + 167 + 239 = 634 (100%)
R 228 of 634 ~ 35.96%
G 167 of 634 ~ 26.34%
B 239 of 634 ~ 37.7%

%35.96
%26.34
%37.7

CMYK color model

#E4A7EF color CMYK value is (5,30,0,6).

  • cyan value is 4.60%
  • magenta value is 30.13%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (5,30,0,6) C5M30Y0K6 (5%,30%,0%,6%) (0.05/0.30/0.00/0.06)

CMYK percentages

%4.6
%30.13
%0
%6.27

Codes

Color #E4A7EF in popluar color models

E4A7EF
RGB228167239
HSL291°69.23%79.61%
HSB/HSV291°30.13%93.73%
CMYK4.60%30.13%0.00%
6.27%

Color #E4A7EF in popluar number systems.

HEXE4A7EF
Decimal228167239
Binary111001001010011111101111
Octal344247357

Shades and tints

Shades of #E4A7EF

#E4A7EF
(228,167,239)
#D098DA
(208,152,218)
#BC89C5
(188,137,197)
#A87AB0
(168,122,176)
#946B9B
(148,107,155)
#805C86
(128,92,134)
#6C4D71
(108,77,113)
#583E5C
(88,62,92)
#442F47
(68,47,71)
#302032
(48,32,50)
#1C111D
(28,17,29)
#000000
(0,0,0)

Tints of #E4A7EF

#E4A7EF
(228,167,239)
#E6AFF0
(230,175,240)
#E8B7F1
(232,183,241)
#EABFF2
(234,191,242)
#ECC7F3
(236,199,243)
#EECFF4
(238,207,244)
#F0D7F5
(240,215,245)
#F2DFF6
(242,223,246)
#F4E7F7
(244,231,247)
#F6EFF8
(246,239,248)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A7EF color. Also use rgb(228,167,239) instead hex code.

Text Font Color

.myTextColor { color: #E4A7EF; }

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

This text font color is #E4A7EF.


Background Color

.myBgColor { background-color: #E4A7EF; }

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

This div background color is #E4A7EF.


Border color

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

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

This div border color is #E4A7EF.


Opacity

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

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

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

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

This text has shadow with #E4A7EF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E4A7EF on black background.


Color preview on white background

This text has color #E4A7EF on white background.



Black color preview on #E4A7EF background

This text has black color on #E4A7EF background.


White color preview on #E4A7EF background

This text has white color on #E4A7EF background.