COLOR #E7A2D1

HEX: #E7A2D1 RGB: (231,162,209)

Color info

#E7A2D1 contains mainly red and blue colors. Web safe color of #E7A2D1 is #FF99CC (or #F9C).

RGB color model

#E7A2D1 color RGB value is (231,162,209).

RGB: (231,162,209) (91%, 64%, 82%)

RGB channels and saturation

R 231 of 255 = 91%
G 162 of 255 = 64%
B 209 of 255 = 82%

231
162
209

R + G + B ~ 79%. #E7A2D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 162 + 209 = 602 (100%)
R 231 of 602 ~ 38.37%
G 162 of 602 ~ 26.91%
B 209 of 602 ~ 34.72'%

%38.37
%26.91
%34.72

CMYK color model

#E7A2D1 color CMYK value is (0,30,10,9).

  • cyan value is 0.00%
  • magenta value is 29.87%
  • yellow value is 9.52%
  • key color value is 9.41%

CMYK: (0,30,10,9)
C0M30Y10K9 (0%, 30%, 10%, 9%)
(0.00 / 0.30 / 0.10 / 0.09)

CMYK percentages

%0
%29.87
%9.52
%9.41

Codes

Color #E7A2D1 in popluar color models

E7 A2 D1
RGB 231 162 209
HSL 319° 58.97% 77.06%
HSB/HSV 319° 29.87% 90.59%
CMYK 0.00% 29.87% 9.52%
9.41%

Color #E7A2D1 in popluar number systems.

HEX E7 A2 D1
Decimal 231 162 209
Binary 11100111 10100010 11010001
Octal 347 242 321

Shades and tints

Shades of #E7A2D1

#E7A2D1
(231,162,209)
#D294BE
(210,148,190)
#BD86AB
(189,134,171)
#A87898
(168,120,152)
#936A85
(147,106,133)
#7E5C72
(126,92,114)
#694E5F
(105,78,95)
#54404C
(84,64,76)
#3F3239
(63,50,57)
#2A2426
(42,36,38)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #E7A2D1

#E7A2D1
(231,162,209)
#E9AAD5
(233,170,213)
#EBB2D9
(235,178,217)
#EDBADD
(237,186,221)
#EFC2E1
(239,194,225)
#F1CAE5
(241,202,229)
#F3D2E9
(243,210,233)
#F5DAED
(245,218,237)
#F7E2F1
(247,226,241)
#F9EAF5
(249,234,245)
#FBF2F9
(251,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A2D1 color. Also use rgb(231,162,209) instead hex code.

Text Font Color

.myTextColor { color: #E7A2D1; }

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

This text font color is #E7A2D1.

Background Color

.myBgColor { background-color: #E7A2D1; }

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

This div background color is #E7A2D1.

Border color

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

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

This div border color is #E7A2D1.

Opacity

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

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

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

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

This text has shadow with #E7A2D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7A2D1.

Preview

Color preview on black background

This text has color #E7A2D1 on black background.


Color preview on white background

This text has color #E7A2D1 on white background.


Black color preview on #E7A2D1 background

This text has black color on #E7A2D1 background.


White color preview on #E7A2D1 background

This text has white color on #E7A2D1 background.


Related colors

Complementary color

Complementary color for #hex is #185D2E.


I love getcolorcode.com

Triadic colors

1 #D1E7A2 and #A2D1E7 with #E7A2D1 are triadic colors.

2 #D1A2E7 and #A2E7D1 with #E7A2D1 are triadic colors.