COLOR #EEBEE4

HEX: #EEBEE4 RGB: (238,190,228)

Color info

#EEBEE4 contains red, green and blue colors in about the same proportion. Web safe color of #EEBEE4 is #FFCCCC (or #FCC).

RGB color model

#EEBEE4 color RGB value is (238,190,228).

RGB: (238,190,228) (93%, 75%, 89%)

RGB channels and saturation

R 238 of 255 = 93%
G 190 of 255 = 75%
B 228 of 255 = 89%

238
190
228

R + G + B ~ 86%. #EEBEE4 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 190 + 228 = 656 (100%)
R 238 of 656 ~ 36.28%
G 190 of 656 ~ 28.96%
B 228 of 656 ~ 34.76'%

%36.28
%28.96
%34.76

CMYK color model

#EEBEE4 color CMYK value is (0,20,4,7).

  • cyan value is 0.00%
  • magenta value is 20.17%
  • yellow value is 4.20%
  • key color value is 6.67%

CMYK: (0,20,4,7)
C0M20Y4K7 (0%, 20%, 4%, 7%)
(0.00 / 0.20 / 0.04 / 0.07)

CMYK percentages

%0
%20.17
%4.2
%6.67

Codes

Color #EEBEE4 in popluar color models

EE BE E4
RGB 238 190 228
HSL 313° 58.54% 83.92%
HSB/HSV 313° 20.17% 93.33%
CMYK 0.00% 20.17% 4.20%
6.67%

Color #EEBEE4 in popluar number systems.

HEX EE BE E4
Decimal 238 190 228
Binary 11101110 10111110 11100100
Octal 356 276 344

Shades and tints

Shades of #EEBEE4

#EEBEE4
(238,190,228)
#D9ADD0
(217,173,208)
#C49CBC
(196,156,188)
#AF8BA8
(175,139,168)
#9A7A94
(154,122,148)
#856980
(133,105,128)
#70586C
(112,88,108)
#5B4758
(91,71,88)
#463644
(70,54,68)
#312530
(49,37,48)
#1C141C
(28,20,28)
#000000
(0,0,0)

Tints of #EEBEE4

#EEBEE4
(238,190,228)
#EFC3E6
(239,195,230)
#F0C8E8
(240,200,232)
#F1CDEA
(241,205,234)
#F2D2EC
(242,210,236)
#F3D7EE
(243,215,238)
#F4DCF0
(244,220,240)
#F5E1F2
(245,225,242)
#F6E6F4
(246,230,244)
#F7EBF6
(247,235,246)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBEE4 color. Also use rgb(238,190,228) instead hex code.

Text Font Color

.myTextColor { color: #EEBEE4; }

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

This text font color is #EEBEE4.

Background Color

.myBgColor { background-color: #EEBEE4; }

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

This div background color is #EEBEE4.

Border color

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

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

This div border color is #EEBEE4.

Opacity

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

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

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

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

This text has shadow with #EEBEE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBEE4.

Preview

Color preview on black background

This text has color #EEBEE4 on black background.


Color preview on white background

This text has color #EEBEE4 on white background.


Black color preview on #EEBEE4 background

This text has black color on #EEBEE4 background.


White color preview on #EEBEE4 background

This text has white color on #EEBEE4 background.


Related colors

Complementary color

Complementary color for #hex is #11411B.


I love getcolorcode.com

Triadic colors

1 #E4EEBE and #BEE4EE with #EEBEE4 are triadic colors.

2 #E4BEEE and #BEEEE4 with #EEBEE4 are triadic colors.