COLOR #EA9CDB

HEX: #EA9CDB
RGB: (234,156,219)

Color info

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

RGB color model

#EA9CDB color RGB value is (234,156,219).

  • red value is 234;
  • green value is 156;
  • blue value is 219.
RGB:
(234,156,219)
(92%,61%,86%)

RGB channels and saturation

R 234 of 255 = 92%
G 156 of 255 = 61%
B 219 of 255 = 86%

234
156
219

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

Portions of RGB colors in percentages

R + G + B =
234 + 156 + 219 = 609 (100%)
R 234 of 609 ~ 38.42%
G 156 of 609 ~ 25.62%
B 219 of 609 ~ 35.96%

%38.42
%25.62
%35.96

CMYK color model

#EA9CDB color CMYK value is (0,33,6,8).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 6.41%
  • key color value is 8.24%
CMYK:
(0,33,6,8)
C0M33Y6K8 
(0%,33%,6%,8%)
(0.00/0.33/0.06/0.08)	

CMYK percentages

%0
%33.33
%6.41
%8.24

Codes

Color #EA9CDB in popluar color models

EA9CDB
RGB234156219
HSL312°65.00%76.47%
HSB/HSV312°33.33%91.76%
CMYK0.00%33.33%6.41%
8.24%

Color #EA9CDB in popluar number systems.

HEXEA9CDB
Decimal234156219
Binary111010101001110011011011
Octal352234333

Shades and tints

Shades of #EA9CDB

#EA9CDB
(234,156,219)
#D58EC8
(213,142,200)
#C080B5
(192,128,181)
#AB72A2
(171,114,162)
#96648F
(150,100,143)
#81567C
(129,86,124)
#6C4869
(108,72,105)
#573A56
(87,58,86)
#422C43
(66,44,67)
#2D1E30
(45,30,48)
#18101D
(24,16,29)
#000000
(0,0,0)

Tints of #EA9CDB

#EA9CDB
(234,156,219)
#EBA5DE
(235,165,222)
#ECAEE1
(236,174,225)
#EDB7E4
(237,183,228)
#EEC0E7
(238,192,231)
#EFC9EA
(239,201,234)
#F0D2ED
(240,210,237)
#F1DBF0
(241,219,240)
#F2E4F3
(242,228,243)
#F3EDF6
(243,237,246)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA9CDB color. Also use rgb(234,156,219) instead hex code.

Text Font Color

.myTextColor { color: #EA9CDB; }

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

This text font color is #EA9CDB.


Background Color

.myBgColor { background-color: #EA9CDB; }

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

This div background color is #EA9CDB.


Border color

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

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

This div border color is #EA9CDB.


Opacity

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

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

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

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

This text has shadow with #EA9CDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA9CDB on black background.


Color preview on white background

This text has color #EA9CDB on white background.



Black color preview on #EA9CDB background

This text has black color on #EA9CDB background.


White color preview on #EA9CDB background

This text has white color on #EA9CDB background.