COLOR #E4A6D0

HEX: #E4A6D0
RGB: (228,166,208)

Color info

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

RGB color model

#E4A6D0 color RGB value is (228,166,208).

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

RGB channels and saturation

R 228 of 255 = 89%
G 166 of 255 = 65%
B 208 of 255 = 82%

228
166
208

R + G + B ~ 79%. #E4A6D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 166 + 208 = 602 (100%)
R 228 of 602 ~ 37.87%
G 166 of 602 ~ 27.57%
B 208 of 602 ~ 34.55%

%37.87
%27.57
%34.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.19%
  • yellow value is 8.77%
  • 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
%8.77
%10.59

Codes

Color #E4A6D0 in popluar color models

E4A6D0
RGB228166208
HSL319°53.45%77.25%
HSB/HSV319°27.19%89.41%
CMYK0.00%27.19%8.77%
10.59%

Color #E4A6D0 in popluar number systems.

HEXE4A6D0
Decimal228166208
Binary111001001010011011010000
Octal344246320

Shades and tints

Shades of #E4A6D0

#E4A6D0
(228,166,208)
#D097BE
(208,151,190)
#BC88AC
(188,136,172)
#A8799A
(168,121,154)
#946A88
(148,106,136)
#805B76
(128,91,118)
#6C4C64
(108,76,100)
#583D52
(88,61,82)
#442E40
(68,46,64)
#301F2E
(48,31,46)
#1C101C
(28,16,28)
#000000
(0,0,0)

Tints of #E4A6D0

#E4A6D0
(228,166,208)
#E6AED4
(230,174,212)
#E8B6D8
(232,182,216)
#EABEDC
(234,190,220)
#ECC6E0
(236,198,224)
#EECEE4
(238,206,228)
#F0D6E8
(240,214,232)
#F2DEEC
(242,222,236)
#F4E6F0
(244,230,240)
#F6EEF4
(246,238,244)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4A6D0; }

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

This text font color is #E4A6D0.


Background Color

.myBgColor { background-color: #E4A6D0; }

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

This div background color is #E4A6D0.


Border color

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

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

This div border color is #E4A6D0.


Opacity

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

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

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

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

This text has shadow with #E4A6D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A6D0 on black background.


Color preview on white background

This text has color #E4A6D0 on white background.



Black color preview on #E4A6D0 background

This text has black color on #E4A6D0 background.


White color preview on #E4A6D0 background

This text has white color on #E4A6D0 background.