COLOR #EE49DA

HEX: #EE49DA RGB: (238,73,218)

Color info

#EE49DA contains mainly red and blue colors. Web safe color of #EE49DA is #FF33CC (or #F3C).

RGB color model

#EE49DA color RGB value is (238,73,218).

RGB: (238,73,218) (93%, 29%, 85%)

RGB channels and saturation

R 238 of 255 = 93%
G 73 of 255 = 29%
B 218 of 255 = 85%

238
73
218

R + G + B ~ 69%. #EE49DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 73 + 218 = 529 (100%)
R 238 of 529 ~ 44.99%
G 73 of 529 ~ 13.8%
B 218 of 529 ~ 41.21'%

%44.99
%13.8
%41.21

CMYK color model

#EE49DA color CMYK value is (0,69,8,7).

  • cyan value is 0.00%
  • magenta value is 69.33%
  • yellow value is 8.40%
  • key color value is 6.67%
CMYK: (0,69,8,7) C0M69Y8K7 (0%,69%,8%,7%) (0.00/0.69/0.08/0.07) 

CMYK percentages

%0
%69.33
%8.4
%6.67

Codes

Color #EE49DA in popluar color models

EE 49 DA
RGB 238 73 218
HSL 307° 82.91% 60.98%
HSB/HSV 307° 69.33% 93.33%
CMYK 0.00% 69.33% 8.40%
6.67%

Color #EE49DA in popluar number systems.

HEX EE 49 DA
Decimal 238 73 218
Binary 11101110 1001001 11011010
Octal 356 111 332

Shades and tints

Shades of #EE49DA

#EE49DA
(238,73,218)
#D943C7
(217,67,199)
#C43DB4
(196,61,180)
#AF37A1
(175,55,161)
#9A318E
(154,49,142)
#852B7B
(133,43,123)
#702568
(112,37,104)
#5B1F55
(91,31,85)
#461942
(70,25,66)
#31132F
(49,19,47)
#1C0D1C
(28,13,28)
#000000
(0,0,0)

Tints of #EE49DA

#EE49DA
(238,73,218)
#EF59DD
(239,89,221)
#F069E0
(240,105,224)
#F179E3
(241,121,227)
#F289E6
(242,137,230)
#F399E9
(243,153,233)
#F4A9EC
(244,169,236)
#F5B9EF
(245,185,239)
#F6C9F2
(246,201,242)
#F7D9F5
(247,217,245)
#F8E9F8
(248,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE49DA color. Also use rgb(238,73,218) instead hex code.

Text Font Color

.myTextColor { color: #EE49DA; }

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

This text font color is #EE49DA.

Background Color

.myBgColor { background-color: #EE49DA; }

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

This div background color is #EE49DA.

Border color

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

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

This div border color is #EE49DA.

Opacity

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

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

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

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

This text has shadow with #EE49DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE49DA.

Preview

Color preview on black background

This text has color #EE49DA on black background.


Color preview on white background

This text has color #EE49DA on white background.


Black color preview on #EE49DA background

This text has black color on #EE49DA background.


White color preview on #EE49DA background

This text has white color on #EE49DA background.


Related colors

Complementary color

Complementary color for #hex is #11B625.


I love getcolorcode.com

Triadic colors

1 #DAEE49 and #49DAEE with #EE49DA are triadic colors.

2 #DA49EE and #49EEDA with #EE49DA are triadic colors.