COLOR #EE9FDF

HEX: #EE9FDF RGB: (238,159,223)

Color info

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

RGB color model

#EE9FDF color RGB value is (238,159,223).

RGB: (238,159,223) (93%, 62%, 87%)

RGB channels and saturation

R 238 of 255 = 93%
G 159 of 255 = 62%
B 223 of 255 = 87%

238
159
223

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

Portions of RGB colors in percentages

R + G + B = 238 + 159 + 223 = 620 (100%)
R 238 of 620 ~ 38.39%
G 159 of 620 ~ 25.65%
B 223 of 620 ~ 35.97'%

%38.39
%25.65
%35.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.19%
  • yellow value is 6.30%
  • key color value is 6.67%

CMYK: (0,33,6,7)
C0M33Y6K7 (0%, 33%, 6%, 7%)
(0.00 / 0.33 / 0.06 / 0.07)

CMYK percentages

%0
%33.19
%6.3
%6.67

Codes

Color #EE9FDF in popluar color models

EE 9F DF
RGB 238 159 223
HSL 311° 69.91% 77.84%
HSB/HSV 311° 33.19% 93.33%
CMYK 0.00% 33.19% 6.30%
6.67%

Color #EE9FDF in popluar number systems.

HEX EE 9F DF
Decimal 238 159 223
Binary 11101110 10011111 11011111
Octal 356 237 337

Shades and tints

Shades of #EE9FDF

#EE9FDF
(238,159,223)
#D991CB
(217,145,203)
#C483B7
(196,131,183)
#AF75A3
(175,117,163)
#9A678F
(154,103,143)
#85597B
(133,89,123)
#704B67
(112,75,103)
#5B3D53
(91,61,83)
#462F3F
(70,47,63)
#31212B
(49,33,43)
#1C1317
(28,19,23)
#000000
(0,0,0)

Tints of #EE9FDF

#EE9FDF
(238,159,223)
#EFA7E1
(239,167,225)
#F0AFE3
(240,175,227)
#F1B7E5
(241,183,229)
#F2BFE7
(242,191,231)
#F3C7E9
(243,199,233)
#F4CFEB
(244,207,235)
#F5D7ED
(245,215,237)
#F6DFEF
(246,223,239)
#F7E7F1
(247,231,241)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE9FDF color. Also use rgb(238,159,223) instead hex code.

Text Font Color

.myTextColor { color: #EE9FDF; }

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

This text font color is #EE9FDF.

Background Color

.myBgColor { background-color: #EE9FDF; }

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

This div background color is #EE9FDF.

Border color

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

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

This div border color is #EE9FDF.

Opacity

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

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

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

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

This text has shadow with #EE9FDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE9FDF.

Preview

Color preview on black background

This text has color #EE9FDF on black background.


Color preview on white background

This text has color #EE9FDF on white background.


Black color preview on #EE9FDF background

This text has black color on #EE9FDF background.


White color preview on #EE9FDF background

This text has white color on #EE9FDF background.


Related colors

Complementary color

Complementary color for #hex is #116020.


I love getcolorcode.com

Triadic colors

1 #DFEE9F and #9FDFEE with #EE9FDF are triadic colors.

2 #DF9FEE and #9FEEDF with #EE9FDF are triadic colors.