COLOR #EE50B9

HEX: #EE50B9
RGB: (238,80,185)

Color info

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

RGB color model

#EE50B9 color RGB value is (238,80,185).

  • red value is 238;
  • green value is 80;
  • blue value is 185.
RGB:
(238,80,185)
(93%,31%,73%)

RGB channels and saturation

R 238 of 255 = 93%
G 80 of 255 = 31%
B 185 of 255 = 73%

238
80
185

R + G + B ~ 66%. #EE50B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 80 + 185 = 503 (100%)
R 238 of 503 ~ 47.32%
G 80 of 503 ~ 15.9%
B 185 of 503 ~ 36.78%

%47.32
%15.9
%36.78

CMYK color model

#EE50B9 color CMYK value is (0,66,22,7).

  • cyan value is 0.00%
  • magenta value is 66.39%
  • yellow value is 22.27%
  • key color value is 6.67%
CMYK:
(0,66,22,7)
C0M66Y22K7 
(0%,66%,22%,7%)
(0.00/0.66/0.22/0.07)	

CMYK percentages

%0
%66.39
%22.27
%6.67

Codes

Color #EE50B9 in popluar color models

EE50B9
RGB23880185
HSL320°82.29%62.35%
HSB/HSV320°66.39%93.33%
CMYK0.00%66.39%22.27%
6.67%

Color #EE50B9 in popluar number systems.

HEXEE50B9
Decimal23880185
Binary11101110101000010111001
Octal356120271

Shades and tints

Shades of #EE50B9

#EE50B9
(238,80,185)
#D949A9
(217,73,169)
#C44299
(196,66,153)
#AF3B89
(175,59,137)
#9A3479
(154,52,121)
#852D69
(133,45,105)
#702659
(112,38,89)
#5B1F49
(91,31,73)
#461839
(70,24,57)
#311129
(49,17,41)
#1C0A19
(28,10,25)
#000000
(0,0,0)

Tints of #EE50B9

#EE50B9
(238,80,185)
#EF5FBF
(239,95,191)
#F06EC5
(240,110,197)
#F17DCB
(241,125,203)
#F28CD1
(242,140,209)
#F39BD7
(243,155,215)
#F4AADD
(244,170,221)
#F5B9E3
(245,185,227)
#F6C8E9
(246,200,233)
#F7D7EF
(247,215,239)
#F8E6F5
(248,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE50B9 color. Also use rgb(238,80,185) instead hex code.

Text Font Color

.myTextColor { color: #EE50B9; }

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

This text font color is #EE50B9.


Background Color

.myBgColor { background-color: #EE50B9; }

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

This div background color is #EE50B9.


Border color

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

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

This div border color is #EE50B9.


Opacity

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

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

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

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

This text has shadow with #EE50B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE50B9 on black background.


Color preview on white background

This text has color #EE50B9 on white background.



Black color preview on #EE50B9 background

This text has black color on #EE50B9 background.


White color preview on #EE50B9 background

This text has white color on #EE50B9 background.