COLOR #E5A5D4

HEX: #E5A5D4 RGB: (229,165,212)

Color info

#E5A5D4 contains mainly red and blue colors. Web safe color of #E5A5D4 is #CC99CC (or #C9C).

RGB color model

#E5A5D4 color RGB value is (229,165,212).

RGB: (229,165,212) (90%, 65%, 83%)

RGB channels and saturation

R 229 of 255 = 90%
G 165 of 255 = 65%
B 212 of 255 = 83%

229
165
212

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

Portions of RGB colors in percentages

R + G + B = 229 + 165 + 212 = 606 (100%)
R 229 of 606 ~ 37.79%
G 165 of 606 ~ 27.23%
B 212 of 606 ~ 34.98'%

%37.79
%27.23
%34.98

CMYK color model

#E5A5D4 color CMYK value is (0,28,7,10).

  • cyan value is 0.00%
  • magenta value is 27.95%
  • yellow value is 7.42%
  • key color value is 10.20%

CMYK: (0,28,7,10)
C0M28Y7K10 (0%, 28%, 7%, 10%)
(0.00 / 0.28 / 0.07 / 0.10)

CMYK percentages

%0
%27.95
%7.42
%10.2

Codes

Color #E5A5D4 in popluar color models

E5 A5 D4
RGB 229 165 212
HSL 316° 55.17% 77.25%
HSB/HSV 316° 27.95% 89.80%
CMYK 0.00% 27.95% 7.42%
10.20%

Color #E5A5D4 in popluar number systems.

HEX E5 A5 D4
Decimal 229 165 212
Binary 11100101 10100101 11010100
Octal 345 245 324

Shades and tints

Shades of #E5A5D4

#E5A5D4
(229,165,212)
#D196C1
(209,150,193)
#BD87AE
(189,135,174)
#A9789B
(169,120,155)
#956988
(149,105,136)
#815A75
(129,90,117)
#6D4B62
(109,75,98)
#593C4F
(89,60,79)
#452D3C
(69,45,60)
#311E29
(49,30,41)
#1D0F16
(29,15,22)
#000000
(0,0,0)

Tints of #E5A5D4

#E5A5D4
(229,165,212)
#E7ADD7
(231,173,215)
#E9B5DA
(233,181,218)
#EBBDDD
(235,189,221)
#EDC5E0
(237,197,224)
#EFCDE3
(239,205,227)
#F1D5E6
(241,213,230)
#F3DDE9
(243,221,233)
#F5E5EC
(245,229,236)
#F7EDEF
(247,237,239)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A5D4 color. Also use rgb(229,165,212) instead hex code.

Text Font Color

.myTextColor { color: #E5A5D4; }

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

This text font color is #E5A5D4.

Background Color

.myBgColor { background-color: #E5A5D4; }

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

This div background color is #E5A5D4.

Border color

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

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

This div border color is #E5A5D4.

Opacity

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

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

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

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

This text has shadow with #E5A5D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5A5D4.

Preview

Color preview on black background

This text has color #E5A5D4 on black background.


Color preview on white background

This text has color #E5A5D4 on white background.


Black color preview on #E5A5D4 background

This text has black color on #E5A5D4 background.


White color preview on #E5A5D4 background

This text has white color on #E5A5D4 background.


Related colors

Complementary color

Complementary color for #hex is #1A5A2B.


I love getcolorcode.com

Triadic colors

1 #D4E5A5 and #A5D4E5 with #E5A5D4 are triadic colors.

2 #D4A5E5 and #A5E5D4 with #E5A5D4 are triadic colors.