COLOR #EEA0DD

HEX: #EEA0DD
RGB: (238,160,221)

Color info

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

RGB color model

#EEA0DD color RGB value is (238,160,221).

  • red value is 238;
  • green value is 160;
  • blue value is 221.
RGB:
(238,160,221)
(93%,63%,87%)

RGB channels and saturation

R 238 of 255 = 93%
G 160 of 255 = 63%
B 221 of 255 = 87%

238
160
221

R + G + B ~ 81%. #EEA0DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 160 + 221 = 619 (100%)
R 238 of 619 ~ 38.45%
G 160 of 619 ~ 25.85%
B 221 of 619 ~ 35.7%

%38.45
%25.85
%35.7

CMYK color model

#EEA0DD color CMYK value is (0,33,7,7).

  • cyan value is 0.00%
  • magenta value is 32.77%
  • yellow value is 7.14%
  • key color value is 6.67%
CMYK:
(0,33,7,7)
C0M33Y7K7 
(0%,33%,7%,7%)
(0.00/0.33/0.07/0.07)	

CMYK percentages

%0
%32.77
%7.14
%6.67

Codes

Color #EEA0DD in popluar color models

EEA0DD
RGB238160221
HSL313°69.64%78.04%
HSB/HSV313°32.77%93.33%
CMYK0.00%32.77%7.14%
6.67%

Color #EEA0DD in popluar number systems.

HEXEEA0DD
Decimal238160221
Binary111011101010000011011101
Octal356240335

Shades and tints

Shades of #EEA0DD

#EEA0DD
(238,160,221)
#D992C9
(217,146,201)
#C484B5
(196,132,181)
#AF76A1
(175,118,161)
#9A688D
(154,104,141)
#855A79
(133,90,121)
#704C65
(112,76,101)
#5B3E51
(91,62,81)
#46303D
(70,48,61)
#312229
(49,34,41)
#1C1415
(28,20,21)
#000000
(0,0,0)

Tints of #EEA0DD

#EEA0DD
(238,160,221)
#EFA8E0
(239,168,224)
#F0B0E3
(240,176,227)
#F1B8E6
(241,184,230)
#F2C0E9
(242,192,233)
#F3C8EC
(243,200,236)
#F4D0EF
(244,208,239)
#F5D8F2
(245,216,242)
#F6E0F5
(246,224,245)
#F7E8F8
(247,232,248)
#F8F0FB
(248,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA0DD color. Also use rgb(238,160,221) instead hex code.

Text Font Color

.myTextColor { color: #EEA0DD; }

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

This text font color is #EEA0DD.


Background Color

.myBgColor { background-color: #EEA0DD; }

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

This div background color is #EEA0DD.


Border color

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

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

This div border color is #EEA0DD.


Opacity

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

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

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

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

This text has shadow with #EEA0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA0DD on black background.


Color preview on white background

This text has color #EEA0DD on white background.



Black color preview on #EEA0DD background

This text has black color on #EEA0DD background.


White color preview on #EEA0DD background

This text has white color on #EEA0DD background.