COLOR #E48FAD

HEX: #E48FAD
RGB: (228,143,173)

Color info

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

RGB color model

#E48FAD color RGB value is (228,143,173).

  • red value is 228;
  • green value is 143;
  • blue value is 173.
RGB:
(228,143,173)
(89%,56%,68%)

RGB channels and saturation

R 228 of 255 = 89%
G 143 of 255 = 56%
B 173 of 255 = 68%

228
143
173

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

Portions of RGB colors in percentages

R + G + B =
228 + 143 + 173 = 544 (100%)
R 228 of 544 ~ 41.91%
G 143 of 544 ~ 26.29%
B 173 of 544 ~ 31.8%

%41.91
%26.29
%31.8

CMYK color model

#E48FAD color CMYK value is (0,37,24,11).

  • cyan value is 0.00%
  • magenta value is 37.28%
  • yellow value is 24.12%
  • key color value is 10.59%
CMYK:
(0,37,24,11)
C0M37Y24K11 
(0%,37%,24%,11%)
(0.00/0.37/0.24/0.11)	

CMYK percentages

%0
%37.28
%24.12
%10.59

Codes

Color #E48FAD in popluar color models

E48FAD
RGB228143173
HSL339°61.15%72.75%
HSB/HSV339°37.28%89.41%
CMYK0.00%37.28%24.12%
10.59%

Color #E48FAD in popluar number systems.

HEXE48FAD
Decimal228143173
Binary111001001000111110101101
Octal344217255

Shades and tints

Shades of #E48FAD

#E48FAD
(228,143,173)
#D0829E
(208,130,158)
#BC758F
(188,117,143)
#A86880
(168,104,128)
#945B71
(148,91,113)
#804E62
(128,78,98)
#6C4153
(108,65,83)
#583444
(88,52,68)
#442735
(68,39,53)
#301A26
(48,26,38)
#1C0D17
(28,13,23)
#000000
(0,0,0)

Tints of #E48FAD

#E48FAD
(228,143,173)
#E699B4
(230,153,180)
#E8A3BB
(232,163,187)
#EAADC2
(234,173,194)
#ECB7C9
(236,183,201)
#EEC1D0
(238,193,208)
#F0CBD7
(240,203,215)
#F2D5DE
(242,213,222)
#F4DFE5
(244,223,229)
#F6E9EC
(246,233,236)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E48FAD; }

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

This text font color is #E48FAD.


Background Color

.myBgColor { background-color: #E48FAD; }

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

This div background color is #E48FAD.


Border color

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

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

This div border color is #E48FAD.


Opacity

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

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

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

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

This text has shadow with #E48FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48FAD on black background.


Color preview on white background

This text has color #E48FAD on white background.



Black color preview on #E48FAD background

This text has black color on #E48FAD background.


White color preview on #E48FAD background

This text has white color on #E48FAD background.