COLOR #E49AF8

HEX: #E49AF8 RGB: (228,154,248)

Color info

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

RGB color model

#E49AF8 color RGB value is (228,154,248).

RGB: (228,154,248) (89%, 60%, 97%)

RGB channels and saturation

R 228 of 255 = 89%
G 154 of 255 = 60%
B 248 of 255 = 97%

228
154
248

R + G + B ~ 82%. #E49AF8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 154 + 248 = 630 (100%)
R 228 of 630 ~ 36.19%
G 154 of 630 ~ 24.44%
B 248 of 630 ~ 39.37'%

%36.19
%24.44
%39.37

CMYK color model

#E49AF8 color CMYK value is (8,38,0,3).

  • cyan value is 8.06%
  • magenta value is 37.90%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK: (8,38,0,3) C8M38Y0K3 (8%,38%,0%,3%) (0.08/0.38/0.00/0.03) 

CMYK percentages

%8.06
%37.9
%0
%2.75

Codes

Color #E49AF8 in popluar color models

E4 9A F8
RGB 228 154 248
HSL 287° 87.04% 78.82%
HSB/HSV 287° 37.90% 97.25%
CMYK 8.06% 37.90% 0.00%
2.75%

Color #E49AF8 in popluar number systems.

HEX E4 9A F8
Decimal 228 154 248
Binary 11100100 10011010 11111000
Octal 344 232 370

Shades and tints

Shades of #E49AF8

#E49AF8
(228,154,248)
#D08CE2
(208,140,226)
#BC7ECC
(188,126,204)
#A870B6
(168,112,182)
#9462A0
(148,98,160)
#80548A
(128,84,138)
#6C4674
(108,70,116)
#58385E
(88,56,94)
#442A48
(68,42,72)
#301C32
(48,28,50)
#1C0E1C
(28,14,28)
#000000
(0,0,0)

Tints of #E49AF8

#E49AF8
(228,154,248)
#E6A3F8
(230,163,248)
#E8ACF8
(232,172,248)
#EAB5F8
(234,181,248)
#ECBEF8
(236,190,248)
#EEC7F8
(238,199,248)
#F0D0F8
(240,208,248)
#F2D9F8
(242,217,248)
#F4E2F8
(244,226,248)
#F6EBF8
(246,235,248)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49AF8 color. Also use rgb(228,154,248) instead hex code.

Text Font Color

.myTextColor { color: #E49AF8; }

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

This text font color is #E49AF8.

Background Color

.myBgColor { background-color: #E49AF8; }

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

This div background color is #E49AF8.

Border color

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

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

This div border color is #E49AF8.

Opacity

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

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

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

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

This text has shadow with #E49AF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E49AF8.

Preview

Color preview on black background

This text has color #E49AF8 on black background.


Color preview on white background

This text has color #E49AF8 on white background.


Black color preview on #E49AF8 background

This text has black color on #E49AF8 background.


White color preview on #E49AF8 background

This text has white color on #E49AF8 background.


Related colors

Complementary color

Complementary color for #hex is #1B6507.


I love getcolorcode.com

Triadic colors

1 #F8E49A and #9AF8E4 with #E49AF8 are triadic colors.

2 #F89AE4 and #9AE4F8 with #E49AF8 are triadic colors.