COLOR #EE69DF

HEX: #EE69DF
RGB: (238,105,223)

Color info

#EE69DF contains mainly red and blue colors. Web safe color of #EE69DF is #FF66CC (or #F6C).

RGB color model

#EE69DF color RGB value is (238,105,223).

  • red value is 238;
  • green value is 105;
  • blue value is 223.
RGB:
(238,105,223)
(93%,41%,87%)

RGB channels and saturation

R 238 of 255 = 93%
G 105 of 255 = 41%
B 223 of 255 = 87%

238
105
223

R + G + B ~ 74%. #EE69DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 105 + 223 = 566 (100%)
R 238 of 566 ~ 42.05%
G 105 of 566 ~ 18.55%
B 223 of 566 ~ 39.4%

%42.05
%18.55
%39.4

CMYK color model

#EE69DF color CMYK value is (0,56,6,7).

  • cyan value is 0.00%
  • magenta value is 55.88%
  • yellow value is 6.30%
  • key color value is 6.67%
CMYK:
(0,56,6,7)
C0M56Y6K7 
(0%,56%,6%,7%)
(0.00/0.56/0.06/0.07)	

CMYK percentages

%0
%55.88
%6.3
%6.67

Codes

Color #EE69DF in popluar color models

EE69DF
RGB238105223
HSL307°79.64%67.25%
HSB/HSV307°55.88%93.33%
CMYK0.00%55.88%6.30%
6.67%

Color #EE69DF in popluar number systems.

HEXEE69DF
Decimal238105223
Binary11101110110100111011111
Octal356151337

Shades and tints

Shades of #EE69DF

#EE69DF
(238,105,223)
#D960CB
(217,96,203)
#C457B7
(196,87,183)
#AF4EA3
(175,78,163)
#9A458F
(154,69,143)
#853C7B
(133,60,123)
#703367
(112,51,103)
#5B2A53
(91,42,83)
#46213F
(70,33,63)
#31182B
(49,24,43)
#1C0F17
(28,15,23)
#000000
(0,0,0)

Tints of #EE69DF

#EE69DF
(238,105,223)
#EF76E1
(239,118,225)
#F083E3
(240,131,227)
#F190E5
(241,144,229)
#F29DE7
(242,157,231)
#F3AAE9
(243,170,233)
#F4B7EB
(244,183,235)
#F5C4ED
(245,196,237)
#F6D1EF
(246,209,239)
#F7DEF1
(247,222,241)
#F8EBF3
(248,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE69DF; }

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

This text font color is #EE69DF.


Background Color

.myBgColor { background-color: #EE69DF; }

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

This div background color is #EE69DF.


Border color

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

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

This div border color is #EE69DF.


Opacity

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

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

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

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

This text has shadow with #EE69DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE69DF on black background.


Color preview on white background

This text has color #EE69DF on white background.



Black color preview on #EE69DF background

This text has black color on #EE69DF background.


White color preview on #EE69DF background

This text has white color on #EE69DF background.