COLOR #E6A2B1

HEX: #E6A2B1 RGB: (230,162,177)

Color info

#E6A2B1 contains mainly red and blue colors. Web safe color of #E6A2B1 is #CC9999 (or #C99).

RGB color model

#E6A2B1 color RGB value is (230,162,177).

RGB: (230,162,177) (90%, 64%, 69%)

RGB channels and saturation

R 230 of 255 = 90%
G 162 of 255 = 64%
B 177 of 255 = 69%

230
162
177

R + G + B ~ 74%. #E6A2B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 162 + 177 = 569 (100%)
R 230 of 569 ~ 40.42%
G 162 of 569 ~ 28.47%
B 177 of 569 ~ 31.11'%

%40.42
%28.47
%31.11

CMYK color model

#E6A2B1 color CMYK value is (0,30,23,10).

  • cyan value is 0.00%
  • magenta value is 29.57%
  • yellow value is 23.04%
  • key color value is 9.80%

CMYK: (0,30,23,10)
C0M30Y23K10 (0%, 30%, 23%, 10%)
(0.00 / 0.30 / 0.23 / 0.10)

CMYK percentages

%0
%29.57
%23.04
%9.8

Codes

Color #E6A2B1 in popluar color models

E6 A2 B1
RGB 230 162 177
HSL 347° 57.63% 76.86%
HSB/HSV 347° 29.57% 90.20%
CMYK 0.00% 29.57% 23.04%
9.80%

Color #E6A2B1 in popluar number systems.

HEX E6 A2 B1
Decimal 230 162 177
Binary 11100110 10100010 10110001
Octal 346 242 261

Shades and tints

Shades of #E6A2B1

#E6A2B1
(230,162,177)
#D294A1
(210,148,161)
#BE8691
(190,134,145)
#AA7881
(170,120,129)
#966A71
(150,106,113)
#825C61
(130,92,97)
#6E4E51
(110,78,81)
#5A4041
(90,64,65)
#463231
(70,50,49)
#322421
(50,36,33)
#1E1611
(30,22,17)
#000000
(0,0,0)

Tints of #E6A2B1

#E6A2B1
(230,162,177)
#E8AAB8
(232,170,184)
#EAB2BF
(234,178,191)
#ECBAC6
(236,186,198)
#EEC2CD
(238,194,205)
#F0CAD4
(240,202,212)
#F2D2DB
(242,210,219)
#F4DAE2
(244,218,226)
#F6E2E9
(246,226,233)
#F8EAF0
(248,234,240)
#FAF2F7
(250,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A2B1 color. Also use rgb(230,162,177) instead hex code.

Text Font Color

.myTextColor { color: #E6A2B1; }

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

This text font color is #E6A2B1.

Background Color

.myBgColor { background-color: #E6A2B1; }

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

This div background color is #E6A2B1.

Border color

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

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

This div border color is #E6A2B1.

Opacity

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

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

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

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

This text has shadow with #E6A2B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6A2B1.

Preview

Color preview on black background

This text has color #E6A2B1 on black background.


Color preview on white background

This text has color #E6A2B1 on white background.


Black color preview on #E6A2B1 background

This text has black color on #E6A2B1 background.


White color preview on #E6A2B1 background

This text has white color on #E6A2B1 background.


Related colors

Complementary color

Complementary color for #hex is #195D4E.


I love getcolorcode.com

Triadic colors

1 #B1E6A2 and #A2B1E6 with #E6A2B1 are triadic colors.

2 #B1A2E6 and #A2E6B1 with #E6A2B1 are triadic colors.