COLOR #E28AAD

HEX: #E28AAD RGB: (226,138,173)

Color info

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

RGB color model

#E28AAD color RGB value is (226,138,173).

RGB: (226,138,173) (89%, 54%, 68%)

RGB channels and saturation

R 226 of 255 = 89%
G 138 of 255 = 54%
B 173 of 255 = 68%

226
138
173

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

Portions of RGB colors in percentages

R + G + B = 226 + 138 + 173 = 537 (100%)
R 226 of 537 ~ 42.09%
G 138 of 537 ~ 25.7%
B 173 of 537 ~ 32.22'%

%42.09
%25.7
%32.22

CMYK color model

#E28AAD color CMYK value is (0,39,23,11).

  • cyan value is 0.00%
  • magenta value is 38.94%
  • yellow value is 23.45%
  • key color value is 11.37%

CMYK: (0,39,23,11)
C0M39Y23K11 (0%, 39%, 23%, 11%)
(0.00 / 0.39 / 0.23 / 0.11)

CMYK percentages

%0
%38.94
%23.45
%11.37

Codes

Color #E28AAD in popluar color models

E2 8A AD
RGB 226 138 173
HSL 336° 60.27% 71.37%
HSB/HSV 336° 38.94% 88.63%
CMYK 0.00% 38.94% 23.45%
11.37%

Color #E28AAD in popluar number systems.

HEX E2 8A AD
Decimal 226 138 173
Binary 11100010 10001010 10101101
Octal 342 212 255

Shades and tints

Shades of #E28AAD

#E28AAD
(226,138,173)
#CE7E9E
(206,126,158)
#BA728F
(186,114,143)
#A66680
(166,102,128)
#925A71
(146,90,113)
#7E4E62
(126,78,98)
#6A4253
(106,66,83)
#563644
(86,54,68)
#422A35
(66,42,53)
#2E1E26
(46,30,38)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #E28AAD

#E28AAD
(226,138,173)
#E494B4
(228,148,180)
#E69EBB
(230,158,187)
#E8A8C2
(232,168,194)
#EAB2C9
(234,178,201)
#ECBCD0
(236,188,208)
#EEC6D7
(238,198,215)
#F0D0DE
(240,208,222)
#F2DAE5
(242,218,229)
#F4E4EC
(244,228,236)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E28AAD color. Also use rgb(226,138,173) instead hex code.

Text Font Color

.myTextColor { color: #E28AAD; }

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

This text font color is #E28AAD.

Background Color

.myBgColor { background-color: #E28AAD; }

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

This div background color is #E28AAD.

Border color

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

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

This div border color is #E28AAD.

Opacity

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

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

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

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

This text has shadow with #E28AAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E28AAD.

Preview

Color preview on black background

This text has color #E28AAD on black background.


Color preview on white background

This text has color #E28AAD on white background.


Black color preview on #E28AAD background

This text has black color on #E28AAD background.


White color preview on #E28AAD background

This text has white color on #E28AAD background.


Related colors

Complementary color

Complementary color for #hex is #1D7552.


I love getcolorcode.com

Triadic colors

1 #ADE28A and #8AADE2 with #E28AAD are triadic colors.

2 #AD8AE2 and #8AE2AD with #E28AAD are triadic colors.