COLOR #EEB4F5

HEX: #EEB4F5
RGB: (238,180,245)

Color info

#EEB4F5 contains mainly red and blue colors. Web safe color of #EEB4F5 is #FFCCFF (or #FCF).

RGB color model

#EEB4F5 color RGB value is (238,180,245).

  • red value is 238;
  • green value is 180;
  • blue value is 245.
RGB:
(238,180,245)
(93%,71%,96%)

RGB channels and saturation

R 238 of 255 = 93%
G 180 of 255 = 71%
B 245 of 255 = 96%

238
180
245

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

Portions of RGB colors in percentages

R + G + B =
238 + 180 + 245 = 663 (100%)
R 238 of 663 ~ 35.9%
G 180 of 663 ~ 27.15%
B 245 of 663 ~ 36.95%

%35.9
%27.15
%36.95

CMYK color model

#EEB4F5 color CMYK value is (3,27,0,4).

  • cyan value is 2.86%
  • magenta value is 26.53%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(3,27,0,4)
C3M27Y0K4 
(3%,27%,0%,4%)
(0.03/0.27/0.00/0.04)	

CMYK percentages

%2.86
%26.53
%0
%3.92

Codes

Color #EEB4F5 in popluar color models

EEB4F5
RGB238180245
HSL294°76.47%83.33%
HSB/HSV294°26.53%96.08%
CMYK2.86%26.53%0.00%
3.92%

Color #EEB4F5 in popluar number systems.

HEXEEB4F5
Decimal238180245
Binary111011101011010011110101
Octal356264365

Shades and tints

Shades of #EEB4F5

#EEB4F5
(238,180,245)
#D9A4DF
(217,164,223)
#C494C9
(196,148,201)
#AF84B3
(175,132,179)
#9A749D
(154,116,157)
#856487
(133,100,135)
#705471
(112,84,113)
#5B445B
(91,68,91)
#463445
(70,52,69)
#31242F
(49,36,47)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #EEB4F5

#EEB4F5
(238,180,245)
#EFBAF5
(239,186,245)
#F0C0F5
(240,192,245)
#F1C6F5
(241,198,245)
#F2CCF5
(242,204,245)
#F3D2F5
(243,210,245)
#F4D8F5
(244,216,245)
#F5DEF5
(245,222,245)
#F6E4F5
(246,228,245)
#F7EAF5
(247,234,245)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB4F5 color. Also use rgb(238,180,245) instead hex code.

Text Font Color

.myTextColor { color: #EEB4F5; }

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

This text font color is #EEB4F5.


Background Color

.myBgColor { background-color: #EEB4F5; }

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

This div background color is #EEB4F5.


Border color

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

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

This div border color is #EEB4F5.


Opacity

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

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

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

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

This text has shadow with #EEB4F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB4F5 on black background.


Color preview on white background

This text has color #EEB4F5 on white background.



Black color preview on #EEB4F5 background

This text has black color on #EEB4F5 background.


White color preview on #EEB4F5 background

This text has white color on #EEB4F5 background.