COLOR #EE95DA

HEX: #EE95DA RGB: (238,149,218)

Color info

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

RGB color model

#EE95DA color RGB value is (238,149,218).

RGB: (238,149,218) (93%, 58%, 85%)

RGB channels and saturation

R 238 of 255 = 93%
G 149 of 255 = 58%
B 218 of 255 = 85%

238
149
218

R + G + B ~ 79%. #EE95DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 149 + 218 = 605 (100%)
R 238 of 605 ~ 39.34%
G 149 of 605 ~ 24.63%
B 218 of 605 ~ 36.03'%

%39.34
%24.63
%36.03

CMYK color model

#EE95DA color CMYK value is (0,37,8,7).

  • cyan value is 0.00%
  • magenta value is 37.39%
  • yellow value is 8.40%
  • key color value is 6.67%

CMYK: (0,37,8,7)
C0M37Y8K7 (0%, 37%, 8%, 7%)
(0.00 / 0.37 / 0.08 / 0.07)

CMYK percentages

%0
%37.39
%8.4
%6.67

Codes

Color #EE95DA in popluar color models

EE 95 DA
RGB 238 149 218
HSL 313° 72.36% 75.88%
HSB/HSV 313° 37.39% 93.33%
CMYK 0.00% 37.39% 8.40%
6.67%

Color #EE95DA in popluar number systems.

HEX EE 95 DA
Decimal 238 149 218
Binary 11101110 10010101 11011010
Octal 356 225 332

Shades and tints

Shades of #EE95DA

#EE95DA
(238,149,218)
#D988C7
(217,136,199)
#C47BB4
(196,123,180)
#AF6EA1
(175,110,161)
#9A618E
(154,97,142)
#85547B
(133,84,123)
#704768
(112,71,104)
#5B3A55
(91,58,85)
#462D42
(70,45,66)
#31202F
(49,32,47)
#1C131C
(28,19,28)
#000000
(0,0,0)

Tints of #EE95DA

#EE95DA
(238,149,218)
#EF9EDD
(239,158,221)
#F0A7E0
(240,167,224)
#F1B0E3
(241,176,227)
#F2B9E6
(242,185,230)
#F3C2E9
(243,194,233)
#F4CBEC
(244,203,236)
#F5D4EF
(245,212,239)
#F6DDF2
(246,221,242)
#F7E6F5
(247,230,245)
#F8EFF8
(248,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE95DA; }

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

This text font color is #EE95DA.

Background Color

.myBgColor { background-color: #EE95DA; }

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

This div background color is #EE95DA.

Border color

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

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

This div border color is #EE95DA.

Opacity

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

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

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

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

This text has shadow with #EE95DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE95DA.

Preview

Color preview on black background

This text has color #EE95DA on black background.


Color preview on white background

This text has color #EE95DA on white background.


Black color preview on #EE95DA background

This text has black color on #EE95DA background.


White color preview on #EE95DA background

This text has white color on #EE95DA background.


Related colors

Complementary color

Complementary color for #hex is #116A25.


I love getcolorcode.com

Triadic colors

1 #DAEE95 and #95DAEE with #EE95DA are triadic colors.

2 #DA95EE and #95EEDA with #EE95DA are triadic colors.