COLOR #EE80B3

HEX: #EE80B3
RGB: (238,128,179)

Color info

#EE80B3 contains mainly red and blue colors. Web safe color of #EE80B3 is #FF6699 (or #F69).

RGB color model

#EE80B3 color RGB value is (238,128,179).

  • red value is 238;
  • green value is 128;
  • blue value is 179.
RGB:
(238,128,179)
(93%,50%,70%)

RGB channels and saturation

R 238 of 255 = 93%
G 128 of 255 = 50%
B 179 of 255 = 70%

238
128
179

R + G + B ~ 71%. #EE80B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 128 + 179 = 545 (100%)
R 238 of 545 ~ 43.67%
G 128 of 545 ~ 23.49%
B 179 of 545 ~ 32.84%

%43.67
%23.49
%32.84

CMYK color model

#EE80B3 color CMYK value is (0,46,25,7).

  • cyan value is 0.00%
  • magenta value is 46.22%
  • yellow value is 24.79%
  • key color value is 6.67%
CMYK:
(0,46,25,7)
C0M46Y25K7 
(0%,46%,25%,7%)
(0.00/0.46/0.25/0.07)	

CMYK percentages

%0
%46.22
%24.79
%6.67

Codes

Color #EE80B3 in popluar color models

EE80B3
RGB238128179
HSL332°76.39%71.76%
HSB/HSV332°46.22%93.33%
CMYK0.00%46.22%24.79%
6.67%

Color #EE80B3 in popluar number systems.

HEXEE80B3
Decimal238128179
Binary111011101000000010110011
Octal356200263

Shades and tints

Shades of #EE80B3

#EE80B3
(238,128,179)
#D975A3
(217,117,163)
#C46A93
(196,106,147)
#AF5F83
(175,95,131)
#9A5473
(154,84,115)
#854963
(133,73,99)
#703E53
(112,62,83)
#5B3343
(91,51,67)
#462833
(70,40,51)
#311D23
(49,29,35)
#1C1213
(28,18,19)
#000000
(0,0,0)

Tints of #EE80B3

#EE80B3
(238,128,179)
#EF8BB9
(239,139,185)
#F096BF
(240,150,191)
#F1A1C5
(241,161,197)
#F2ACCB
(242,172,203)
#F3B7D1
(243,183,209)
#F4C2D7
(244,194,215)
#F5CDDD
(245,205,221)
#F6D8E3
(246,216,227)
#F7E3E9
(247,227,233)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE80B3 color. Also use rgb(238,128,179) instead hex code.

Text Font Color

.myTextColor { color: #EE80B3; }

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

This text font color is #EE80B3.


Background Color

.myBgColor { background-color: #EE80B3; }

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

This div background color is #EE80B3.


Border color

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

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

This div border color is #EE80B3.


Opacity

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

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

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

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

This text has shadow with #EE80B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE80B3 on black background.


Color preview on white background

This text has color #EE80B3 on white background.



Black color preview on #EE80B3 background

This text has black color on #EE80B3 background.


White color preview on #EE80B3 background

This text has white color on #EE80B3 background.