COLOR #EDA2EC

HEX: #EDA2EC RGB: (237,162,236)

Color info

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

RGB color model

#EDA2EC color RGB value is (237,162,236).

RGB: (237,162,236) (93%, 64%, 93%)

RGB channels and saturation

R 237 of 255 = 93%
G 162 of 255 = 64%
B 236 of 255 = 93%

237
162
236

R + G + B ~ 83%. #EDA2EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 162 + 236 = 635 (100%)
R 237 of 635 ~ 37.32%
G 162 of 635 ~ 25.51%
B 236 of 635 ~ 37.17'%

%37.32
%25.51
%37.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.65%
  • yellow value is 0.42%
  • key color value is 7.06%
CMYK: (0,32,0,7) C0M32Y0K7 (0%,32%,0%,7%) (0.00/0.32/0.00/0.07) 

CMYK percentages

%0
%31.65
%0.42
%7.06

Codes

Color #EDA2EC in popluar color models

ED A2 EC
RGB 237 162 236
HSL 301° 67.57% 78.24%
HSB/HSV 301° 31.65% 92.94%
CMYK 0.00% 31.65% 0.42%
7.06%

Color #EDA2EC in popluar number systems.

HEX ED A2 EC
Decimal 237 162 236
Binary 11101101 10100010 11101100
Octal 355 242 354

Shades and tints

Shades of #EDA2EC

#EDA2EC
(237,162,236)
#D894D7
(216,148,215)
#C386C2
(195,134,194)
#AE78AD
(174,120,173)
#996A98
(153,106,152)
#845C83
(132,92,131)
#6F4E6E
(111,78,110)
#5A4059
(90,64,89)
#453244
(69,50,68)
#30242F
(48,36,47)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #EDA2EC

#EDA2EC
(237,162,236)
#EEAAED
(238,170,237)
#EFB2EE
(239,178,238)
#F0BAEF
(240,186,239)
#F1C2F0
(241,194,240)
#F2CAF1
(242,202,241)
#F3D2F2
(243,210,242)
#F4DAF3
(244,218,243)
#F5E2F4
(245,226,244)
#F6EAF5
(246,234,245)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA2EC color. Also use rgb(237,162,236) instead hex code.

Text Font Color

.myTextColor { color: #EDA2EC; }

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

This text font color is #EDA2EC.

Background Color

.myBgColor { background-color: #EDA2EC; }

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

This div background color is #EDA2EC.

Border color

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

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

This div border color is #EDA2EC.

Opacity

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

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

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

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

This text has shadow with #EDA2EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDA2EC.

Preview

Color preview on black background

This text has color #EDA2EC on black background.


Color preview on white background

This text has color #EDA2EC on white background.


Black color preview on #EDA2EC background

This text has black color on #EDA2EC background.


White color preview on #EDA2EC background

This text has white color on #EDA2EC background.


Related colors

Complementary color

Complementary color for #hex is #125D13.


I love getcolorcode.com

Triadic colors

1 #ECEDA2 and #A2ECED with #EDA2EC are triadic colors.

2 #ECA2ED and #A2EDEC with #EDA2EC are triadic colors.