COLOR #E28DAC

HEX: #E28DAC
RGB: (226,141,172)

Color info

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

RGB color model

#E28DAC color RGB value is (226,141,172).

  • red value is 226;
  • green value is 141;
  • blue value is 172.
RGB:
(226,141,172)
(89%,55%,67%)

RGB channels and saturation

R 226 of 255 = 89%
G 141 of 255 = 55%
B 172 of 255 = 67%

226
141
172

R + G + B ~ 70%. #E28DAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 141 + 172 = 539 (100%)
R 226 of 539 ~ 41.93%
G 141 of 539 ~ 26.16%
B 172 of 539 ~ 31.91%

%41.93
%26.16
%31.91

CMYK color model

#E28DAC color CMYK value is (0,38,24,11).

  • cyan value is 0.00%
  • magenta value is 37.61%
  • yellow value is 23.89%
  • key color value is 11.37%
CMYK:
(0,38,24,11)
C0M38Y24K11 
(0%,38%,24%,11%)
(0.00/0.38/0.24/0.11)	

CMYK percentages

%0
%37.61
%23.89
%11.37

Codes

Color #E28DAC in popluar color models

E28DAC
RGB226141172
HSL338°59.44%71.96%
HSB/HSV338°37.61%88.63%
CMYK0.00%37.61%23.89%
11.37%

Color #E28DAC in popluar number systems.

HEXE28DAC
Decimal226141172
Binary111000101000110110101100
Octal342215254

Shades and tints

Shades of #E28DAC

#E28DAC
(226,141,172)
#CE819D
(206,129,157)
#BA758E
(186,117,142)
#A6697F
(166,105,127)
#925D70
(146,93,112)
#7E5161
(126,81,97)
#6A4552
(106,69,82)
#563943
(86,57,67)
#422D34
(66,45,52)
#2E2125
(46,33,37)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #E28DAC

#E28DAC
(226,141,172)
#E497B3
(228,151,179)
#E6A1BA
(230,161,186)
#E8ABC1
(232,171,193)
#EAB5C8
(234,181,200)
#ECBFCF
(236,191,207)
#EEC9D6
(238,201,214)
#F0D3DD
(240,211,221)
#F2DDE4
(242,221,228)
#F4E7EB
(244,231,235)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E28DAC color. Also use rgb(226,141,172) instead hex code.

Text Font Color

.myTextColor { color: #E28DAC; }

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

This text font color is #E28DAC.


Background Color

.myBgColor { background-color: #E28DAC; }

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

This div background color is #E28DAC.


Border color

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

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

This div border color is #E28DAC.


Opacity

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

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

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

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

This text has shadow with #E28DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E28DAC on black background.


Color preview on white background

This text has color #E28DAC on white background.



Black color preview on #E28DAC background

This text has black color on #E28DAC background.


White color preview on #E28DAC background

This text has white color on #E28DAC background.