COLOR #E7A1ED

HEX: #E7A1ED RGB: (231,161,237)

Color info

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

RGB color model

#E7A1ED color RGB value is (231,161,237).

RGB: (231,161,237) (91%, 63%, 93%)

RGB channels and saturation

R 231 of 255 = 91%
G 161 of 255 = 63%
B 237 of 255 = 93%

231
161
237

R + G + B ~ 82%. #E7A1ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 161 + 237 = 629 (100%)
R 231 of 629 ~ 36.72%
G 161 of 629 ~ 25.6%
B 237 of 629 ~ 37.68'%

%36.72
%25.6
%37.68

CMYK color model

#E7A1ED color CMYK value is (3,32,0,7).

  • cyan value is 2.53%
  • magenta value is 32.07%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (3,32,0,7)
C3M32Y0K7 (3%, 32%, 0%, 7%)
(0.03 / 0.32 / 0.00 / 0.07)

CMYK percentages

%2.53
%32.07
%0
%7.06

Codes

Color #E7A1ED in popluar color models

E7 A1 ED
RGB 231 161 237
HSL 295° 67.86% 78.04%
HSB/HSV 295° 32.07% 92.94%
CMYK 2.53% 32.07% 0.00%
7.06%

Color #E7A1ED in popluar number systems.

HEX E7 A1 ED
Decimal 231 161 237
Binary 11100111 10100001 11101101
Octal 347 241 355

Shades and tints

Shades of #E7A1ED

#E7A1ED
(231,161,237)
#D293D8
(210,147,216)
#BD85C3
(189,133,195)
#A877AE
(168,119,174)
#936999
(147,105,153)
#7E5B84
(126,91,132)
#694D6F
(105,77,111)
#543F5A
(84,63,90)
#3F3145
(63,49,69)
#2A2330
(42,35,48)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #E7A1ED

#E7A1ED
(231,161,237)
#E9A9EE
(233,169,238)
#EBB1EF
(235,177,239)
#EDB9F0
(237,185,240)
#EFC1F1
(239,193,241)
#F1C9F2
(241,201,242)
#F3D1F3
(243,209,243)
#F5D9F4
(245,217,244)
#F7E1F5
(247,225,245)
#F9E9F6
(249,233,246)
#FBF1F7
(251,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A1ED color. Also use rgb(231,161,237) instead hex code.

Text Font Color

.myTextColor { color: #E7A1ED; }

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

This text font color is #E7A1ED.

Background Color

.myBgColor { background-color: #E7A1ED; }

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

This div background color is #E7A1ED.

Border color

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

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

This div border color is #E7A1ED.

Opacity

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

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

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

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

This text has shadow with #E7A1ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7A1ED.

Preview

Color preview on black background

This text has color #E7A1ED on black background.


Color preview on white background

This text has color #E7A1ED on white background.


Black color preview on #E7A1ED background

This text has black color on #E7A1ED background.


White color preview on #E7A1ED background

This text has white color on #E7A1ED background.


Related colors

Complementary color

Complementary color for #hex is #185E12.


I love getcolorcode.com

Triadic colors

1 #EDE7A1 and #A1EDE7 with #E7A1ED are triadic colors.

2 #EDA1E7 and #A1E7ED with #E7A1ED are triadic colors.