COLOR #E2A7D5

HEX: #E2A7D5
RGB: (226,167,213)

Color info

#E2A7D5 contains red, green and blue colors in about the same proportion. Web safe color of #E2A7D5 is #CC99CC (or #C9C).

RGB color model

#E2A7D5 color RGB value is (226,167,213).

  • red value is 226;
  • green value is 167;
  • blue value is 213.
RGB:
(226,167,213)
(89%,65%,84%)

RGB channels and saturation

R 226 of 255 = 89%
G 167 of 255 = 65%
B 213 of 255 = 84%

226
167
213

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

Portions of RGB colors in percentages

R + G + B =
226 + 167 + 213 = 606 (100%)
R 226 of 606 ~ 37.29%
G 167 of 606 ~ 27.56%
B 213 of 606 ~ 35.15%

%37.29
%27.56
%35.15

CMYK color model

#E2A7D5 color CMYK value is (0,26,6,11).

  • cyan value is 0.00%
  • magenta value is 26.11%
  • yellow value is 5.75%
  • key color value is 11.37%
CMYK:
(0,26,6,11)
C0M26Y6K11 
(0%,26%,6%,11%)
(0.00/0.26/0.06/0.11)	

CMYK percentages

%0
%26.11
%5.75
%11.37

Codes

Color #E2A7D5 in popluar color models

E2A7D5
RGB226167213
HSL313°50.43%77.06%
HSB/HSV313°26.11%88.63%
CMYK0.00%26.11%5.75%
11.37%

Color #E2A7D5 in popluar number systems.

HEXE2A7D5
Decimal226167213
Binary111000101010011111010101
Octal342247325

Shades and tints

Shades of #E2A7D5

#E2A7D5
(226,167,213)
#CE98C2
(206,152,194)
#BA89AF
(186,137,175)
#A67A9C
(166,122,156)
#926B89
(146,107,137)
#7E5C76
(126,92,118)
#6A4D63
(106,77,99)
#563E50
(86,62,80)
#422F3D
(66,47,61)
#2E202A
(46,32,42)
#1A1117
(26,17,23)
#000000
(0,0,0)

Tints of #E2A7D5

#E2A7D5
(226,167,213)
#E4AFD8
(228,175,216)
#E6B7DB
(230,183,219)
#E8BFDE
(232,191,222)
#EAC7E1
(234,199,225)
#ECCFE4
(236,207,228)
#EED7E7
(238,215,231)
#F0DFEA
(240,223,234)
#F2E7ED
(242,231,237)
#F4EFF0
(244,239,240)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A7D5 color. Also use rgb(226,167,213) instead hex code.

Text Font Color

.myTextColor { color: #E2A7D5; }

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

This text font color is #E2A7D5.


Background Color

.myBgColor { background-color: #E2A7D5; }

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

This div background color is #E2A7D5.


Border color

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

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

This div border color is #E2A7D5.


Opacity

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

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

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

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

This text has shadow with #E2A7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A7D5 on black background.


Color preview on white background

This text has color #E2A7D5 on white background.



Black color preview on #E2A7D5 background

This text has black color on #E2A7D5 background.


White color preview on #E2A7D5 background

This text has white color on #E2A7D5 background.