COLOR #EEAEE4

HEX: #EEAEE4
RGB: (238,174,228)

Color info

#EEAEE4 contains mainly red and blue colors. Web safe color of #EEAEE4 is #FF99CC (or #F9C).

RGB color model

#EEAEE4 color RGB value is (238,174,228).

  • red value is 238;
  • green value is 174;
  • blue value is 228.
RGB:
(238,174,228)
(93%,68%,89%)

RGB channels and saturation

R 238 of 255 = 93%
G 174 of 255 = 68%
B 228 of 255 = 89%

238
174
228

R + G + B ~ 83%. #EEAEE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 174 + 228 = 640 (100%)
R 238 of 640 ~ 37.19%
G 174 of 640 ~ 27.19%
B 228 of 640 ~ 35.63%

%37.19
%27.19
%35.63

CMYK color model

#EEAEE4 color CMYK value is (0,27,4,7).

  • cyan value is 0.00%
  • magenta value is 26.89%
  • yellow value is 4.20%
  • key color value is 6.67%
CMYK:
(0,27,4,7)
C0M27Y4K7 
(0%,27%,4%,7%)
(0.00/0.27/0.04/0.07)	

CMYK percentages

%0
%26.89
%4.2
%6.67

Codes

Color #EEAEE4 in popluar color models

EEAEE4
RGB238174228
HSL309°65.31%80.78%
HSB/HSV309°26.89%93.33%
CMYK0.00%26.89%4.20%
6.67%

Color #EEAEE4 in popluar number systems.

HEXEEAEE4
Decimal238174228
Binary111011101010111011100100
Octal356256344

Shades and tints

Shades of #EEAEE4

#EEAEE4
(238,174,228)
#D99FD0
(217,159,208)
#C490BC
(196,144,188)
#AF81A8
(175,129,168)
#9A7294
(154,114,148)
#856380
(133,99,128)
#70546C
(112,84,108)
#5B4558
(91,69,88)
#463644
(70,54,68)
#312730
(49,39,48)
#1C181C
(28,24,28)
#000000
(0,0,0)

Tints of #EEAEE4

#EEAEE4
(238,174,228)
#EFB5E6
(239,181,230)
#F0BCE8
(240,188,232)
#F1C3EA
(241,195,234)
#F2CAEC
(242,202,236)
#F3D1EE
(243,209,238)
#F4D8F0
(244,216,240)
#F5DFF2
(245,223,242)
#F6E6F4
(246,230,244)
#F7EDF6
(247,237,246)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEAEE4 color. Also use rgb(238,174,228) instead hex code.

Text Font Color

.myTextColor { color: #EEAEE4; }

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

This text font color is #EEAEE4.


Background Color

.myBgColor { background-color: #EEAEE4; }

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

This div background color is #EEAEE4.


Border color

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

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

This div border color is #EEAEE4.


Opacity

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

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

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

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

This text has shadow with #EEAEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEAEE4 on black background.


Color preview on white background

This text has color #EEAEE4 on white background.



Black color preview on #EEAEE4 background

This text has black color on #EEAEE4 background.


White color preview on #EEAEE4 background

This text has white color on #EEAEE4 background.