COLOR #E48ACC

HEX: #E48ACC
RGB: (228,138,204)

Color info

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

RGB color model

#E48ACC color RGB value is (228,138,204).

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

RGB channels and saturation

R 228 of 255 = 89%
G 138 of 255 = 54%
B 204 of 255 = 80%

228
138
204

R + G + B ~ 74%. #E48ACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 138 + 204 = 570 (100%)
R 228 of 570 ~ 40%
G 138 of 570 ~ 24.21%
B 204 of 570 ~ 35.79%

%40
%24.21
%35.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.47%
  • yellow value is 10.53%
  • key color value is 10.59%
CMYK:
(0,39,11,11)
C0M39Y11K11 
(0%,39%,11%,11%)
(0.00/0.39/0.11/0.11)	

CMYK percentages

%0
%39.47
%10.53
%10.59

Codes

Color #E48ACC in popluar color models

E48ACC
RGB228138204
HSL316°62.50%71.76%
HSB/HSV316°39.47%89.41%
CMYK0.00%39.47%10.53%
10.59%

Color #E48ACC in popluar number systems.

HEXE48ACC
Decimal228138204
Binary111001001000101011001100
Octal344212314

Shades and tints

Shades of #E48ACC

#E48ACC
(228,138,204)
#D07EBA
(208,126,186)
#BC72A8
(188,114,168)
#A86696
(168,102,150)
#945A84
(148,90,132)
#804E72
(128,78,114)
#6C4260
(108,66,96)
#58364E
(88,54,78)
#442A3C
(68,42,60)
#301E2A
(48,30,42)
#1C1218
(28,18,24)
#000000
(0,0,0)

Tints of #E48ACC

#E48ACC
(228,138,204)
#E694D0
(230,148,208)
#E89ED4
(232,158,212)
#EAA8D8
(234,168,216)
#ECB2DC
(236,178,220)
#EEBCE0
(238,188,224)
#F0C6E4
(240,198,228)
#F2D0E8
(242,208,232)
#F4DAEC
(244,218,236)
#F6E4F0
(246,228,240)
#F8EEF4
(248,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E48ACC; }

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

This text font color is #E48ACC.


Background Color

.myBgColor { background-color: #E48ACC; }

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

This div background color is #E48ACC.


Border color

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

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

This div border color is #E48ACC.


Opacity

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

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

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

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

This text has shadow with #E48ACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48ACC on black background.


Color preview on white background

This text has color #E48ACC on white background.



Black color preview on #E48ACC background

This text has black color on #E48ACC background.


White color preview on #E48ACC background

This text has white color on #E48ACC background.