COLOR #E2B4DF

HEX: #E2B4DF RGB: (226,180,223)

Color info

#E2B4DF contains red, green and blue colors in about the same proportion. Web safe color of #E2B4DF is #CCCCCC (or #CCC).

RGB color model

#E2B4DF color RGB value is (226,180,223).

RGB: (226,180,223) (89%, 71%, 87%)

RGB channels and saturation

R 226 of 255 = 89%
G 180 of 255 = 71%
B 223 of 255 = 87%

226
180
223

R + G + B ~ 82%. #E2B4DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 180 + 223 = 629 (100%)
R 226 of 629 ~ 35.93%
G 180 of 629 ~ 28.62%
B 223 of 629 ~ 35.45'%

%35.93
%28.62
%35.45

CMYK color model

#E2B4DF color CMYK value is (0,20,1,11).

  • cyan value is 0.00%
  • magenta value is 20.35%
  • yellow value is 1.33%
  • key color value is 11.37%

CMYK: (0,20,1,11)
C0M20Y1K11 (0%, 20%, 1%, 11%)
(0.00 / 0.20 / 0.01 / 0.11)

CMYK percentages

%0
%20.35
%1.33
%11.37

Codes

Color #E2B4DF in popluar color models

E2 B4 DF
RGB 226 180 223
HSL 304° 44.23% 79.61%
HSB/HSV 304° 20.35% 88.63%
CMYK 0.00% 20.35% 1.33%
11.37%

Color #E2B4DF in popluar number systems.

HEX E2 B4 DF
Decimal 226 180 223
Binary 11100010 10110100 11011111
Octal 342 264 337

Shades and tints

Shades of #E2B4DF

#E2B4DF
(226,180,223)
#CEA4CB
(206,164,203)
#BA94B7
(186,148,183)
#A684A3
(166,132,163)
#92748F
(146,116,143)
#7E647B
(126,100,123)
#6A5467
(106,84,103)
#564453
(86,68,83)
#42343F
(66,52,63)
#2E242B
(46,36,43)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #E2B4DF

#E2B4DF
(226,180,223)
#E4BAE1
(228,186,225)
#E6C0E3
(230,192,227)
#E8C6E5
(232,198,229)
#EACCE7
(234,204,231)
#ECD2E9
(236,210,233)
#EED8EB
(238,216,235)
#F0DEED
(240,222,237)
#F2E4EF
(242,228,239)
#F4EAF1
(244,234,241)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B4DF color. Also use rgb(226,180,223) instead hex code.

Text Font Color

.myTextColor { color: #E2B4DF; }

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

This text font color is #E2B4DF.

Background Color

.myBgColor { background-color: #E2B4DF; }

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

This div background color is #E2B4DF.

Border color

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

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

This div border color is #E2B4DF.

Opacity

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

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

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

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

This text has shadow with #E2B4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B4DF.

Preview

Color preview on black background

This text has color #E2B4DF on black background.


Color preview on white background

This text has color #E2B4DF on white background.


Black color preview on #E2B4DF background

This text has black color on #E2B4DF background.


White color preview on #E2B4DF background

This text has white color on #E2B4DF background.


Related colors

Complementary color

Complementary color for #hex is #1D4B20.


I love getcolorcode.com

Triadic colors

1 #DFE2B4 and #B4DFE2 with #E2B4DF are triadic colors.

2 #DFB4E2 and #B4E2DF with #E2B4DF are triadic colors.