COLOR #ED8CE3

HEX: #ED8CE3 RGB: (237,140,227)

Color info

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

RGB color model

#ED8CE3 color RGB value is (237,140,227).

RGB: (237,140,227) (93%, 55%, 89%)

RGB channels and saturation

R 237 of 255 = 93%
G 140 of 255 = 55%
B 227 of 255 = 89%

237
140
227

R + G + B ~ 79%. #ED8CE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 140 + 227 = 604 (100%)
R 237 of 604 ~ 39.24%
G 140 of 604 ~ 23.18%
B 227 of 604 ~ 37.58'%

%39.24
%23.18
%37.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.93%
  • yellow value is 4.22%
  • key color value is 7.06%

CMYK: (0,41,4,7)
C0M41Y4K7 (0%, 41%, 4%, 7%)
(0.00 / 0.41 / 0.04 / 0.07)

CMYK percentages

%0
%40.93
%4.22
%7.06

Codes

Color #ED8CE3 in popluar color models

ED 8C E3
RGB 237 140 227
HSL 306° 72.93% 73.92%
HSB/HSV 306° 40.93% 92.94%
CMYK 0.00% 40.93% 4.22%
7.06%

Color #ED8CE3 in popluar number systems.

HEX ED 8C E3
Decimal 237 140 227
Binary 11101101 10001100 11100011
Octal 355 214 343

Shades and tints

Shades of #ED8CE3

#ED8CE3
(237,140,227)
#D880CF
(216,128,207)
#C374BB
(195,116,187)
#AE68A7
(174,104,167)
#995C93
(153,92,147)
#84507F
(132,80,127)
#6F446B
(111,68,107)
#5A3857
(90,56,87)
#452C43
(69,44,67)
#30202F
(48,32,47)
#1B141B
(27,20,27)
#000000
(0,0,0)

Tints of #ED8CE3

#ED8CE3
(237,140,227)
#EE96E5
(238,150,229)
#EFA0E7
(239,160,231)
#F0AAE9
(240,170,233)
#F1B4EB
(241,180,235)
#F2BEED
(242,190,237)
#F3C8EF
(243,200,239)
#F4D2F1
(244,210,241)
#F5DCF3
(245,220,243)
#F6E6F5
(246,230,245)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED8CE3; }

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

This text font color is #ED8CE3.

Background Color

.myBgColor { background-color: #ED8CE3; }

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

This div background color is #ED8CE3.

Border color

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

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

This div border color is #ED8CE3.

Opacity

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

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

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

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

This text has shadow with #ED8CE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED8CE3.

Preview

Color preview on black background

This text has color #ED8CE3 on black background.


Color preview on white background

This text has color #ED8CE3 on white background.


Black color preview on #ED8CE3 background

This text has black color on #ED8CE3 background.


White color preview on #ED8CE3 background

This text has white color on #ED8CE3 background.


Related colors

Complementary color

Complementary color for #hex is #12731C.


I love getcolorcode.com

Triadic colors

1 #E3ED8C and #8CE3ED with #ED8CE3 are triadic colors.

2 #E38CED and #8CEDE3 with #ED8CE3 are triadic colors.