COLOR #EAAFE7

HEX: #EAAFE7
RGB: (234,175,231)

Color info

#EAAFE7 contains red, green and blue colors in about the same proportion. Web safe color of #EAAFE7 is #FF99FF (or #F9F).

RGB color model

#EAAFE7 color RGB value is (234,175,231).

  • red value is 234;
  • green value is 175;
  • blue value is 231.
RGB:
(234,175,231)
(92%,69%,91%)

RGB channels and saturation

R 234 of 255 = 92%
G 175 of 255 = 69%
B 231 of 255 = 91%

234
175
231

R + G + B ~ 84%. #EAAFE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 175 + 231 = 640 (100%)
R 234 of 640 ~ 36.56%
G 175 of 640 ~ 27.34%
B 231 of 640 ~ 36.09%

%36.56
%27.34
%36.09

CMYK color model

#EAAFE7 color CMYK value is (0,25,1,8).

  • cyan value is 0.00%
  • magenta value is 25.21%
  • yellow value is 1.28%
  • key color value is 8.24%
CMYK:
(0,25,1,8)
C0M25Y1K8 
(0%,25%,1%,8%)
(0.00/0.25/0.01/0.08)	

CMYK percentages

%0
%25.21
%1.28
%8.24

Codes

Color #EAAFE7 in popluar color models

EAAFE7
RGB234175231
HSL303°58.42%80.20%
HSB/HSV303°25.21%91.76%
CMYK0.00%25.21%1.28%
8.24%

Color #EAAFE7 in popluar number systems.

HEXEAAFE7
Decimal234175231
Binary111010101010111111100111
Octal352257347

Shades and tints

Shades of #EAAFE7

#EAAFE7
(234,175,231)
#D5A0D2
(213,160,210)
#C091BD
(192,145,189)
#AB82A8
(171,130,168)
#967393
(150,115,147)
#81647E
(129,100,126)
#6C5569
(108,85,105)
#574654
(87,70,84)
#42373F
(66,55,63)
#2D282A
(45,40,42)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #EAAFE7

#EAAFE7
(234,175,231)
#EBB6E9
(235,182,233)
#ECBDEB
(236,189,235)
#EDC4ED
(237,196,237)
#EECBEF
(238,203,239)
#EFD2F1
(239,210,241)
#F0D9F3
(240,217,243)
#F1E0F5
(241,224,245)
#F2E7F7
(242,231,247)
#F3EEF9
(243,238,249)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAAFE7 color. Also use rgb(234,175,231) instead hex code.

Text Font Color

.myTextColor { color: #EAAFE7; }

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

This text font color is #EAAFE7.


Background Color

.myBgColor { background-color: #EAAFE7; }

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

This div background color is #EAAFE7.


Border color

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

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

This div border color is #EAAFE7.


Opacity

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

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

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

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

This text has shadow with #EAAFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAAFE7 on black background.


Color preview on white background

This text has color #EAAFE7 on white background.



Black color preview on #EAAFE7 background

This text has black color on #EAAFE7 background.


White color preview on #EAAFE7 background

This text has white color on #EAAFE7 background.