COLOR #ED8BF4

HEX: #ED8BF4
RGB: (237,139,244)

Color info

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

RGB color model

#ED8BF4 color RGB value is (237,139,244).

  • red value is 237;
  • green value is 139;
  • blue value is 244.
RGB:
(237,139,244)
(93%,55%,96%)

RGB channels and saturation

R 237 of 255 = 93%
G 139 of 255 = 55%
B 244 of 255 = 96%

237
139
244

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

Portions of RGB colors in percentages

R + G + B =
237 + 139 + 244 = 620 (100%)
R 237 of 620 ~ 38.23%
G 139 of 620 ~ 22.42%
B 244 of 620 ~ 39.35%

%38.23
%22.42
%39.35

CMYK color model

#ED8BF4 color CMYK value is (3,43,0,4).

  • cyan value is 2.87%
  • magenta value is 43.03%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(3,43,0,4)
C3M43Y0K4 
(3%,43%,0%,4%)
(0.03/0.43/0.00/0.04)	

CMYK percentages

%2.87
%43.03
%0
%4.31

Codes

Color #ED8BF4 in popluar color models

ED8BF4
RGB237139244
HSL296°82.68%75.10%
HSB/HSV296°43.03%95.69%
CMYK2.87%43.03%0.00%
4.31%

Color #ED8BF4 in popluar number systems.

HEXED8BF4
Decimal237139244
Binary111011011000101111110100
Octal355213364

Shades and tints

Shades of #ED8BF4

#ED8BF4
(237,139,244)
#D87FDE
(216,127,222)
#C373C8
(195,115,200)
#AE67B2
(174,103,178)
#995B9C
(153,91,156)
#844F86
(132,79,134)
#6F4370
(111,67,112)
#5A375A
(90,55,90)
#452B44
(69,43,68)
#301F2E
(48,31,46)
#1B1318
(27,19,24)
#000000
(0,0,0)

Tints of #ED8BF4

#ED8BF4
(237,139,244)
#EE95F5
(238,149,245)
#EF9FF6
(239,159,246)
#F0A9F7
(240,169,247)
#F1B3F8
(241,179,248)
#F2BDF9
(242,189,249)
#F3C7FA
(243,199,250)
#F4D1FB
(244,209,251)
#F5DBFC
(245,219,252)
#F6E5FD
(246,229,253)
#F7EFFE
(247,239,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED8BF4 color. Also use rgb(237,139,244) instead hex code.

Text Font Color

.myTextColor { color: #ED8BF4; }

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

This text font color is #ED8BF4.


Background Color

.myBgColor { background-color: #ED8BF4; }

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

This div background color is #ED8BF4.


Border color

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

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

This div border color is #ED8BF4.


Opacity

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

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

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

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

This text has shadow with #ED8BF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8BF4 on black background.


Color preview on white background

This text has color #ED8BF4 on white background.



Black color preview on #ED8BF4 background

This text has black color on #ED8BF4 background.


White color preview on #ED8BF4 background

This text has white color on #ED8BF4 background.