COLOR #ED88E8

HEX: #ED88E8
RGB: (237,136,232)

Color info

#ED88E8 contains mainly red and blue colors. Web safe color of #ED88E8 is #FF99FF (or #F9F).

RGB color model

#ED88E8 color RGB value is (237,136,232).

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

RGB channels and saturation

R 237 of 255 = 93%
G 136 of 255 = 53%
B 232 of 255 = 91%

237
136
232

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

Portions of RGB colors in percentages

R + G + B =
237 + 136 + 232 = 605 (100%)
R 237 of 605 ~ 39.17%
G 136 of 605 ~ 22.48%
B 232 of 605 ~ 38.35%

%39.17
%22.48
%38.35

CMYK color model

#ED88E8 color CMYK value is (0,43,2,7).

  • cyan value is 0.00%
  • magenta value is 42.62%
  • yellow value is 2.11%
  • key color value is 7.06%
CMYK:
(0,43,2,7)
C0M43Y2K7 
(0%,43%,2%,7%)
(0.00/0.43/0.02/0.07)	

CMYK percentages

%0
%42.62
%2.11
%7.06

Codes

Color #ED88E8 in popluar color models

ED88E8
RGB237136232
HSL303°73.72%73.14%
HSB/HSV303°42.62%92.94%
CMYK0.00%42.62%2.11%
7.06%

Color #ED88E8 in popluar number systems.

HEXED88E8
Decimal237136232
Binary111011011000100011101000
Octal355210350

Shades and tints

Shades of #ED88E8

#ED88E8
(237,136,232)
#D87CD3
(216,124,211)
#C370BE
(195,112,190)
#AE64A9
(174,100,169)
#995894
(153,88,148)
#844C7F
(132,76,127)
#6F406A
(111,64,106)
#5A3455
(90,52,85)
#452840
(69,40,64)
#301C2B
(48,28,43)
#1B1016
(27,16,22)
#000000
(0,0,0)

Tints of #ED88E8

#ED88E8
(237,136,232)
#EE92EA
(238,146,234)
#EF9CEC
(239,156,236)
#F0A6EE
(240,166,238)
#F1B0F0
(241,176,240)
#F2BAF2
(242,186,242)
#F3C4F4
(243,196,244)
#F4CEF6
(244,206,246)
#F5D8F8
(245,216,248)
#F6E2FA
(246,226,250)
#F7ECFC
(247,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED88E8; }

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

This text font color is #ED88E8.


Background Color

.myBgColor { background-color: #ED88E8; }

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

This div background color is #ED88E8.


Border color

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

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

This div border color is #ED88E8.


Opacity

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

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

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

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

This text has shadow with #ED88E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED88E8 on black background.


Color preview on white background

This text has color #ED88E8 on white background.



Black color preview on #ED88E8 background

This text has black color on #ED88E8 background.


White color preview on #ED88E8 background

This text has white color on #ED88E8 background.