COLOR #ED8FEE

HEX: #ED8FEE
RGB: (237,143,238)

Color info

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

RGB color model

#ED8FEE color RGB value is (237,143,238).

  • red value is 237;
  • green value is 143;
  • blue value is 238.
RGB:
(237,143,238)
(93%,56%,93%)

RGB channels and saturation

R 237 of 255 = 93%
G 143 of 255 = 56%
B 238 of 255 = 93%

237
143
238

R + G + B ~ 81%. #ED8FEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 143 + 238 = 618 (100%)
R 237 of 618 ~ 38.35%
G 143 of 618 ~ 23.14%
B 238 of 618 ~ 38.51%

%38.35
%23.14
%38.51

CMYK color model

#ED8FEE color CMYK value is (0,40,0,7).

  • cyan value is 0.42%
  • magenta value is 39.92%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(0,40,0,7)
C0M40Y0K7 
(0%,40%,0%,7%)
(0.00/0.40/0.00/0.07)	

CMYK percentages

%0.42
%39.92
%0
%6.67

Codes

Color #ED8FEE in popluar color models

ED8FEE
RGB237143238
HSL299°73.64%74.71%
HSB/HSV299°39.92%93.33%
CMYK0.42%39.92%0.00%
6.67%

Color #ED8FEE in popluar number systems.

HEXED8FEE
Decimal237143238
Binary111011011000111111101110
Octal355217356

Shades and tints

Shades of #ED8FEE

#ED8FEE
(237,143,238)
#D882D9
(216,130,217)
#C375C4
(195,117,196)
#AE68AF
(174,104,175)
#995B9A
(153,91,154)
#844E85
(132,78,133)
#6F4170
(111,65,112)
#5A345B
(90,52,91)
#452746
(69,39,70)
#301A31
(48,26,49)
#1B0D1C
(27,13,28)
#000000
(0,0,0)

Tints of #ED8FEE

#ED8FEE
(237,143,238)
#EE99EF
(238,153,239)
#EFA3F0
(239,163,240)
#F0ADF1
(240,173,241)
#F1B7F2
(241,183,242)
#F2C1F3
(242,193,243)
#F3CBF4
(243,203,244)
#F4D5F5
(244,213,245)
#F5DFF6
(245,223,246)
#F6E9F7
(246,233,247)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED8FEE color. Also use rgb(237,143,238) instead hex code.

Text Font Color

.myTextColor { color: #ED8FEE; }

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

This text font color is #ED8FEE.


Background Color

.myBgColor { background-color: #ED8FEE; }

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

This div background color is #ED8FEE.


Border color

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

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

This div border color is #ED8FEE.


Opacity

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

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

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

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

This text has shadow with #ED8FEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8FEE on black background.


Color preview on white background

This text has color #ED8FEE on white background.



Black color preview on #ED8FEE background

This text has black color on #ED8FEE background.


White color preview on #ED8FEE background

This text has white color on #ED8FEE background.