COLOR #ED8CCB

HEX: #ED8CCB RGB: (237,140,203)

Color info

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

RGB color model

#ED8CCB color RGB value is (237,140,203).

RGB: (237,140,203) (93%, 55%, 80%)

RGB channels and saturation

R 237 of 255 = 93%
G 140 of 255 = 55%
B 203 of 255 = 80%

237
140
203

R + G + B ~ 76%. #ED8CCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 140 + 203 = 580 (100%)
R 237 of 580 ~ 40.86%
G 140 of 580 ~ 24.14%
B 203 of 580 ~ 35'%

%40.86
%24.14
%35

CMYK color model

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

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

CMYK: (0,41,14,7)
C0M41Y14K7 (0%, 41%, 14%, 7%)
(0.00 / 0.41 / 0.14 / 0.07)

CMYK percentages

%0
%40.93
%14.35
%7.06

Codes

Color #ED8CCB in popluar color models

ED 8C CB
RGB 237 140 203
HSL 321° 72.93% 73.92%
HSB/HSV 321° 40.93% 92.94%
CMYK 0.00% 40.93% 14.35%
7.06%

Color #ED8CCB in popluar number systems.

HEX ED 8C CB
Decimal 237 140 203
Binary 11101101 10001100 11001011
Octal 355 214 313

Shades and tints

Shades of #ED8CCB

#ED8CCB
(237,140,203)
#D880B9
(216,128,185)
#C374A7
(195,116,167)
#AE6895
(174,104,149)
#995C83
(153,92,131)
#845071
(132,80,113)
#6F445F
(111,68,95)
#5A384D
(90,56,77)
#452C3B
(69,44,59)
#302029
(48,32,41)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #ED8CCB

#ED8CCB
(237,140,203)
#EE96CF
(238,150,207)
#EFA0D3
(239,160,211)
#F0AAD7
(240,170,215)
#F1B4DB
(241,180,219)
#F2BEDF
(242,190,223)
#F3C8E3
(243,200,227)
#F4D2E7
(244,210,231)
#F5DCEB
(245,220,235)
#F6E6EF
(246,230,239)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED8CCB; }

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

This text font color is #ED8CCB.

Background Color

.myBgColor { background-color: #ED8CCB; }

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

This div background color is #ED8CCB.

Border color

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

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

This div border color is #ED8CCB.

Opacity

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

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

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

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

This text has shadow with #ED8CCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED8CCB.

Preview

Color preview on black background

This text has color #ED8CCB on black background.


Color preview on white background

This text has color #ED8CCB on white background.


Black color preview on #ED8CCB background

This text has black color on #ED8CCB background.


White color preview on #ED8CCB background

This text has white color on #ED8CCB background.


Related colors

Complementary color

Complementary color for #hex is #127334.


I love getcolorcode.com

Triadic colors

1 #CBED8C and #8CCBED with #ED8CCB are triadic colors.

2 #CB8CED and #8CEDCB with #ED8CCB are triadic colors.