COLOR #EDA5F6

HEX: #EDA5F6 RGB: (237,165,246)

Color info

#EDA5F6 contains mainly red and blue colors. Web safe color of #EDA5F6 is #FF99FF (or #F9F).

RGB color model

#EDA5F6 color RGB value is (237,165,246).

RGB: (237,165,246) (93%, 65%, 96%)

RGB channels and saturation

R 237 of 255 = 93%
G 165 of 255 = 65%
B 246 of 255 = 96%

237
165
246

R + G + B ~ 85%. #EDA5F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 165 + 246 = 648 (100%)
R 237 of 648 ~ 36.57%
G 165 of 648 ~ 25.46%
B 246 of 648 ~ 37.96'%

%36.57
%25.46
%37.96

CMYK color model

#EDA5F6 color CMYK value is (4,33,0,4).

  • cyan value is 3.66%
  • magenta value is 32.93%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (4,33,0,4) C4M33Y0K4 (4%,33%,0%,4%) (0.04/0.33/0.00/0.04) 

CMYK percentages

%3.66
%32.93
%0
%3.53

Codes

Color #EDA5F6 in popluar color models

ED A5 F6
RGB 237 165 246
HSL 293° 81.82% 80.59%
HSB/HSV 293° 32.93% 96.47%
CMYK 3.66% 32.93% 0.00%
3.53%

Color #EDA5F6 in popluar number systems.

HEX ED A5 F6
Decimal 237 165 246
Binary 11101101 10100101 11110110
Octal 355 245 366

Shades and tints

Shades of #EDA5F6

#EDA5F6
(237,165,246)
#D896E0
(216,150,224)
#C387CA
(195,135,202)
#AE78B4
(174,120,180)
#99699E
(153,105,158)
#845A88
(132,90,136)
#6F4B72
(111,75,114)
#5A3C5C
(90,60,92)
#452D46
(69,45,70)
#301E30
(48,30,48)
#1B0F1A
(27,15,26)
#000000
(0,0,0)

Tints of #EDA5F6

#EDA5F6
(237,165,246)
#EEADF6
(238,173,246)
#EFB5F6
(239,181,246)
#F0BDF6
(240,189,246)
#F1C5F6
(241,197,246)
#F2CDF6
(242,205,246)
#F3D5F6
(243,213,246)
#F4DDF6
(244,221,246)
#F5E5F6
(245,229,246)
#F6EDF6
(246,237,246)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA5F6 color. Also use rgb(237,165,246) instead hex code.

Text Font Color

.myTextColor { color: #EDA5F6; }

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

This text font color is #EDA5F6.

Background Color

.myBgColor { background-color: #EDA5F6; }

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

This div background color is #EDA5F6.

Border color

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

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

This div border color is #EDA5F6.

Opacity

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

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

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

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

This text has shadow with #EDA5F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDA5F6.

Preview

Color preview on black background

This text has color #EDA5F6 on black background.


Color preview on white background

This text has color #EDA5F6 on white background.


Black color preview on #EDA5F6 background

This text has black color on #EDA5F6 background.


White color preview on #EDA5F6 background

This text has white color on #EDA5F6 background.


Related colors

Complementary color

Complementary color for #hex is #125A09.


I love getcolorcode.com

Triadic colors

1 #F6EDA5 and #A5F6ED with #EDA5F6 are triadic colors.

2 #F6A5ED and #A5EDF6 with #EDA5F6 are triadic colors.