COLOR #EB9DDA

HEX: #EB9DDA RGB: (235,157,218)

Color info

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

RGB color model

#EB9DDA color RGB value is (235,157,218).

RGB: (235,157,218) (92%, 62%, 85%)

RGB channels and saturation

R 235 of 255 = 92%
G 157 of 255 = 62%
B 218 of 255 = 85%

235
157
218

R + G + B ~ 80%. #EB9DDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 157 + 218 = 610 (100%)
R 235 of 610 ~ 38.52%
G 157 of 610 ~ 25.74%
B 218 of 610 ~ 35.74'%

%38.52
%25.74
%35.74

CMYK color model

#EB9DDA color CMYK value is (0,33,7,8).

  • cyan value is 0.00%
  • magenta value is 33.19%
  • yellow value is 7.23%
  • key color value is 7.84%

CMYK: (0,33,7,8)
C0M33Y7K8 (0%, 33%, 7%, 8%)
(0.00 / 0.33 / 0.07 / 0.08)

CMYK percentages

%0
%33.19
%7.23
%7.84

Codes

Color #EB9DDA in popluar color models

EB 9D DA
RGB 235 157 218
HSL 313° 66.10% 76.86%
HSB/HSV 313° 33.19% 92.16%
CMYK 0.00% 33.19% 7.23%
7.84%

Color #EB9DDA in popluar number systems.

HEX EB 9D DA
Decimal 235 157 218
Binary 11101011 10011101 11011010
Octal 353 235 332

Shades and tints

Shades of #EB9DDA

#EB9DDA
(235,157,218)
#D68FC7
(214,143,199)
#C181B4
(193,129,180)
#AC73A1
(172,115,161)
#97658E
(151,101,142)
#82577B
(130,87,123)
#6D4968
(109,73,104)
#583B55
(88,59,85)
#432D42
(67,45,66)
#2E1F2F
(46,31,47)
#19111C
(25,17,28)
#000000
(0,0,0)

Tints of #EB9DDA

#EB9DDA
(235,157,218)
#ECA5DD
(236,165,221)
#EDADE0
(237,173,224)
#EEB5E3
(238,181,227)
#EFBDE6
(239,189,230)
#F0C5E9
(240,197,233)
#F1CDEC
(241,205,236)
#F2D5EF
(242,213,239)
#F3DDF2
(243,221,242)
#F4E5F5
(244,229,245)
#F5EDF8
(245,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB9DDA color. Also use rgb(235,157,218) instead hex code.

Text Font Color

.myTextColor { color: #EB9DDA; }

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

This text font color is #EB9DDA.

Background Color

.myBgColor { background-color: #EB9DDA; }

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

This div background color is #EB9DDA.

Border color

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

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

This div border color is #EB9DDA.

Opacity

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

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

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

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

This text has shadow with #EB9DDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EB9DDA.

Preview

Color preview on black background

This text has color #EB9DDA on black background.


Color preview on white background

This text has color #EB9DDA on white background.


Black color preview on #EB9DDA background

This text has black color on #EB9DDA background.


White color preview on #EB9DDA background

This text has white color on #EB9DDA background.


Related colors

Complementary color

Complementary color for #hex is #146225.


I love getcolorcode.com

Triadic colors

1 #DAEB9D and #9DDAEB with #EB9DDA are triadic colors.

2 #DA9DEB and #9DEBDA with #EB9DDA are triadic colors.