COLOR #E7A0ED

HEX: #E7A0ED RGB: (231,160,237)

Color info

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

RGB color model

#E7A0ED color RGB value is (231,160,237).

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

RGB channels and saturation

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

231
160
237

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

Portions of RGB colors in percentages

R + G + B = 231 + 160 + 237 = 628 (100%)
R 231 of 628 ~ 36.78%
G 160 of 628 ~ 25.48%
B 237 of 628 ~ 37.74'%

%36.78
%25.48
%37.74

CMYK color model

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

  • cyan value is 2.53%
  • magenta value is 32.49%
  • 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.49
%0
%7.06

Codes

Color #E7A0ED in popluar color models

E7 A0 ED
RGB 231 160 237
HSL 295° 68.14% 77.84%
HSB/HSV 295° 32.49% 92.94%
CMYK 2.53% 32.49% 0.00%
7.06%

Color #E7A0ED in popluar number systems.

HEX E7 A0 ED
Decimal 231 160 237
Binary 11100111 10100000 11101101
Octal 347 240 355

Shades and tints

Shades of #E7A0ED

#E7A0ED
(231,160,237)
#D292D8
(210,146,216)
#BD84C3
(189,132,195)
#A876AE
(168,118,174)
#936899
(147,104,153)
#7E5A84
(126,90,132)
#694C6F
(105,76,111)
#543E5A
(84,62,90)
#3F3045
(63,48,69)
#2A2230
(42,34,48)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #E7A0ED

#E7A0ED
(231,160,237)
#E9A8EE
(233,168,238)
#EBB0EF
(235,176,239)
#EDB8F0
(237,184,240)
#EFC0F1
(239,192,241)
#F1C8F2
(241,200,242)
#F3D0F3
(243,208,243)
#F5D8F4
(245,216,244)
#F7E0F5
(247,224,245)
#F9E8F6
(249,232,246)
#FBF0F7
(251,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7A0ED; }

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

This text font color is #E7A0ED.

Background Color

.myBgColor { background-color: #E7A0ED; }

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

This div background color is #E7A0ED.

Border color

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

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

This div border color is #E7A0ED.

Opacity

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

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

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

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

This text has shadow with #E7A0ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7A0ED.

Preview

Color preview on black background

This text has color #E7A0ED on black background.


Color preview on white background

This text has color #E7A0ED on white background.


Black color preview on #E7A0ED background

This text has black color on #E7A0ED background.


White color preview on #E7A0ED background

This text has white color on #E7A0ED background.


Related colors

Complementary color

Complementary color for #hex is #185F12.


I love getcolorcode.com

Triadic colors

1 #EDE7A0 and #A0EDE7 with #E7A0ED are triadic colors.

2 #EDA0E7 and #A0E7ED with #E7A0ED are triadic colors.