COLOR #E2AFD0

HEX: #E2AFD0
RGB: (226,175,208)

Color info

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

RGB color model

#E2AFD0 color RGB value is (226,175,208).

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

RGB channels and saturation

R 226 of 255 = 89%
G 175 of 255 = 69%
B 208 of 255 = 82%

226
175
208

R + G + B ~ 80%. #E2AFD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 175 + 208 = 609 (100%)
R 226 of 609 ~ 37.11%
G 175 of 609 ~ 28.74%
B 208 of 609 ~ 34.15%

%37.11
%28.74
%34.15

CMYK color model

#E2AFD0 color CMYK value is (0,23,8,11).

  • cyan value is 0.00%
  • magenta value is 22.57%
  • yellow value is 7.96%
  • key color value is 11.37%
CMYK:
(0,23,8,11)
C0M23Y8K11 
(0%,23%,8%,11%)
(0.00/0.23/0.08/0.11)	

CMYK percentages

%0
%22.57
%7.96
%11.37

Codes

Color #E2AFD0 in popluar color models

E2AFD0
RGB226175208
HSL321°46.79%78.63%
HSB/HSV321°22.57%88.63%
CMYK0.00%22.57%7.96%
11.37%

Color #E2AFD0 in popluar number systems.

HEXE2AFD0
Decimal226175208
Binary111000101010111111010000
Octal342257320

Shades and tints

Shades of #E2AFD0

#E2AFD0
(226,175,208)
#CEA0BE
(206,160,190)
#BA91AC
(186,145,172)
#A6829A
(166,130,154)
#927388
(146,115,136)
#7E6476
(126,100,118)
#6A5564
(106,85,100)
#564652
(86,70,82)
#423740
(66,55,64)
#2E282E
(46,40,46)
#1A191C
(26,25,28)
#000000
(0,0,0)

Tints of #E2AFD0

#E2AFD0
(226,175,208)
#E4B6D4
(228,182,212)
#E6BDD8
(230,189,216)
#E8C4DC
(232,196,220)
#EACBE0
(234,203,224)
#ECD2E4
(236,210,228)
#EED9E8
(238,217,232)
#F0E0EC
(240,224,236)
#F2E7F0
(242,231,240)
#F4EEF4
(244,238,244)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2AFD0; }

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

This text font color is #E2AFD0.


Background Color

.myBgColor { background-color: #E2AFD0; }

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

This div background color is #E2AFD0.


Border color

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

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

This div border color is #E2AFD0.


Opacity

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

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

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

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

This text has shadow with #E2AFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2AFD0 on black background.


Color preview on white background

This text has color #E2AFD0 on white background.



Black color preview on #E2AFD0 background

This text has black color on #E2AFD0 background.


White color preview on #E2AFD0 background

This text has white color on #E2AFD0 background.