COLOR #EEADE2

HEX: #EEADE2
RGB: (238,173,226)

Color info

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

RGB color model

#EEADE2 color RGB value is (238,173,226).

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

RGB channels and saturation

R 238 of 255 = 93%
G 173 of 255 = 68%
B 226 of 255 = 89%

238
173
226

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

Portions of RGB colors in percentages

R + G + B =
238 + 173 + 226 = 637 (100%)
R 238 of 637 ~ 37.36%
G 173 of 637 ~ 27.16%
B 226 of 637 ~ 35.48%

%37.36
%27.16
%35.48

CMYK color model

#EEADE2 color CMYK value is (0,27,5,7).

  • cyan value is 0.00%
  • magenta value is 27.31%
  • yellow value is 5.04%
  • key color value is 6.67%
CMYK:
(0,27,5,7)
C0M27Y5K7 
(0%,27%,5%,7%)
(0.00/0.27/0.05/0.07)	

CMYK percentages

%0
%27.31
%5.04
%6.67

Codes

Color #EEADE2 in popluar color models

EEADE2
RGB238173226
HSL311°65.66%80.59%
HSB/HSV311°27.31%93.33%
CMYK0.00%27.31%5.04%
6.67%

Color #EEADE2 in popluar number systems.

HEXEEADE2
Decimal238173226
Binary111011101010110111100010
Octal356255342

Shades and tints

Shades of #EEADE2

#EEADE2
(238,173,226)
#D99ECE
(217,158,206)
#C48FBA
(196,143,186)
#AF80A6
(175,128,166)
#9A7192
(154,113,146)
#85627E
(133,98,126)
#70536A
(112,83,106)
#5B4456
(91,68,86)
#463542
(70,53,66)
#31262E
(49,38,46)
#1C171A
(28,23,26)
#000000
(0,0,0)

Tints of #EEADE2

#EEADE2
(238,173,226)
#EFB4E4
(239,180,228)
#F0BBE6
(240,187,230)
#F1C2E8
(241,194,232)
#F2C9EA
(242,201,234)
#F3D0EC
(243,208,236)
#F4D7EE
(244,215,238)
#F5DEF0
(245,222,240)
#F6E5F2
(246,229,242)
#F7ECF4
(247,236,244)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEADE2 color. Also use rgb(238,173,226) instead hex code.

Text Font Color

.myTextColor { color: #EEADE2; }

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

This text font color is #EEADE2.


Background Color

.myBgColor { background-color: #EEADE2; }

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

This div background color is #EEADE2.


Border color

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

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

This div border color is #EEADE2.


Opacity

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

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

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

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

This text has shadow with #EEADE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEADE2 on black background.


Color preview on white background

This text has color #EEADE2 on white background.



Black color preview on #EEADE2 background

This text has black color on #EEADE2 background.


White color preview on #EEADE2 background

This text has white color on #EEADE2 background.