COLOR #E48AEA

HEX: #E48AEA RGB: (228,138,234)

Color info

#E48AEA contains mainly red and blue colors. Web safe color of #E48AEA is #CC99FF (or #C9F).

RGB color model

#E48AEA color RGB value is (228,138,234).

RGB: (228,138,234) (89%, 54%, 92%)

RGB channels and saturation

R 228 of 255 = 89%
G 138 of 255 = 54%
B 234 of 255 = 92%

228
138
234

R + G + B ~ 78%. #E48AEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 138 + 234 = 600 (100%)
R 228 of 600 ~ 38%
G 138 of 600 ~ 23%
B 234 of 600 ~ 39'%

%38
%23
%39

CMYK color model

#E48AEA color CMYK value is (3,41,0,8).

  • cyan value is 2.56%
  • magenta value is 41.03%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (3,41,0,8)
C3M41Y0K8 (3%, 41%, 0%, 8%)
(0.03 / 0.41 / 0.00 / 0.08)

CMYK percentages

%2.56
%41.03
%0
%8.24

Codes

Color #E48AEA in popluar color models

E4 8A EA
RGB 228 138 234
HSL 296° 69.57% 72.94%
HSB/HSV 296° 41.03% 91.76%
CMYK 2.56% 41.03% 0.00%
8.24%

Color #E48AEA in popluar number systems.

HEX E4 8A EA
Decimal 228 138 234
Binary 11100100 10001010 11101010
Octal 344 212 352

Shades and tints

Shades of #E48AEA

#E48AEA
(228,138,234)
#D07ED5
(208,126,213)
#BC72C0
(188,114,192)
#A866AB
(168,102,171)
#945A96
(148,90,150)
#804E81
(128,78,129)
#6C426C
(108,66,108)
#583657
(88,54,87)
#442A42
(68,42,66)
#301E2D
(48,30,45)
#1C1218
(28,18,24)
#000000
(0,0,0)

Tints of #E48AEA

#E48AEA
(228,138,234)
#E694EB
(230,148,235)
#E89EEC
(232,158,236)
#EAA8ED
(234,168,237)
#ECB2EE
(236,178,238)
#EEBCEF
(238,188,239)
#F0C6F0
(240,198,240)
#F2D0F1
(242,208,241)
#F4DAF2
(244,218,242)
#F6E4F3
(246,228,243)
#F8EEF4
(248,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E48AEA; }

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

This text font color is #E48AEA.

Background Color

.myBgColor { background-color: #E48AEA; }

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

This div background color is #E48AEA.

Border color

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

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

This div border color is #E48AEA.

Opacity

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

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

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

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

This text has shadow with #E48AEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E48AEA.

Preview

Color preview on black background

This text has color #E48AEA on black background.


Color preview on white background

This text has color #E48AEA on white background.


Black color preview on #E48AEA background

This text has black color on #E48AEA background.


White color preview on #E48AEA background

This text has white color on #E48AEA background.


Related colors

Complementary color

Complementary color for #hex is #1B7515.


I love getcolorcode.com

Triadic colors

1 #EAE48A and #8AEAE4 with #E48AEA are triadic colors.

2 #EA8AE4 and #8AE4EA with #E48AEA are triadic colors.