COLOR #EEAFF4

HEX: #EEAFF4
RGB: (238,175,244)

Color info

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

RGB color model

#EEAFF4 color RGB value is (238,175,244).

  • red value is 238;
  • green value is 175;
  • blue value is 244.
RGB:
(238,175,244)
(93%,69%,96%)

RGB channels and saturation

R 238 of 255 = 93%
G 175 of 255 = 69%
B 244 of 255 = 96%

238
175
244

R + G + B ~ 86%. #EEAFF4 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 175 + 244 = 657 (100%)
R 238 of 657 ~ 36.23%
G 175 of 657 ~ 26.64%
B 244 of 657 ~ 37.14%

%36.23
%26.64
%37.14

CMYK color model

#EEAFF4 color CMYK value is (2,28,0,4).

  • cyan value is 2.46%
  • magenta value is 28.28%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(2,28,0,4)
C2M28Y0K4 
(2%,28%,0%,4%)
(0.02/0.28/0.00/0.04)	

CMYK percentages

%2.46
%28.28
%0
%4.31

Codes

Color #EEAFF4 in popluar color models

EEAFF4
RGB238175244
HSL295°75.82%82.16%
HSB/HSV295°28.28%95.69%
CMYK2.46%28.28%0.00%
4.31%

Color #EEAFF4 in popluar number systems.

HEXEEAFF4
Decimal238175244
Binary111011101010111111110100
Octal356257364

Shades and tints

Shades of #EEAFF4

#EEAFF4
(238,175,244)
#D9A0DE
(217,160,222)
#C491C8
(196,145,200)
#AF82B2
(175,130,178)
#9A739C
(154,115,156)
#856486
(133,100,134)
#705570
(112,85,112)
#5B465A
(91,70,90)
#463744
(70,55,68)
#31282E
(49,40,46)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #EEAFF4

#EEAFF4
(238,175,244)
#EFB6F5
(239,182,245)
#F0BDF6
(240,189,246)
#F1C4F7
(241,196,247)
#F2CBF8
(242,203,248)
#F3D2F9
(243,210,249)
#F4D9FA
(244,217,250)
#F5E0FB
(245,224,251)
#F6E7FC
(246,231,252)
#F7EEFD
(247,238,253)
#F8F5FE
(248,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEAFF4 color. Also use rgb(238,175,244) instead hex code.

Text Font Color

.myTextColor { color: #EEAFF4; }

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

This text font color is #EEAFF4.


Background Color

.myBgColor { background-color: #EEAFF4; }

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

This div background color is #EEAFF4.


Border color

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

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

This div border color is #EEAFF4.


Opacity

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

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

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

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

This text has shadow with #EEAFF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEAFF4 on black background.


Color preview on white background

This text has color #EEAFF4 on white background.



Black color preview on #EEAFF4 background

This text has black color on #EEAFF4 background.


White color preview on #EEAFF4 background

This text has white color on #EEAFF4 background.