COLOR #ED88C0

HEX: #ED88C0
RGB: (237,136,192)

Color info

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

RGB color model

#ED88C0 color RGB value is (237,136,192).

  • red value is 237;
  • green value is 136;
  • blue value is 192.
RGB:
(237,136,192)
(93%,53%,75%)

RGB channels and saturation

R 237 of 255 = 93%
G 136 of 255 = 53%
B 192 of 255 = 75%

237
136
192

R + G + B ~ 74%. #ED88C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 136 + 192 = 565 (100%)
R 237 of 565 ~ 41.95%
G 136 of 565 ~ 24.07%
B 192 of 565 ~ 33.98%

%41.95
%24.07
%33.98

CMYK color model

#ED88C0 color CMYK value is (0,43,19,7).

  • cyan value is 0.00%
  • magenta value is 42.62%
  • yellow value is 18.99%
  • key color value is 7.06%
CMYK:
(0,43,19,7)
C0M43Y19K7 
(0%,43%,19%,7%)
(0.00/0.43/0.19/0.07)	

CMYK percentages

%0
%42.62
%18.99
%7.06

Codes

Color #ED88C0 in popluar color models

ED88C0
RGB237136192
HSL327°73.72%73.14%
HSB/HSV327°42.62%92.94%
CMYK0.00%42.62%18.99%
7.06%

Color #ED88C0 in popluar number systems.

HEXED88C0
Decimal237136192
Binary111011011000100011000000
Octal355210300

Shades and tints

Shades of #ED88C0

#ED88C0
(237,136,192)
#D87CAF
(216,124,175)
#C3709E
(195,112,158)
#AE648D
(174,100,141)
#99587C
(153,88,124)
#844C6B
(132,76,107)
#6F405A
(111,64,90)
#5A3449
(90,52,73)
#452838
(69,40,56)
#301C27
(48,28,39)
#1B1016
(27,16,22)
#000000
(0,0,0)

Tints of #ED88C0

#ED88C0
(237,136,192)
#EE92C5
(238,146,197)
#EF9CCA
(239,156,202)
#F0A6CF
(240,166,207)
#F1B0D4
(241,176,212)
#F2BAD9
(242,186,217)
#F3C4DE
(243,196,222)
#F4CEE3
(244,206,227)
#F5D8E8
(245,216,232)
#F6E2ED
(246,226,237)
#F7ECF2
(247,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED88C0 color. Also use rgb(237,136,192) instead hex code.

Text Font Color

.myTextColor { color: #ED88C0; }

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

This text font color is #ED88C0.


Background Color

.myBgColor { background-color: #ED88C0; }

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

This div background color is #ED88C0.


Border color

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

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

This div border color is #ED88C0.


Opacity

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

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

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

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

This text has shadow with #ED88C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED88C0 on black background.


Color preview on white background

This text has color #ED88C0 on white background.



Black color preview on #ED88C0 background

This text has black color on #ED88C0 background.


White color preview on #ED88C0 background

This text has white color on #ED88C0 background.