COLOR #EE8DB8

HEX: #EE8DB8 RGB: (238,141,184)

Color info

#EE8DB8 contains mainly red and blue colors. Web safe color of #EE8DB8 is #FF99CC (or #F9C).

RGB color model

#EE8DB8 color RGB value is (238,141,184).

RGB: (238,141,184) (93%, 55%, 72%)

RGB channels and saturation

R 238 of 255 = 93%
G 141 of 255 = 55%
B 184 of 255 = 72%

238
141
184

R + G + B ~ 73%. #EE8DB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 141 + 184 = 563 (100%)
R 238 of 563 ~ 42.27%
G 141 of 563 ~ 25.04%
B 184 of 563 ~ 32.68'%

%42.27
%25.04
%32.68

CMYK color model

#EE8DB8 color CMYK value is (0,41,23,7).

  • cyan value is 0.00%
  • magenta value is 40.76%
  • yellow value is 22.69%
  • key color value is 6.67%
CMYK: (0,41,23,7) C0M41Y23K7 (0%,41%,23%,7%) (0.00/0.41/0.23/0.07) 

CMYK percentages

%0
%40.76
%22.69
%6.67

Codes

Color #EE8DB8 in popluar color models

EE 8D B8
RGB 238 141 184
HSL 333° 74.05% 74.31%
HSB/HSV 333° 40.76% 93.33%
CMYK 0.00% 40.76% 22.69%
6.67%

Color #EE8DB8 in popluar number systems.

HEX EE 8D B8
Decimal 238 141 184
Binary 11101110 10001101 10111000
Octal 356 215 270

Shades and tints

Shades of #EE8DB8

#EE8DB8
(238,141,184)
#D981A8
(217,129,168)
#C47598
(196,117,152)
#AF6988
(175,105,136)
#9A5D78
(154,93,120)
#855168
(133,81,104)
#704558
(112,69,88)
#5B3948
(91,57,72)
#462D38
(70,45,56)
#312128
(49,33,40)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #EE8DB8

#EE8DB8
(238,141,184)
#EF97BE
(239,151,190)
#F0A1C4
(240,161,196)
#F1ABCA
(241,171,202)
#F2B5D0
(242,181,208)
#F3BFD6
(243,191,214)
#F4C9DC
(244,201,220)
#F5D3E2
(245,211,226)
#F6DDE8
(246,221,232)
#F7E7EE
(247,231,238)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE8DB8 color. Also use rgb(238,141,184) instead hex code.

Text Font Color

.myTextColor { color: #EE8DB8; }

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

This text font color is #EE8DB8.

Background Color

.myBgColor { background-color: #EE8DB8; }

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

This div background color is #EE8DB8.

Border color

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

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

This div border color is #EE8DB8.

Opacity

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

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

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

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

This text has shadow with #EE8DB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE8DB8.

Preview

Color preview on black background

This text has color #EE8DB8 on black background.


Color preview on white background

This text has color #EE8DB8 on white background.


Black color preview on #EE8DB8 background

This text has black color on #EE8DB8 background.


White color preview on #EE8DB8 background

This text has white color on #EE8DB8 background.


Related colors

Complementary color

Complementary color for #hex is #117247.


I love getcolorcode.com

Triadic colors

1 #B8EE8D and #8DB8EE with #EE8DB8 are triadic colors.

2 #B88DEE and #8DEEB8 with #EE8DB8 are triadic colors.