COLOR #ED8BDD

HEX: #ED8BDD RGB: (237,139,221)

Color info

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

RGB color model

#ED8BDD color RGB value is (237,139,221).

RGB: (237,139,221) (93%, 55%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 139 of 255 = 55%
B 221 of 255 = 87%

237
139
221

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

Portions of RGB colors in percentages

R + G + B = 237 + 139 + 221 = 597 (100%)
R 237 of 597 ~ 39.7%
G 139 of 597 ~ 23.28%
B 221 of 597 ~ 37.02'%

%39.7
%23.28
%37.02

CMYK color model

#ED8BDD color CMYK value is (0,41,7,7).

  • cyan value is 0.00%
  • magenta value is 41.35%
  • yellow value is 6.75%
  • key color value is 7.06%

CMYK: (0,41,7,7)
C0M41Y7K7 (0%, 41%, 7%, 7%)
(0.00 / 0.41 / 0.07 / 0.07)

CMYK percentages

%0
%41.35
%6.75
%7.06

Codes

Color #ED8BDD in popluar color models

ED 8B DD
RGB 237 139 221
HSL 310° 73.13% 73.73%
HSB/HSV 310° 41.35% 92.94%
CMYK 0.00% 41.35% 6.75%
7.06%

Color #ED8BDD in popluar number systems.

HEX ED 8B DD
Decimal 237 139 221
Binary 11101101 10001011 11011101
Octal 355 213 335

Shades and tints

Shades of #ED8BDD

#ED8BDD
(237,139,221)
#D87FC9
(216,127,201)
#C373B5
(195,115,181)
#AE67A1
(174,103,161)
#995B8D
(153,91,141)
#844F79
(132,79,121)
#6F4365
(111,67,101)
#5A3751
(90,55,81)
#452B3D
(69,43,61)
#301F29
(48,31,41)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #ED8BDD

#ED8BDD
(237,139,221)
#EE95E0
(238,149,224)
#EF9FE3
(239,159,227)
#F0A9E6
(240,169,230)
#F1B3E9
(241,179,233)
#F2BDEC
(242,189,236)
#F3C7EF
(243,199,239)
#F4D1F2
(244,209,242)
#F5DBF5
(245,219,245)
#F6E5F8
(246,229,248)
#F7EFFB
(247,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED8BDD; }

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

This text font color is #ED8BDD.

Background Color

.myBgColor { background-color: #ED8BDD; }

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

This div background color is #ED8BDD.

Border color

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

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

This div border color is #ED8BDD.

Opacity

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

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

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

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

This text has shadow with #ED8BDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED8BDD.

Preview

Color preview on black background

This text has color #ED8BDD on black background.


Color preview on white background

This text has color #ED8BDD on white background.


Black color preview on #ED8BDD background

This text has black color on #ED8BDD background.


White color preview on #ED8BDD background

This text has white color on #ED8BDD background.


Related colors

Complementary color

Complementary color for #hex is #127422.


I love getcolorcode.com

Triadic colors

1 #DDED8B and #8BDDED with #ED8BDD are triadic colors.

2 #DD8BED and #8BEDDD with #ED8BDD are triadic colors.