COLOR #EE6DBA

HEX: #EE6DBA
RGB: (238,109,186)

Color info

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

RGB color model

#EE6DBA color RGB value is (238,109,186).

  • red value is 238;
  • green value is 109;
  • blue value is 186.
RGB:
(238,109,186)
(93%,43%,73%)

RGB channels and saturation

R 238 of 255 = 93%
G 109 of 255 = 43%
B 186 of 255 = 73%

238
109
186

R + G + B ~ 70%. #EE6DBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 109 + 186 = 533 (100%)
R 238 of 533 ~ 44.65%
G 109 of 533 ~ 20.45%
B 186 of 533 ~ 34.9%

%44.65
%20.45
%34.9

CMYK color model

#EE6DBA color CMYK value is (0,54,22,7).

  • cyan value is 0.00%
  • magenta value is 54.20%
  • yellow value is 21.85%
  • key color value is 6.67%
CMYK:
(0,54,22,7)
C0M54Y22K7 
(0%,54%,22%,7%)
(0.00/0.54/0.22/0.07)	

CMYK percentages

%0
%54.2
%21.85
%6.67

Codes

Color #EE6DBA in popluar color models

EE6DBA
RGB238109186
HSL324°79.14%68.04%
HSB/HSV324°54.20%93.33%
CMYK0.00%54.20%21.85%
6.67%

Color #EE6DBA in popluar number systems.

HEXEE6DBA
Decimal238109186
Binary11101110110110110111010
Octal356155272

Shades and tints

Shades of #EE6DBA

#EE6DBA
(238,109,186)
#D964AA
(217,100,170)
#C45B9A
(196,91,154)
#AF528A
(175,82,138)
#9A497A
(154,73,122)
#85406A
(133,64,106)
#70375A
(112,55,90)
#5B2E4A
(91,46,74)
#46253A
(70,37,58)
#311C2A
(49,28,42)
#1C131A
(28,19,26)
#000000
(0,0,0)

Tints of #EE6DBA

#EE6DBA
(238,109,186)
#EF7AC0
(239,122,192)
#F087C6
(240,135,198)
#F194CC
(241,148,204)
#F2A1D2
(242,161,210)
#F3AED8
(243,174,216)
#F4BBDE
(244,187,222)
#F5C8E4
(245,200,228)
#F6D5EA
(246,213,234)
#F7E2F0
(247,226,240)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE6DBA color. Also use rgb(238,109,186) instead hex code.

Text Font Color

.myTextColor { color: #EE6DBA; }

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

This text font color is #EE6DBA.


Background Color

.myBgColor { background-color: #EE6DBA; }

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

This div background color is #EE6DBA.


Border color

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

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

This div border color is #EE6DBA.


Opacity

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

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

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

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

This text has shadow with #EE6DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE6DBA on black background.


Color preview on white background

This text has color #EE6DBA on white background.



Black color preview on #EE6DBA background

This text has black color on #EE6DBA background.


White color preview on #EE6DBA background

This text has white color on #EE6DBA background.