COLOR #E48BAD

HEX: #E48BAD RGB: (228,139,173)

Color info

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

RGB color model

#E48BAD color RGB value is (228,139,173).

RGB: (228,139,173) (89%, 55%, 68%)

RGB channels and saturation

R 228 of 255 = 89%
G 139 of 255 = 55%
B 173 of 255 = 68%

228
139
173

R + G + B ~ 71%. #E48BAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 139 + 173 = 540 (100%)
R 228 of 540 ~ 42.22%
G 139 of 540 ~ 25.74%
B 173 of 540 ~ 32.04'%

%42.22
%25.74
%32.04

CMYK color model

#E48BAD color CMYK value is (0,39,24,11).

  • cyan value is 0.00%
  • magenta value is 39.04%
  • yellow value is 24.12%
  • key color value is 10.59%

CMYK: (0,39,24,11)
C0M39Y24K11 (0%, 39%, 24%, 11%)
(0.00 / 0.39 / 0.24 / 0.11)

CMYK percentages

%0
%39.04
%24.12
%10.59

Codes

Color #E48BAD in popluar color models

E4 8B AD
RGB 228 139 173
HSL 337° 62.24% 71.96%
HSB/HSV 337° 39.04% 89.41%
CMYK 0.00% 39.04% 24.12%
10.59%

Color #E48BAD in popluar number systems.

HEX E4 8B AD
Decimal 228 139 173
Binary 11100100 10001011 10101101
Octal 344 213 255

Shades and tints

Shades of #E48BAD

#E48BAD
(228,139,173)
#D07F9E
(208,127,158)
#BC738F
(188,115,143)
#A86780
(168,103,128)
#945B71
(148,91,113)
#804F62
(128,79,98)
#6C4353
(108,67,83)
#583744
(88,55,68)
#442B35
(68,43,53)
#301F26
(48,31,38)
#1C1317
(28,19,23)
#000000
(0,0,0)

Tints of #E48BAD

#E48BAD
(228,139,173)
#E695B4
(230,149,180)
#E89FBB
(232,159,187)
#EAA9C2
(234,169,194)
#ECB3C9
(236,179,201)
#EEBDD0
(238,189,208)
#F0C7D7
(240,199,215)
#F2D1DE
(242,209,222)
#F4DBE5
(244,219,229)
#F6E5EC
(246,229,236)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E48BAD color. Also use rgb(228,139,173) instead hex code.

Text Font Color

.myTextColor { color: #E48BAD; }

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

This text font color is #E48BAD.

Background Color

.myBgColor { background-color: #E48BAD; }

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

This div background color is #E48BAD.

Border color

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

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

This div border color is #E48BAD.

Opacity

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

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

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

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

This text has shadow with #E48BAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E48BAD.

Preview

Color preview on black background

This text has color #E48BAD on black background.


Color preview on white background

This text has color #E48BAD on white background.


Black color preview on #E48BAD background

This text has black color on #E48BAD background.


White color preview on #E48BAD background

This text has white color on #E48BAD background.


Related colors

Complementary color

Complementary color for #hex is #1B7452.


I love getcolorcode.com

Triadic colors

1 #ADE48B and #8BADE4 with #E48BAD are triadic colors.

2 #AD8BE4 and #8BE4AD with #E48BAD are triadic colors.