COLOR #EEBEEA

HEX: #EEBEEA RGB: (238,190,234)

Color info

#EEBEEA contains red, green and blue colors in about the same proportion. Web safe color of #EEBEEA is #FFCCFF (or #FCF).

RGB color model

#EEBEEA color RGB value is (238,190,234).

RGB: (238,190,234) (93%, 75%, 92%)

RGB channels and saturation

R 238 of 255 = 93%
G 190 of 255 = 75%
B 234 of 255 = 92%

238
190
234

R + G + B ~ 87%. #EEBEEA is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 190 + 234 = 662 (100%)
R 238 of 662 ~ 35.95%
G 190 of 662 ~ 28.7%
B 234 of 662 ~ 35.35'%

%35.95
%28.7
%35.35

CMYK color model

#EEBEEA color CMYK value is (0,20,2,7).

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

CMYK: (0,20,2,7)
C0M20Y2K7 (0%, 20%, 2%, 7%)
(0.00 / 0.20 / 0.02 / 0.07)

CMYK percentages

%0
%20.17
%1.68
%6.67

Codes

Color #EEBEEA in popluar color models

EE BE EA
RGB 238 190 234
HSL 305° 58.54% 83.92%
HSB/HSV 305° 20.17% 93.33%
CMYK 0.00% 20.17% 1.68%
6.67%

Color #EEBEEA in popluar number systems.

HEX EE BE EA
Decimal 238 190 234
Binary 11101110 10111110 11101010
Octal 356 276 352

Shades and tints

Shades of #EEBEEA

#EEBEEA
(238,190,234)
#D9ADD5
(217,173,213)
#C49CC0
(196,156,192)
#AF8BAB
(175,139,171)
#9A7A96
(154,122,150)
#856981
(133,105,129)
#70586C
(112,88,108)
#5B4757
(91,71,87)
#463642
(70,54,66)
#31252D
(49,37,45)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #EEBEEA

#EEBEEA
(238,190,234)
#EFC3EB
(239,195,235)
#F0C8EC
(240,200,236)
#F1CDED
(241,205,237)
#F2D2EE
(242,210,238)
#F3D7EF
(243,215,239)
#F4DCF0
(244,220,240)
#F5E1F1
(245,225,241)
#F6E6F2
(246,230,242)
#F7EBF3
(247,235,243)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBEEA; }

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

This text font color is #EEBEEA.

Background Color

.myBgColor { background-color: #EEBEEA; }

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

This div background color is #EEBEEA.

Border color

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

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

This div border color is #EEBEEA.

Opacity

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

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

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

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

This text has shadow with #EEBEEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBEEA.

Preview

Color preview on black background

This text has color #EEBEEA on black background.


Color preview on white background

This text has color #EEBEEA on white background.


Black color preview on #EEBEEA background

This text has black color on #EEBEEA background.


White color preview on #EEBEEA background

This text has white color on #EEBEEA background.


Related colors

Complementary color

Complementary color for #hex is #114115.


I love getcolorcode.com

Triadic colors

1 #EAEEBE and #BEEAEE with #EEBEEA are triadic colors.

2 #EABEEE and #BEEEEA with #EEBEEA are triadic colors.