COLOR #EAA4F9

HEX: #EAA4F9
RGB: (234,164,249)

Color info

#EAA4F9 contains mainly red and blue colors. Web safe color of #EAA4F9 is #FF99FF (or #F9F).

RGB color model

#EAA4F9 color RGB value is (234,164,249).

  • red value is 234;
  • green value is 164;
  • blue value is 249.
RGB:
(234,164,249)
(92%,64%,98%)

RGB channels and saturation

R 234 of 255 = 92%
G 164 of 255 = 64%
B 249 of 255 = 98%

234
164
249

R + G + B ~ 85%. #EAA4F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 164 + 249 = 647 (100%)
R 234 of 647 ~ 36.17%
G 164 of 647 ~ 25.35%
B 249 of 647 ~ 38.49%

%36.17
%25.35
%38.49

CMYK color model

#EAA4F9 color CMYK value is (6,34,0,2).

  • cyan value is 6.02%
  • magenta value is 34.14%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(6,34,0,2)
C6M34Y0K2 
(6%,34%,0%,2%)
(0.06/0.34/0.00/0.02)	

CMYK percentages

%6.02
%34.14
%0
%2.35

Codes

Color #EAA4F9 in popluar color models

EAA4F9
RGB234164249
HSL289°87.63%80.98%
HSB/HSV289°34.14%97.65%
CMYK6.02%34.14%0.00%
2.35%

Color #EAA4F9 in popluar number systems.

HEXEAA4F9
Decimal234164249
Binary111010101010010011111001
Octal352244371

Shades and tints

Shades of #EAA4F9

#EAA4F9
(234,164,249)
#D596E3
(213,150,227)
#C088CD
(192,136,205)
#AB7AB7
(171,122,183)
#966CA1
(150,108,161)
#815E8B
(129,94,139)
#6C5075
(108,80,117)
#57425F
(87,66,95)
#423449
(66,52,73)
#2D2633
(45,38,51)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #EAA4F9

#EAA4F9
(234,164,249)
#EBACF9
(235,172,249)
#ECB4F9
(236,180,249)
#EDBCF9
(237,188,249)
#EEC4F9
(238,196,249)
#EFCCF9
(239,204,249)
#F0D4F9
(240,212,249)
#F1DCF9
(241,220,249)
#F2E4F9
(242,228,249)
#F3ECF9
(243,236,249)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAA4F9 color. Also use rgb(234,164,249) instead hex code.

Text Font Color

.myTextColor { color: #EAA4F9; }

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

This text font color is #EAA4F9.


Background Color

.myBgColor { background-color: #EAA4F9; }

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

This div background color is #EAA4F9.


Border color

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

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

This div border color is #EAA4F9.


Opacity

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

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

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

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

This text has shadow with #EAA4F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAA4F9 on black background.


Color preview on white background

This text has color #EAA4F9 on white background.



Black color preview on #EAA4F9 background

This text has black color on #EAA4F9 background.


White color preview on #EAA4F9 background

This text has white color on #EAA4F9 background.