COLOR #E48DAB

HEX: #E48DAB RGB: (228,141,171)

Color info

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

RGB color model

#E48DAB color RGB value is (228,141,171).

RGB: (228,141,171) (89%, 55%, 67%)

RGB channels and saturation

R 228 of 255 = 89%
G 141 of 255 = 55%
B 171 of 255 = 67%

228
141
171

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

Portions of RGB colors in percentages

R + G + B = 228 + 141 + 171 = 540 (100%)
R 228 of 540 ~ 42.22%
G 141 of 540 ~ 26.11%
B 171 of 540 ~ 31.67'%

%42.22
%26.11
%31.67

CMYK color model

#E48DAB color CMYK value is (0,38,25,11).

  • cyan value is 0.00%
  • magenta value is 38.16%
  • yellow value is 25.00%
  • key color value is 10.59%

CMYK: (0,38,25,11)
C0M38Y25K11 (0%, 38%, 25%, 11%)
(0.00 / 0.38 / 0.25 / 0.11)

CMYK percentages

%0
%38.16
%25
%10.59

Codes

Color #E48DAB in popluar color models

E4 8D AB
RGB 228 141 171
HSL 339° 61.70% 72.35%
HSB/HSV 339° 38.16% 89.41%
CMYK 0.00% 38.16% 25.00%
10.59%

Color #E48DAB in popluar number systems.

HEX E4 8D AB
Decimal 228 141 171
Binary 11100100 10001101 10101011
Octal 344 215 253

Shades and tints

Shades of #E48DAB

#E48DAB
(228,141,171)
#D0819C
(208,129,156)
#BC758D
(188,117,141)
#A8697E
(168,105,126)
#945D6F
(148,93,111)
#805160
(128,81,96)
#6C4551
(108,69,81)
#583942
(88,57,66)
#442D33
(68,45,51)
#302124
(48,33,36)
#1C1515
(28,21,21)
#000000
(0,0,0)

Tints of #E48DAB

#E48DAB
(228,141,171)
#E697B2
(230,151,178)
#E8A1B9
(232,161,185)
#EAABC0
(234,171,192)
#ECB5C7
(236,181,199)
#EEBFCE
(238,191,206)
#F0C9D5
(240,201,213)
#F2D3DC
(242,211,220)
#F4DDE3
(244,221,227)
#F6E7EA
(246,231,234)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E48DAB color. Also use rgb(228,141,171) instead hex code.

Text Font Color

.myTextColor { color: #E48DAB; }

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

This text font color is #E48DAB.

Background Color

.myBgColor { background-color: #E48DAB; }

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

This div background color is #E48DAB.

Border color

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

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

This div border color is #E48DAB.

Opacity

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

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

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

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

This text has shadow with #E48DAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E48DAB.

Preview

Color preview on black background

This text has color #E48DAB on black background.


Color preview on white background

This text has color #E48DAB on white background.


Black color preview on #E48DAB background

This text has black color on #E48DAB background.


White color preview on #E48DAB background

This text has white color on #E48DAB background.


Related colors

Complementary color

Complementary color for #E48DAB is #1B7254.


I love getcolorcode.com

Triadic colors

1 #ABE48D and #8DABE4 with #E48DAB are triadic colors.

2 #AB8DE4 and #8DE4AB with #E48DAB are triadic colors.