COLOR #E6A0A4

HEX: #E6A0A4 RGB: (230,160,164)

Color info

#E6A0A4 contains mainly red color. Web safe color of #E6A0A4 is #CC9999 (or #C99).

RGB color model

#E6A0A4 color RGB value is (230,160,164).

RGB: (230,160,164) (90%, 63%, 64%)

RGB channels and saturation

R 230 of 255 = 90%
G 160 of 255 = 63%
B 164 of 255 = 64%

230
160
164

R + G + B ~ 72%. #E6A0A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 160 + 164 = 554 (100%)
R 230 of 554 ~ 41.52%
G 160 of 554 ~ 28.88%
B 164 of 554 ~ 29.6'%

%41.52
%28.88
%29.6

CMYK color model

#E6A0A4 color CMYK value is (0,30,29,10).

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 28.70%
  • key color value is 9.80%

CMYK: (0,30,29,10)
C0M30Y29K10 (0%, 30%, 29%, 10%)
(0.00 / 0.30 / 0.29 / 0.10)

CMYK percentages

%0
%30.43
%28.7
%9.8

Codes

Color #E6A0A4 in popluar color models

E6 A0 A4
RGB 230 160 164
HSL 357° 58.33% 76.47%
HSB/HSV 357° 30.43% 90.20%
CMYK 0.00% 30.43% 28.70%
9.80%

Color #E6A0A4 in popluar number systems.

HEX E6 A0 A4
Decimal 230 160 164
Binary 11100110 10100000 10100100
Octal 346 240 244

Shades and tints

Shades of #E6A0A4

#E6A0A4
(230,160,164)
#D29296
(210,146,150)
#BE8488
(190,132,136)
#AA767A
(170,118,122)
#96686C
(150,104,108)
#825A5E
(130,90,94)
#6E4C50
(110,76,80)
#5A3E42
(90,62,66)
#463034
(70,48,52)
#322226
(50,34,38)
#1E1418
(30,20,24)
#000000
(0,0,0)

Tints of #E6A0A4

#E6A0A4
(230,160,164)
#E8A8AC
(232,168,172)
#EAB0B4
(234,176,180)
#ECB8BC
(236,184,188)
#EEC0C4
(238,192,196)
#F0C8CC
(240,200,204)
#F2D0D4
(242,208,212)
#F4D8DC
(244,216,220)
#F6E0E4
(246,224,228)
#F8E8EC
(248,232,236)
#FAF0F4
(250,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A0A4 color. Also use rgb(230,160,164) instead hex code.

Text Font Color

.myTextColor { color: #E6A0A4; }

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

This text font color is #E6A0A4.

Background Color

.myBgColor { background-color: #E6A0A4; }

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

This div background color is #E6A0A4.

Border color

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

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

This div border color is #E6A0A4.

Opacity

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

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

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

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

This text has shadow with #E6A0A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6A0A4.

Preview

Color preview on black background

This text has color #E6A0A4 on black background.


Color preview on white background

This text has color #E6A0A4 on white background.


Black color preview on #E6A0A4 background

This text has black color on #E6A0A4 background.


White color preview on #E6A0A4 background

This text has white color on #E6A0A4 background.


Related colors

Complementary color

Complementary color for #hex is #195F5B.


I love getcolorcode.com

Triadic colors

1 #A4E6A0 and #A0A4E6 with #E6A0A4 are triadic colors.

2 #A4A0E6 and #A0E6A4 with #E6A0A4 are triadic colors.