COLOR #EDA3E1

HEX: #EDA3E1
RGB: (237,163,225)

Color info

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

RGB color model

#EDA3E1 color RGB value is (237,163,225).

  • red value is 237;
  • green value is 163;
  • blue value is 225.
RGB:
(237,163,225)
(93%,64%,88%)

RGB channels and saturation

R 237 of 255 = 93%
G 163 of 255 = 64%
B 225 of 255 = 88%

237
163
225

R + G + B ~ 82%. #EDA3E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 163 + 225 = 625 (100%)
R 237 of 625 ~ 37.92%
G 163 of 625 ~ 26.08%
B 225 of 625 ~ 36%

%37.92
%26.08
%36

CMYK color model

#EDA3E1 color CMYK value is (0,31,5,7).

  • cyan value is 0.00%
  • magenta value is 31.22%
  • yellow value is 5.06%
  • key color value is 7.06%
CMYK:
(0,31,5,7)
C0M31Y5K7 
(0%,31%,5%,7%)
(0.00/0.31/0.05/0.07)	

CMYK percentages

%0
%31.22
%5.06
%7.06

Codes

Color #EDA3E1 in popluar color models

EDA3E1
RGB237163225
HSL310°67.27%78.43%
HSB/HSV310°31.22%92.94%
CMYK0.00%31.22%5.06%
7.06%

Color #EDA3E1 in popluar number systems.

HEXEDA3E1
Decimal237163225
Binary111011011010001111100001
Octal355243341

Shades and tints

Shades of #EDA3E1

#EDA3E1
(237,163,225)
#D895CD
(216,149,205)
#C387B9
(195,135,185)
#AE79A5
(174,121,165)
#996B91
(153,107,145)
#845D7D
(132,93,125)
#6F4F69
(111,79,105)
#5A4155
(90,65,85)
#453341
(69,51,65)
#30252D
(48,37,45)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #EDA3E1

#EDA3E1
(237,163,225)
#EEABE3
(238,171,227)
#EFB3E5
(239,179,229)
#F0BBE7
(240,187,231)
#F1C3E9
(241,195,233)
#F2CBEB
(242,203,235)
#F3D3ED
(243,211,237)
#F4DBEF
(244,219,239)
#F5E3F1
(245,227,241)
#F6EBF3
(246,235,243)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA3E1 color. Also use rgb(237,163,225) instead hex code.

Text Font Color

.myTextColor { color: #EDA3E1; }

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

This text font color is #EDA3E1.


Background Color

.myBgColor { background-color: #EDA3E1; }

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

This div background color is #EDA3E1.


Border color

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

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

This div border color is #EDA3E1.


Opacity

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

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

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

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

This text has shadow with #EDA3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA3E1 on black background.


Color preview on white background

This text has color #EDA3E1 on white background.



Black color preview on #EDA3E1 background

This text has black color on #EDA3E1 background.


White color preview on #EDA3E1 background

This text has white color on #EDA3E1 background.