COLOR #EDA1ED

HEX: #EDA1ED
RGB: (237,161,237)

Color info

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

RGB color model

#EDA1ED color RGB value is (237,161,237).

  • red value is 237;
  • green value is 161;
  • blue value is 237.
RGB:
(237,161,237)
(93%,63%,93%)

RGB channels and saturation

R 237 of 255 = 93%
G 161 of 255 = 63%
B 237 of 255 = 93%

237
161
237

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

Portions of RGB colors in percentages

R + G + B =
237 + 161 + 237 = 635 (100%)
R 237 of 635 ~ 37.32%
G 161 of 635 ~ 25.35%
B 237 of 635 ~ 37.32%

%37.32
%25.35
%37.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.07%
  • yellow value is 0.00%
  • 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
%32.07
%0
%7.06

Codes

Color #EDA1ED in popluar color models

EDA1ED
RGB237161237
HSL300°67.86%78.04%
HSB/HSV300°32.07%92.94%
CMYK0.00%32.07%0.00%
7.06%

Color #EDA1ED in popluar number systems.

HEXEDA1ED
Decimal237161237
Binary111011011010000111101101
Octal355241355

Shades and tints

Shades of #EDA1ED

#EDA1ED
(237,161,237)
#D893D8
(216,147,216)
#C385C3
(195,133,195)
#AE77AE
(174,119,174)
#996999
(153,105,153)
#845B84
(132,91,132)
#6F4D6F
(111,77,111)
#5A3F5A
(90,63,90)
#453145
(69,49,69)
#302330
(48,35,48)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #EDA1ED

#EDA1ED
(237,161,237)
#EEA9EE
(238,169,238)
#EFB1EF
(239,177,239)
#F0B9F0
(240,185,240)
#F1C1F1
(241,193,241)
#F2C9F2
(242,201,242)
#F3D1F3
(243,209,243)
#F4D9F4
(244,217,244)
#F5E1F5
(245,225,245)
#F6E9F6
(246,233,246)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDA1ED; }

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

This text font color is #EDA1ED.


Background Color

.myBgColor { background-color: #EDA1ED; }

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

This div background color is #EDA1ED.


Border color

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

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

This div border color is #EDA1ED.


Opacity

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

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

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

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

This text has shadow with #EDA1ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA1ED on black background.


Color preview on white background

This text has color #EDA1ED on white background.



Black color preview on #EDA1ED background

This text has black color on #EDA1ED background.


White color preview on #EDA1ED background

This text has white color on #EDA1ED background.