COLOR #ED96D1

HEX: #ED96D1 RGB: (237,150,209)

Color info

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

RGB color model

#ED96D1 color RGB value is (237,150,209).

RGB: (237,150,209) (93%, 59%, 82%)

RGB channels and saturation

R 237 of 255 = 93%
G 150 of 255 = 59%
B 209 of 255 = 82%

237
150
209

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

Portions of RGB colors in percentages

R + G + B = 237 + 150 + 209 = 596 (100%)
R 237 of 596 ~ 39.77%
G 150 of 596 ~ 25.17%
B 209 of 596 ~ 35.07'%

%39.77
%25.17
%35.07

CMYK color model

#ED96D1 color CMYK value is (0,37,12,7).

  • cyan value is 0.00%
  • magenta value is 36.71%
  • yellow value is 11.81%
  • key color value is 7.06%

CMYK: (0,37,12,7)
C0M37Y12K7 (0%, 37%, 12%, 7%)
(0.00 / 0.37 / 0.12 / 0.07)

CMYK percentages

%0
%36.71
%11.81
%7.06

Codes

Color #ED96D1 in popluar color models

ED 96 D1
RGB 237 150 209
HSL 319° 70.73% 75.88%
HSB/HSV 319° 36.71% 92.94%
CMYK 0.00% 36.71% 11.81%
7.06%

Color #ED96D1 in popluar number systems.

HEX ED 96 D1
Decimal 237 150 209
Binary 11101101 10010110 11010001
Octal 355 226 321

Shades and tints

Shades of #ED96D1

#ED96D1
(237,150,209)
#D889BE
(216,137,190)
#C37CAB
(195,124,171)
#AE6F98
(174,111,152)
#996285
(153,98,133)
#845572
(132,85,114)
#6F485F
(111,72,95)
#5A3B4C
(90,59,76)
#452E39
(69,46,57)
#302126
(48,33,38)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #ED96D1

#ED96D1
(237,150,209)
#EE9FD5
(238,159,213)
#EFA8D9
(239,168,217)
#F0B1DD
(240,177,221)
#F1BAE1
(241,186,225)
#F2C3E5
(242,195,229)
#F3CCE9
(243,204,233)
#F4D5ED
(244,213,237)
#F5DEF1
(245,222,241)
#F6E7F5
(246,231,245)
#F7F0F9
(247,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED96D1; }

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

This text font color is #ED96D1.

Background Color

.myBgColor { background-color: #ED96D1; }

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

This div background color is #ED96D1.

Border color

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

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

This div border color is #ED96D1.

Opacity

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

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

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

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

This text has shadow with #ED96D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED96D1.

Preview

Color preview on black background

This text has color #ED96D1 on black background.


Color preview on white background

This text has color #ED96D1 on white background.


Black color preview on #ED96D1 background

This text has black color on #ED96D1 background.


White color preview on #ED96D1 background

This text has white color on #ED96D1 background.


Related colors

Complementary color

Complementary color for #hex is #12692E.


I love getcolorcode.com

Triadic colors

1 #D1ED96 and #96D1ED with #ED96D1 are triadic colors.

2 #D196ED and #96EDD1 with #ED96D1 are triadic colors.