COLOR #ED8AE1

HEX: #ED8AE1
RGB: (237,138,225)

Color info

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

RGB color model

#ED8AE1 color RGB value is (237,138,225).

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

RGB channels and saturation

R 237 of 255 = 93%
G 138 of 255 = 54%
B 225 of 255 = 88%

237
138
225

R + G + B ~ 78%. #ED8AE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 138 + 225 = 600 (100%)
R 237 of 600 ~ 39.5%
G 138 of 600 ~ 23%
B 225 of 600 ~ 37.5%

%39.5
%23
%37.5

CMYK color model

#ED8AE1 color CMYK value is (0,42,5,7).

  • cyan value is 0.00%
  • magenta value is 41.77%
  • yellow value is 5.06%
  • key color value is 7.06%
CMYK:
(0,42,5,7)
C0M42Y5K7 
(0%,42%,5%,7%)
(0.00/0.42/0.05/0.07)	

CMYK percentages

%0
%41.77
%5.06
%7.06

Codes

Color #ED8AE1 in popluar color models

ED8AE1
RGB237138225
HSL307°73.33%73.53%
HSB/HSV307°41.77%92.94%
CMYK0.00%41.77%5.06%
7.06%

Color #ED8AE1 in popluar number systems.

HEXED8AE1
Decimal237138225
Binary111011011000101011100001
Octal355212341

Shades and tints

Shades of #ED8AE1

#ED8AE1
(237,138,225)
#D87ECD
(216,126,205)
#C372B9
(195,114,185)
#AE66A5
(174,102,165)
#995A91
(153,90,145)
#844E7D
(132,78,125)
#6F4269
(111,66,105)
#5A3655
(90,54,85)
#452A41
(69,42,65)
#301E2D
(48,30,45)
#1B1219
(27,18,25)
#000000
(0,0,0)

Tints of #ED8AE1

#ED8AE1
(237,138,225)
#EE94E3
(238,148,227)
#EF9EE5
(239,158,229)
#F0A8E7
(240,168,231)
#F1B2E9
(241,178,233)
#F2BCEB
(242,188,235)
#F3C6ED
(243,198,237)
#F4D0EF
(244,208,239)
#F5DAF1
(245,218,241)
#F6E4F3
(246,228,243)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED8AE1; }

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

This text font color is #ED8AE1.


Background Color

.myBgColor { background-color: #ED8AE1; }

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

This div background color is #ED8AE1.


Border color

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

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

This div border color is #ED8AE1.


Opacity

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

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

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

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

This text has shadow with #ED8AE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8AE1 on black background.


Color preview on white background

This text has color #ED8AE1 on white background.



Black color preview on #ED8AE1 background

This text has black color on #ED8AE1 background.


White color preview on #ED8AE1 background

This text has white color on #ED8AE1 background.