COLOR #E8ADF4

HEX: #E8ADF4 RGB: (232,173,244)

Color info

#E8ADF4 contains mainly red and blue colors. Web safe color of #E8ADF4 is #FF99FF (or #F9F).

RGB color model

#E8ADF4 color RGB value is (232,173,244).

RGB: (232,173,244) (91%, 68%, 96%)

RGB channels and saturation

R 232 of 255 = 91%
G 173 of 255 = 68%
B 244 of 255 = 96%

232
173
244

R + G + B ~ 85%. #E8ADF4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 173 + 244 = 649 (100%)
R 232 of 649 ~ 35.75%
G 173 of 649 ~ 26.66%
B 244 of 649 ~ 37.6'%

%35.75
%26.66
%37.6

CMYK color model

#E8ADF4 color CMYK value is (5,29,0,4).

  • cyan value is 4.92%
  • magenta value is 29.10%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (5,29,0,4)
C5M29Y0K4 (5%, 29%, 0%, 4%)
(0.05 / 0.29 / 0.00 / 0.04)

CMYK percentages

%4.92
%29.1
%0
%4.31

Codes

Color #E8ADF4 in popluar color models

E8 AD F4
RGB 232 173 244
HSL 290° 76.34% 81.76%
HSB/HSV 290° 29.10% 95.69%
CMYK 4.92% 29.10% 0.00%
4.31%

Color #E8ADF4 in popluar number systems.

HEX E8 AD F4
Decimal 232 173 244
Binary 11101000 10101101 11110100
Octal 350 255 364

Shades and tints

Shades of #E8ADF4

#E8ADF4
(232,173,244)
#D39EDE
(211,158,222)
#BE8FC8
(190,143,200)
#A980B2
(169,128,178)
#94719C
(148,113,156)
#7F6286
(127,98,134)
#6A5370
(106,83,112)
#55445A
(85,68,90)
#403544
(64,53,68)
#2B262E
(43,38,46)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #E8ADF4

#E8ADF4
(232,173,244)
#EAB4F5
(234,180,245)
#ECBBF6
(236,187,246)
#EEC2F7
(238,194,247)
#F0C9F8
(240,201,248)
#F2D0F9
(242,208,249)
#F4D7FA
(244,215,250)
#F6DEFB
(246,222,251)
#F8E5FC
(248,229,252)
#FAECFD
(250,236,253)
#FCF3FE
(252,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8ADF4 color. Also use rgb(232,173,244) instead hex code.

Text Font Color

.myTextColor { color: #E8ADF4; }

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

This text font color is #E8ADF4.

Background Color

.myBgColor { background-color: #E8ADF4; }

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

This div background color is #E8ADF4.

Border color

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

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

This div border color is #E8ADF4.

Opacity

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

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

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

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

This text has shadow with #E8ADF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8ADF4.

Preview

Color preview on black background

This text has color #E8ADF4 on black background.


Color preview on white background

This text has color #E8ADF4 on white background.


Black color preview on #E8ADF4 background

This text has black color on #E8ADF4 background.


White color preview on #E8ADF4 background

This text has white color on #E8ADF4 background.


Related colors

Complementary color

Complementary color for #hex is #17520B.


I love getcolorcode.com

Triadic colors

1 #F4E8AD and #ADF4E8 with #E8ADF4 are triadic colors.

2 #F4ADE8 and #ADE8F4 with #E8ADF4 are triadic colors.