COLOR #E48AB9

HEX: #E48AB9
RGB: (228,138,185)

Color info

#E48AB9 contains mainly red and blue colors. Web safe color of #E48AB9 is #CC99CC (or #C9C).

RGB color model

#E48AB9 color RGB value is (228,138,185).

  • red value is 228;
  • green value is 138;
  • blue value is 185.
RGB:
(228,138,185)
(89%,54%,73%)

RGB channels and saturation

R 228 of 255 = 89%
G 138 of 255 = 54%
B 185 of 255 = 73%

228
138
185

R + G + B ~ 72%. #E48AB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 138 + 185 = 551 (100%)
R 228 of 551 ~ 41.38%
G 138 of 551 ~ 25.05%
B 185 of 551 ~ 33.58%

%41.38
%25.05
%33.58

CMYK color model

#E48AB9 color CMYK value is (0,39,19,11).

  • cyan value is 0.00%
  • magenta value is 39.47%
  • yellow value is 18.86%
  • key color value is 10.59%
CMYK:
(0,39,19,11)
C0M39Y19K11 
(0%,39%,19%,11%)
(0.00/0.39/0.19/0.11)	

CMYK percentages

%0
%39.47
%18.86
%10.59

Codes

Color #E48AB9 in popluar color models

E48AB9
RGB228138185
HSL329°62.50%71.76%
HSB/HSV329°39.47%89.41%
CMYK0.00%39.47%18.86%
10.59%

Color #E48AB9 in popluar number systems.

HEXE48AB9
Decimal228138185
Binary111001001000101010111001
Octal344212271

Shades and tints

Shades of #E48AB9

#E48AB9
(228,138,185)
#D07EA9
(208,126,169)
#BC7299
(188,114,153)
#A86689
(168,102,137)
#945A79
(148,90,121)
#804E69
(128,78,105)
#6C4259
(108,66,89)
#583649
(88,54,73)
#442A39
(68,42,57)
#301E29
(48,30,41)
#1C1219
(28,18,25)
#000000
(0,0,0)

Tints of #E48AB9

#E48AB9
(228,138,185)
#E694BF
(230,148,191)
#E89EC5
(232,158,197)
#EAA8CB
(234,168,203)
#ECB2D1
(236,178,209)
#EEBCD7
(238,188,215)
#F0C6DD
(240,198,221)
#F2D0E3
(242,208,227)
#F4DAE9
(244,218,233)
#F6E4EF
(246,228,239)
#F8EEF5
(248,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E48AB9 color. Also use rgb(228,138,185) instead hex code.

Text Font Color

.myTextColor { color: #E48AB9; }

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

This text font color is #E48AB9.


Background Color

.myBgColor { background-color: #E48AB9; }

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

This div background color is #E48AB9.


Border color

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

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

This div border color is #E48AB9.


Opacity

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

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

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

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

This text has shadow with #E48AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48AB9 on black background.


Color preview on white background

This text has color #E48AB9 on white background.



Black color preview on #E48AB9 background

This text has black color on #E48AB9 background.


White color preview on #E48AB9 background

This text has white color on #E48AB9 background.