COLOR #EF83BF

HEX: #EF83BF
RGB: (239,131,191)

Color info

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

RGB color model

#EF83BF color RGB value is (239,131,191).

  • red value is 239;
  • green value is 131;
  • blue value is 191.
RGB:
(239,131,191)
(94%,51%,75%)

RGB channels and saturation

R 239 of 255 = 94%
G 131 of 255 = 51%
B 191 of 255 = 75%

239
131
191

R + G + B ~ 73%. #EF83BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 131 + 191 = 561 (100%)
R 239 of 561 ~ 42.6%
G 131 of 561 ~ 23.35%
B 191 of 561 ~ 34.05%

%42.6
%23.35
%34.05

CMYK color model

#EF83BF color CMYK value is (0,45,20,6).

  • cyan value is 0.00%
  • magenta value is 45.19%
  • yellow value is 20.08%
  • key color value is 6.27%
CMYK:
(0,45,20,6)
C0M45Y20K6 
(0%,45%,20%,6%)
(0.00/0.45/0.20/0.06)	

CMYK percentages

%0
%45.19
%20.08
%6.27

Codes

Color #EF83BF in popluar color models

EF83BF
RGB239131191
HSL327°77.14%72.55%
HSB/HSV327°45.19%93.73%
CMYK0.00%45.19%20.08%
6.27%

Color #EF83BF in popluar number systems.

HEXEF83BF
Decimal239131191
Binary111011111000001110111111
Octal357203277

Shades and tints

Shades of #EF83BF

#EF83BF
(239,131,191)
#DA78AE
(218,120,174)
#C56D9D
(197,109,157)
#B0628C
(176,98,140)
#9B577B
(155,87,123)
#864C6A
(134,76,106)
#714159
(113,65,89)
#5C3648
(92,54,72)
#472B37
(71,43,55)
#322026
(50,32,38)
#1D1515
(29,21,21)
#000000
(0,0,0)

Tints of #EF83BF

#EF83BF
(239,131,191)
#F08EC4
(240,142,196)
#F199C9
(241,153,201)
#F2A4CE
(242,164,206)
#F3AFD3
(243,175,211)
#F4BAD8
(244,186,216)
#F5C5DD
(245,197,221)
#F6D0E2
(246,208,226)
#F7DBE7
(247,219,231)
#F8E6EC
(248,230,236)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF83BF color. Also use rgb(239,131,191) instead hex code.

Text Font Color

.myTextColor { color: #EF83BF; }

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

This text font color is #EF83BF.


Background Color

.myBgColor { background-color: #EF83BF; }

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

This div background color is #EF83BF.


Border color

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

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

This div border color is #EF83BF.


Opacity

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

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

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

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

This text has shadow with #EF83BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF83BF on black background.


Color preview on white background

This text has color #EF83BF on white background.



Black color preview on #EF83BF background

This text has black color on #EF83BF background.


White color preview on #EF83BF background

This text has white color on #EF83BF background.