COLOR #E48BA5

HEX: #E48BA5 RGB: (228,139,165)

Color info

#E48BA5 contains mainly red color. Web safe color of #E48BA5 is #CC9999 (or #C99).

RGB color model

#E48BA5 color RGB value is (228,139,165).

RGB: (228,139,165) (89%, 55%, 65%)

RGB channels and saturation

R 228 of 255 = 89%
G 139 of 255 = 55%
B 165 of 255 = 65%

228
139
165

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

Portions of RGB colors in percentages

R + G + B = 228 + 139 + 165 = 532 (100%)
R 228 of 532 ~ 42.86%
G 139 of 532 ~ 26.13%
B 165 of 532 ~ 31.02'%

%42.86
%26.13
%31.02

CMYK color model

#E48BA5 color CMYK value is (0,39,28,11).

  • cyan value is 0.00%
  • magenta value is 39.04%
  • yellow value is 27.63%
  • key color value is 10.59%
CMYK: (0,39,28,11) C0M39Y28K11 (0%,39%,28%,11%) (0.00/0.39/0.28/0.11) 

CMYK percentages

%0
%39.04
%27.63
%10.59

Codes

Color #E48BA5 in popluar color models

E4 8B A5
RGB 228 139 165
HSL 342° 62.24% 71.96%
HSB/HSV 342° 39.04% 89.41%
CMYK 0.00% 39.04% 27.63%
10.59%

Color #E48BA5 in popluar number systems.

HEX E4 8B A5
Decimal 228 139 165
Binary 11100100 10001011 10100101
Octal 344 213 245

Shades and tints

Shades of #E48BA5

#E48BA5
(228,139,165)
#D07F96
(208,127,150)
#BC7387
(188,115,135)
#A86778
(168,103,120)
#945B69
(148,91,105)
#804F5A
(128,79,90)
#6C434B
(108,67,75)
#58373C
(88,55,60)
#442B2D
(68,43,45)
#301F1E
(48,31,30)
#1C130F
(28,19,15)
#000000
(0,0,0)

Tints of #E48BA5

#E48BA5
(228,139,165)
#E695AD
(230,149,173)
#E89FB5
(232,159,181)
#EAA9BD
(234,169,189)
#ECB3C5
(236,179,197)
#EEBDCD
(238,189,205)
#F0C7D5
(240,199,213)
#F2D1DD
(242,209,221)
#F4DBE5
(244,219,229)
#F6E5ED
(246,229,237)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E48BA5; }

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

This text font color is #E48BA5.

Background Color

.myBgColor { background-color: #E48BA5; }

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

This div background color is #E48BA5.

Border color

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

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

This div border color is #E48BA5.

Opacity

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

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

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

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

This text has shadow with #E48BA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E48BA5.

Preview

Color preview on black background

This text has color #E48BA5 on black background.


Color preview on white background

This text has color #E48BA5 on white background.


Black color preview on #E48BA5 background

This text has black color on #E48BA5 background.


White color preview on #E48BA5 background

This text has white color on #E48BA5 background.


Related colors

Complementary color

Complementary color for #hex is #1B745A.


I love getcolorcode.com

Triadic colors

1 #A5E48B and #8BA5E4 with #E48BA5 are triadic colors.

2 #A58BE4 and #8BE4A5 with #E48BA5 are triadic colors.