COLOR #EF87FB

HEX: #EF87FB
RGB: (239,135,251)

Color info

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

RGB color model

#EF87FB color RGB value is (239,135,251).

  • red value is 239;
  • green value is 135;
  • blue value is 251.
RGB:
(239,135,251)
(94%,53%,98%)

RGB channels and saturation

R 239 of 255 = 94%
G 135 of 255 = 53%
B 251 of 255 = 98%

239
135
251

R + G + B ~ 82%. #EF87FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 135 + 251 = 625 (100%)
R 239 of 625 ~ 38.24%
G 135 of 625 ~ 21.6%
B 251 of 625 ~ 40.16%

%38.24
%21.6
%40.16

CMYK color model

#EF87FB color CMYK value is (5,46,0,2).

  • cyan value is 4.78%
  • magenta value is 46.22%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(5,46,0,2)
C5M46Y0K2 
(5%,46%,0%,2%)
(0.05/0.46/0.00/0.02)	

CMYK percentages

%4.78
%46.22
%0
%1.57

Codes

Color #EF87FB in popluar color models

EF87FB
RGB239135251
HSL294°93.55%75.69%
HSB/HSV294°46.22%98.43%
CMYK4.78%46.22%0.00%
1.57%

Color #EF87FB in popluar number systems.

HEXEF87FB
Decimal239135251
Binary111011111000011111111011
Octal357207373

Shades and tints

Shades of #EF87FB

#EF87FB
(239,135,251)
#DA7BE5
(218,123,229)
#C56FCF
(197,111,207)
#B063B9
(176,99,185)
#9B57A3
(155,87,163)
#864B8D
(134,75,141)
#713F77
(113,63,119)
#5C3361
(92,51,97)
#47274B
(71,39,75)
#321B35
(50,27,53)
#1D0F1F
(29,15,31)
#000000
(0,0,0)

Tints of #EF87FB

#EF87FB
(239,135,251)
#F091FB
(240,145,251)
#F19BFB
(241,155,251)
#F2A5FB
(242,165,251)
#F3AFFB
(243,175,251)
#F4B9FB
(244,185,251)
#F5C3FB
(245,195,251)
#F6CDFB
(246,205,251)
#F7D7FB
(247,215,251)
#F8E1FB
(248,225,251)
#F9EBFB
(249,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF87FB color. Also use rgb(239,135,251) instead hex code.

Text Font Color

.myTextColor { color: #EF87FB; }

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

This text font color is #EF87FB.


Background Color

.myBgColor { background-color: #EF87FB; }

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

This div background color is #EF87FB.


Border color

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

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

This div border color is #EF87FB.


Opacity

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

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

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

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

This text has shadow with #EF87FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF87FB on black background.


Color preview on white background

This text has color #EF87FB on white background.



Black color preview on #EF87FB background

This text has black color on #EF87FB background.


White color preview on #EF87FB background

This text has white color on #EF87FB background.