COLOR #EBA0DA

HEX: #EBA0DA
RGB: (235,160,218)

Color info

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

RGB color model

#EBA0DA color RGB value is (235,160,218).

  • red value is 235;
  • green value is 160;
  • blue value is 218.
RGB:
(235,160,218)
(92%,63%,85%)

RGB channels and saturation

R 235 of 255 = 92%
G 160 of 255 = 63%
B 218 of 255 = 85%

235
160
218

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

Portions of RGB colors in percentages

R + G + B =
235 + 160 + 218 = 613 (100%)
R 235 of 613 ~ 38.34%
G 160 of 613 ~ 26.1%
B 218 of 613 ~ 35.56%

%38.34
%26.1
%35.56

CMYK color model

#EBA0DA color CMYK value is (0,32,7,8).

  • cyan value is 0.00%
  • magenta value is 31.91%
  • yellow value is 7.23%
  • key color value is 7.84%
CMYK:
(0,32,7,8)
C0M32Y7K8 
(0%,32%,7%,8%)
(0.00/0.32/0.07/0.08)	

CMYK percentages

%0
%31.91
%7.23
%7.84

Codes

Color #EBA0DA in popluar color models

EBA0DA
RGB235160218
HSL314°65.22%77.45%
HSB/HSV314°31.91%92.16%
CMYK0.00%31.91%7.23%
7.84%

Color #EBA0DA in popluar number systems.

HEXEBA0DA
Decimal235160218
Binary111010111010000011011010
Octal353240332

Shades and tints

Shades of #EBA0DA

#EBA0DA
(235,160,218)
#D692C7
(214,146,199)
#C184B4
(193,132,180)
#AC76A1
(172,118,161)
#97688E
(151,104,142)
#825A7B
(130,90,123)
#6D4C68
(109,76,104)
#583E55
(88,62,85)
#433042
(67,48,66)
#2E222F
(46,34,47)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #EBA0DA

#EBA0DA
(235,160,218)
#ECA8DD
(236,168,221)
#EDB0E0
(237,176,224)
#EEB8E3
(238,184,227)
#EFC0E6
(239,192,230)
#F0C8E9
(240,200,233)
#F1D0EC
(241,208,236)
#F2D8EF
(242,216,239)
#F3E0F2
(243,224,242)
#F4E8F5
(244,232,245)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBA0DA; }

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

This text font color is #EBA0DA.


Background Color

.myBgColor { background-color: #EBA0DA; }

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

This div background color is #EBA0DA.


Border color

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

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

This div border color is #EBA0DA.


Opacity

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

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

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

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

This text has shadow with #EBA0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA0DA on black background.


Color preview on white background

This text has color #EBA0DA on white background.



Black color preview on #EBA0DA background

This text has black color on #EBA0DA background.


White color preview on #EBA0DA background

This text has white color on #EBA0DA background.