COLOR #E2A5D0

HEX: #E2A5D0
RGB: (226,165,208)

Color info

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

RGB color model

#E2A5D0 color RGB value is (226,165,208).

  • red value is 226;
  • green value is 165;
  • blue value is 208.
RGB:
(226,165,208)
(89%,65%,82%)

RGB channels and saturation

R 226 of 255 = 89%
G 165 of 255 = 65%
B 208 of 255 = 82%

226
165
208

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

Portions of RGB colors in percentages

R + G + B =
226 + 165 + 208 = 599 (100%)
R 226 of 599 ~ 37.73%
G 165 of 599 ~ 27.55%
B 208 of 599 ~ 34.72%

%37.73
%27.55
%34.72

CMYK color model

#E2A5D0 color CMYK value is (0,27,8,11).

  • cyan value is 0.00%
  • magenta value is 26.99%
  • yellow value is 7.96%
  • key color value is 11.37%
CMYK:
(0,27,8,11)
C0M27Y8K11 
(0%,27%,8%,11%)
(0.00/0.27/0.08/0.11)	

CMYK percentages

%0
%26.99
%7.96
%11.37

Codes

Color #E2A5D0 in popluar color models

E2A5D0
RGB226165208
HSL318°51.26%76.67%
HSB/HSV318°26.99%88.63%
CMYK0.00%26.99%7.96%
11.37%

Color #E2A5D0 in popluar number systems.

HEXE2A5D0
Decimal226165208
Binary111000101010010111010000
Octal342245320

Shades and tints

Shades of #E2A5D0

#E2A5D0
(226,165,208)
#CE96BE
(206,150,190)
#BA87AC
(186,135,172)
#A6789A
(166,120,154)
#926988
(146,105,136)
#7E5A76
(126,90,118)
#6A4B64
(106,75,100)
#563C52
(86,60,82)
#422D40
(66,45,64)
#2E1E2E
(46,30,46)
#1A0F1C
(26,15,28)
#000000
(0,0,0)

Tints of #E2A5D0

#E2A5D0
(226,165,208)
#E4ADD4
(228,173,212)
#E6B5D8
(230,181,216)
#E8BDDC
(232,189,220)
#EAC5E0
(234,197,224)
#ECCDE4
(236,205,228)
#EED5E8
(238,213,232)
#F0DDEC
(240,221,236)
#F2E5F0
(242,229,240)
#F4EDF4
(244,237,244)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A5D0 color. Also use rgb(226,165,208) instead hex code.

Text Font Color

.myTextColor { color: #E2A5D0; }

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

This text font color is #E2A5D0.


Background Color

.myBgColor { background-color: #E2A5D0; }

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

This div background color is #E2A5D0.


Border color

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

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

This div border color is #E2A5D0.


Opacity

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

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

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

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

This text has shadow with #E2A5D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A5D0 on black background.


Color preview on white background

This text has color #E2A5D0 on white background.



Black color preview on #E2A5D0 background

This text has black color on #E2A5D0 background.


White color preview on #E2A5D0 background

This text has white color on #E2A5D0 background.