COLOR #EA9BDA

HEX: #EA9BDA
RGB: (234,155,218)

Color info

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

RGB color model

#EA9BDA color RGB value is (234,155,218).

  • red value is 234;
  • green value is 155;
  • blue value is 218.
RGB:
(234,155,218)
(92%,61%,85%)

RGB channels and saturation

R 234 of 255 = 92%
G 155 of 255 = 61%
B 218 of 255 = 85%

234
155
218

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

Portions of RGB colors in percentages

R + G + B =
234 + 155 + 218 = 607 (100%)
R 234 of 607 ~ 38.55%
G 155 of 607 ~ 25.54%
B 218 of 607 ~ 35.91%

%38.55
%25.54
%35.91

CMYK color model

#EA9BDA color CMYK value is (0,34,7,8).

  • cyan value is 0.00%
  • magenta value is 33.76%
  • yellow value is 6.84%
  • key color value is 8.24%
CMYK:
(0,34,7,8)
C0M34Y7K8 
(0%,34%,7%,8%)
(0.00/0.34/0.07/0.08)	

CMYK percentages

%0
%33.76
%6.84
%8.24

Codes

Color #EA9BDA in popluar color models

EA9BDA
RGB234155218
HSL312°65.29%76.27%
HSB/HSV312°33.76%91.76%
CMYK0.00%33.76%6.84%
8.24%

Color #EA9BDA in popluar number systems.

HEXEA9BDA
Decimal234155218
Binary111010101001101111011010
Octal352233332

Shades and tints

Shades of #EA9BDA

#EA9BDA
(234,155,218)
#D58DC7
(213,141,199)
#C07FB4
(192,127,180)
#AB71A1
(171,113,161)
#96638E
(150,99,142)
#81557B
(129,85,123)
#6C4768
(108,71,104)
#573955
(87,57,85)
#422B42
(66,43,66)
#2D1D2F
(45,29,47)
#180F1C
(24,15,28)
#000000
(0,0,0)

Tints of #EA9BDA

#EA9BDA
(234,155,218)
#EBA4DD
(235,164,221)
#ECADE0
(236,173,224)
#EDB6E3
(237,182,227)
#EEBFE6
(238,191,230)
#EFC8E9
(239,200,233)
#F0D1EC
(240,209,236)
#F1DAEF
(241,218,239)
#F2E3F2
(242,227,242)
#F3ECF5
(243,236,245)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA9BDA color. Also use rgb(234,155,218) instead hex code.

Text Font Color

.myTextColor { color: #EA9BDA; }

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

This text font color is #EA9BDA.


Background Color

.myBgColor { background-color: #EA9BDA; }

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

This div background color is #EA9BDA.


Border color

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

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

This div border color is #EA9BDA.


Opacity

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

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

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

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

This text has shadow with #EA9BDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA9BDA on black background.


Color preview on white background

This text has color #EA9BDA on white background.



Black color preview on #EA9BDA background

This text has black color on #EA9BDA background.


White color preview on #EA9BDA background

This text has white color on #EA9BDA background.