COLOR #EE8ADA

HEX: #EE8ADA
RGB: (238,138,218)

Color info

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

RGB color model

#EE8ADA color RGB value is (238,138,218).

  • red value is 238;
  • green value is 138;
  • blue value is 218.
RGB:
(238,138,218)
(93%,54%,85%)

RGB channels and saturation

R 238 of 255 = 93%
G 138 of 255 = 54%
B 218 of 255 = 85%

238
138
218

R + G + B ~ 77%. #EE8ADA is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 138 + 218 = 594 (100%)
R 238 of 594 ~ 40.07%
G 138 of 594 ~ 23.23%
B 218 of 594 ~ 36.7%

%40.07
%23.23
%36.7

CMYK color model

#EE8ADA color CMYK value is (0,42,8,7).

  • cyan value is 0.00%
  • magenta value is 42.02%
  • yellow value is 8.40%
  • key color value is 6.67%
CMYK:
(0,42,8,7)
C0M42Y8K7 
(0%,42%,8%,7%)
(0.00/0.42/0.08/0.07)	

CMYK percentages

%0
%42.02
%8.4
%6.67

Codes

Color #EE8ADA in popluar color models

EE8ADA
RGB238138218
HSL312°74.63%73.73%
HSB/HSV312°42.02%93.33%
CMYK0.00%42.02%8.40%
6.67%

Color #EE8ADA in popluar number systems.

HEXEE8ADA
Decimal238138218
Binary111011101000101011011010
Octal356212332

Shades and tints

Shades of #EE8ADA

#EE8ADA
(238,138,218)
#D97EC7
(217,126,199)
#C472B4
(196,114,180)
#AF66A1
(175,102,161)
#9A5A8E
(154,90,142)
#854E7B
(133,78,123)
#704268
(112,66,104)
#5B3655
(91,54,85)
#462A42
(70,42,66)
#311E2F
(49,30,47)
#1C121C
(28,18,28)
#000000
(0,0,0)

Tints of #EE8ADA

#EE8ADA
(238,138,218)
#EF94DD
(239,148,221)
#F09EE0
(240,158,224)
#F1A8E3
(241,168,227)
#F2B2E6
(242,178,230)
#F3BCE9
(243,188,233)
#F4C6EC
(244,198,236)
#F5D0EF
(245,208,239)
#F6DAF2
(246,218,242)
#F7E4F5
(247,228,245)
#F8EEF8
(248,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE8ADA color. Also use rgb(238,138,218) instead hex code.

Text Font Color

.myTextColor { color: #EE8ADA; }

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

This text font color is #EE8ADA.


Background Color

.myBgColor { background-color: #EE8ADA; }

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

This div background color is #EE8ADA.


Border color

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

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

This div border color is #EE8ADA.


Opacity

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

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

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

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

This text has shadow with #EE8ADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE8ADA on black background.


Color preview on white background

This text has color #EE8ADA on white background.



Black color preview on #EE8ADA background

This text has black color on #EE8ADA background.


White color preview on #EE8ADA background

This text has white color on #EE8ADA background.