COLOR #E4A6C0

HEX: #E4A6C0 RGB: (228,166,192)

Color info

#E4A6C0 contains mainly red and blue colors. Web safe color of #E4A6C0 is #CC99CC (or #C9C).

RGB color model

#E4A6C0 color RGB value is (228,166,192).

RGB: (228,166,192) (89%, 65%, 75%)

RGB channels and saturation

R 228 of 255 = 89%
G 166 of 255 = 65%
B 192 of 255 = 75%

228
166
192

R + G + B ~ 76%. #E4A6C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 166 + 192 = 586 (100%)
R 228 of 586 ~ 38.91%
G 166 of 586 ~ 28.33%
B 192 of 586 ~ 32.76'%

%38.91
%28.33
%32.76

CMYK color model

#E4A6C0 color CMYK value is (0,27,16,11).

  • cyan value is 0.00%
  • magenta value is 27.19%
  • yellow value is 15.79%
  • key color value is 10.59%
CMYK: (0,27,16,11) C0M27Y16K11 (0%,27%,16%,11%) (0.00/0.27/0.16/0.11) 

CMYK percentages

%0
%27.19
%15.79
%10.59

Codes

Color #E4A6C0 in popluar color models

E4 A6 C0
RGB 228 166 192
HSL 335° 53.45% 77.25%
HSB/HSV 335° 27.19% 89.41%
CMYK 0.00% 27.19% 15.79%
10.59%

Color #E4A6C0 in popluar number systems.

HEX E4 A6 C0
Decimal 228 166 192
Binary 11100100 10100110 11000000
Octal 344 246 300

Shades and tints

Shades of #E4A6C0

#E4A6C0
(228,166,192)
#D097AF
(208,151,175)
#BC889E
(188,136,158)
#A8798D
(168,121,141)
#946A7C
(148,106,124)
#805B6B
(128,91,107)
#6C4C5A
(108,76,90)
#583D49
(88,61,73)
#442E38
(68,46,56)
#301F27
(48,31,39)
#1C1016
(28,16,22)
#000000
(0,0,0)

Tints of #E4A6C0

#E4A6C0
(228,166,192)
#E6AEC5
(230,174,197)
#E8B6CA
(232,182,202)
#EABECF
(234,190,207)
#ECC6D4
(236,198,212)
#EECED9
(238,206,217)
#F0D6DE
(240,214,222)
#F2DEE3
(242,222,227)
#F4E6E8
(244,230,232)
#F6EEED
(246,238,237)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A6C0 color. Also use rgb(228,166,192) instead hex code.

Text Font Color

.myTextColor { color: #E4A6C0; }

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

This text font color is #E4A6C0.

Background Color

.myBgColor { background-color: #E4A6C0; }

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

This div background color is #E4A6C0.

Border color

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

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

This div border color is #E4A6C0.

Opacity

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

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

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

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

This text has shadow with #E4A6C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4A6C0.

Preview

Color preview on black background

This text has color #E4A6C0 on black background.


Color preview on white background

This text has color #E4A6C0 on white background.


Black color preview on #E4A6C0 background

This text has black color on #E4A6C0 background.


White color preview on #E4A6C0 background

This text has white color on #E4A6C0 background.


Related colors

Complementary color

Complementary color for #hex is #1B593F.


I love getcolorcode.com

Triadic colors

1 #C0E4A6 and #A6C0E4 with #E4A6C0 are triadic colors.

2 #C0A6E4 and #A6E4C0 with #E4A6C0 are triadic colors.