COLOR #E2A8DE

HEX: #E2A8DE
RGB: (226,168,222)

Color info

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

RGB color model

#E2A8DE color RGB value is (226,168,222).

  • red value is 226;
  • green value is 168;
  • blue value is 222.
RGB:
(226,168,222)
(89%,66%,87%)

RGB channels and saturation

R 226 of 255 = 89%
G 168 of 255 = 66%
B 222 of 255 = 87%

226
168
222

R + G + B ~ 81%. #E2A8DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 168 + 222 = 616 (100%)
R 226 of 616 ~ 36.69%
G 168 of 616 ~ 27.27%
B 222 of 616 ~ 36.04%

%36.69
%27.27
%36.04

CMYK color model

#E2A8DE color CMYK value is (0,26,2,11).

  • cyan value is 0.00%
  • magenta value is 25.66%
  • yellow value is 1.77%
  • key color value is 11.37%
CMYK:
(0,26,2,11)
C0M26Y2K11 
(0%,26%,2%,11%)
(0.00/0.26/0.02/0.11)	

CMYK percentages

%0
%25.66
%1.77
%11.37

Codes

Color #E2A8DE in popluar color models

E2A8DE
RGB226168222
HSL304°50.00%77.25%
HSB/HSV304°25.66%88.63%
CMYK0.00%25.66%1.77%
11.37%

Color #E2A8DE in popluar number systems.

HEXE2A8DE
Decimal226168222
Binary111000101010100011011110
Octal342250336

Shades and tints

Shades of #E2A8DE

#E2A8DE
(226,168,222)
#CE99CA
(206,153,202)
#BA8AB6
(186,138,182)
#A67BA2
(166,123,162)
#926C8E
(146,108,142)
#7E5D7A
(126,93,122)
#6A4E66
(106,78,102)
#563F52
(86,63,82)
#42303E
(66,48,62)
#2E212A
(46,33,42)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #E2A8DE

#E2A8DE
(226,168,222)
#E4AFE1
(228,175,225)
#E6B6E4
(230,182,228)
#E8BDE7
(232,189,231)
#EAC4EA
(234,196,234)
#ECCBED
(236,203,237)
#EED2F0
(238,210,240)
#F0D9F3
(240,217,243)
#F2E0F6
(242,224,246)
#F4E7F9
(244,231,249)
#F6EEFC
(246,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A8DE color. Also use rgb(226,168,222) instead hex code.

Text Font Color

.myTextColor { color: #E2A8DE; }

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

This text font color is #E2A8DE.


Background Color

.myBgColor { background-color: #E2A8DE; }

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

This div background color is #E2A8DE.


Border color

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

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

This div border color is #E2A8DE.


Opacity

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

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

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

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

This text has shadow with #E2A8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A8DE on black background.


Color preview on white background

This text has color #E2A8DE on white background.



Black color preview on #E2A8DE background

This text has black color on #E2A8DE background.


White color preview on #E2A8DE background

This text has white color on #E2A8DE background.