COLOR #E4A6CF

HEX: #E4A6CF
RGB: (228,166,207)

Color info

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

RGB color model

#E4A6CF color RGB value is (228,166,207).

  • red value is 228;
  • green value is 166;
  • blue value is 207.
RGB:
(228,166,207)
(89%,65%,81%)

RGB channels and saturation

R 228 of 255 = 89%
G 166 of 255 = 65%
B 207 of 255 = 81%

228
166
207

R + G + B ~ 78%. #E4A6CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 166 + 207 = 601 (100%)
R 228 of 601 ~ 37.94%
G 166 of 601 ~ 27.62%
B 207 of 601 ~ 34.44%

%37.94
%27.62
%34.44

CMYK color model

#E4A6CF color CMYK value is (0,27,9,11).

  • cyan value is 0.00%
  • magenta value is 27.19%
  • yellow value is 9.21%
  • key color value is 10.59%
CMYK:
(0,27,9,11)
C0M27Y9K11 
(0%,27%,9%,11%)
(0.00/0.27/0.09/0.11)	

CMYK percentages

%0
%27.19
%9.21
%10.59

Codes

Color #E4A6CF in popluar color models

E4A6CF
RGB228166207
HSL320°53.45%77.25%
HSB/HSV320°27.19%89.41%
CMYK0.00%27.19%9.21%
10.59%

Color #E4A6CF in popluar number systems.

HEXE4A6CF
Decimal228166207
Binary111001001010011011001111
Octal344246317

Shades and tints

Shades of #E4A6CF

#E4A6CF
(228,166,207)
#D097BD
(208,151,189)
#BC88AB
(188,136,171)
#A87999
(168,121,153)
#946A87
(148,106,135)
#805B75
(128,91,117)
#6C4C63
(108,76,99)
#583D51
(88,61,81)
#442E3F
(68,46,63)
#301F2D
(48,31,45)
#1C101B
(28,16,27)
#000000
(0,0,0)

Tints of #E4A6CF

#E4A6CF
(228,166,207)
#E6AED3
(230,174,211)
#E8B6D7
(232,182,215)
#EABEDB
(234,190,219)
#ECC6DF
(236,198,223)
#EECEE3
(238,206,227)
#F0D6E7
(240,214,231)
#F2DEEB
(242,222,235)
#F4E6EF
(244,230,239)
#F6EEF3
(246,238,243)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4A6CF; }

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

This text font color is #E4A6CF.


Background Color

.myBgColor { background-color: #E4A6CF; }

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

This div background color is #E4A6CF.


Border color

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

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

This div border color is #E4A6CF.


Opacity

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

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

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

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

This text has shadow with #E4A6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A6CF on black background.


Color preview on white background

This text has color #E4A6CF on white background.



Black color preview on #E4A6CF background

This text has black color on #E4A6CF background.


White color preview on #E4A6CF background

This text has white color on #E4A6CF background.