COLOR #EE80B1

HEX: #EE80B1 RGB: (238,128,177)

Color info

#EE80B1 contains mainly red color. Web safe color of #EE80B1 is #FF6699 (or #F69).

RGB color model

#EE80B1 color RGB value is (238,128,177).

RGB: (238,128,177) (93%, 50%, 69%)

RGB channels and saturation

R 238 of 255 = 93%
G 128 of 255 = 50%
B 177 of 255 = 69%

238
128
177

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

Portions of RGB colors in percentages

R + G + B = 238 + 128 + 177 = 543 (100%)
R 238 of 543 ~ 43.83%
G 128 of 543 ~ 23.57%
B 177 of 543 ~ 32.6'%

%43.83
%23.57
%32.6

CMYK color model

#EE80B1 color CMYK value is (0,46,26,7).

  • cyan value is 0.00%
  • magenta value is 46.22%
  • yellow value is 25.63%
  • key color value is 6.67%
CMYK: (0,46,26,7) C0M46Y26K7 (0%,46%,26%,7%) (0.00/0.46/0.26/0.07) 

CMYK percentages

%0
%46.22
%25.63
%6.67

Codes

Color #EE80B1 in popluar color models

EE 80 B1
RGB 238 128 177
HSL 333° 76.39% 71.76%
HSB/HSV 333° 46.22% 93.33%
CMYK 0.00% 46.22% 25.63%
6.67%

Color #EE80B1 in popluar number systems.

HEX EE 80 B1
Decimal 238 128 177
Binary 11101110 10000000 10110001
Octal 356 200 261

Shades and tints

Shades of #EE80B1

#EE80B1
(238,128,177)
#D975A1
(217,117,161)
#C46A91
(196,106,145)
#AF5F81
(175,95,129)
#9A5471
(154,84,113)
#854961
(133,73,97)
#703E51
(112,62,81)
#5B3341
(91,51,65)
#462831
(70,40,49)
#311D21
(49,29,33)
#1C1211
(28,18,17)
#000000
(0,0,0)

Tints of #EE80B1

#EE80B1
(238,128,177)
#EF8BB8
(239,139,184)
#F096BF
(240,150,191)
#F1A1C6
(241,161,198)
#F2ACCD
(242,172,205)
#F3B7D4
(243,183,212)
#F4C2DB
(244,194,219)
#F5CDE2
(245,205,226)
#F6D8E9
(246,216,233)
#F7E3F0
(247,227,240)
#F8EEF7
(248,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE80B1; }

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

This text font color is #EE80B1.

Background Color

.myBgColor { background-color: #EE80B1; }

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

This div background color is #EE80B1.

Border color

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

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

This div border color is #EE80B1.

Opacity

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

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

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

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

This text has shadow with #EE80B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE80B1.

Preview

Color preview on black background

This text has color #EE80B1 on black background.


Color preview on white background

This text has color #EE80B1 on white background.


Black color preview on #EE80B1 background

This text has black color on #EE80B1 background.


White color preview on #EE80B1 background

This text has white color on #EE80B1 background.


Related colors

Complementary color

Complementary color for #hex is #117F4E.


I love getcolorcode.com

Triadic colors

1 #B1EE80 and #80B1EE with #EE80B1 are triadic colors.

2 #B180EE and #80EEB1 with #EE80B1 are triadic colors.