COLOR #EE49B7

HEX: #EE49B7
RGB: (238,73,183)

Color info

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

RGB color model

#EE49B7 color RGB value is (238,73,183).

  • red value is 238;
  • green value is 73;
  • blue value is 183.
RGB:
(238,73,183)
(93%,29%,72%)

RGB channels and saturation

R 238 of 255 = 93%
G 73 of 255 = 29%
B 183 of 255 = 72%

238
73
183

R + G + B ~ 65%. #EE49B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 73 + 183 = 494 (100%)
R 238 of 494 ~ 48.18%
G 73 of 494 ~ 14.78%
B 183 of 494 ~ 37.04%

%48.18
%14.78
%37.04

CMYK color model

#EE49B7 color CMYK value is (0,69,23,7).

  • cyan value is 0.00%
  • magenta value is 69.33%
  • yellow value is 23.11%
  • key color value is 6.67%
CMYK:
(0,69,23,7)
C0M69Y23K7 
(0%,69%,23%,7%)
(0.00/0.69/0.23/0.07)	

CMYK percentages

%0
%69.33
%23.11
%6.67

Codes

Color #EE49B7 in popluar color models

EE49B7
RGB23873183
HSL320°82.91%60.98%
HSB/HSV320°69.33%93.33%
CMYK0.00%69.33%23.11%
6.67%

Color #EE49B7 in popluar number systems.

HEXEE49B7
Decimal23873183
Binary11101110100100110110111
Octal356111267

Shades and tints

Shades of #EE49B7

#EE49B7
(238,73,183)
#D943A7
(217,67,167)
#C43D97
(196,61,151)
#AF3787
(175,55,135)
#9A3177
(154,49,119)
#852B67
(133,43,103)
#702557
(112,37,87)
#5B1F47
(91,31,71)
#461937
(70,25,55)
#311327
(49,19,39)
#1C0D17
(28,13,23)
#000000
(0,0,0)

Tints of #EE49B7

#EE49B7
(238,73,183)
#EF59BD
(239,89,189)
#F069C3
(240,105,195)
#F179C9
(241,121,201)
#F289CF
(242,137,207)
#F399D5
(243,153,213)
#F4A9DB
(244,169,219)
#F5B9E1
(245,185,225)
#F6C9E7
(246,201,231)
#F7D9ED
(247,217,237)
#F8E9F3
(248,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE49B7; }

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

This text font color is #EE49B7.


Background Color

.myBgColor { background-color: #EE49B7; }

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

This div background color is #EE49B7.


Border color

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

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

This div border color is #EE49B7.


Opacity

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

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

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

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

This text has shadow with #EE49B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE49B7 on black background.


Color preview on white background

This text has color #EE49B7 on white background.



Black color preview on #EE49B7 background

This text has black color on #EE49B7 background.


White color preview on #EE49B7 background

This text has white color on #EE49B7 background.