COLOR #EF80EF

HEX: #EF80EF
RGB: (239,128,239)

Color info

#EF80EF contains mainly red and blue colors. Web safe color of #EF80EF is #FF66FF (or #F6F).

RGB color model

#EF80EF color RGB value is (239,128,239).

  • red value is 239;
  • green value is 128;
  • blue value is 239.
RGB:
(239,128,239)
(94%,50%,94%)

RGB channels and saturation

R 239 of 255 = 94%
G 128 of 255 = 50%
B 239 of 255 = 94%

239
128
239

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

Portions of RGB colors in percentages

R + G + B =
239 + 128 + 239 = 606 (100%)
R 239 of 606 ~ 39.44%
G 128 of 606 ~ 21.12%
B 239 of 606 ~ 39.44%

%39.44
%21.12
%39.44

CMYK color model

#EF80EF color CMYK value is (0,46,0,6).

  • cyan value is 0.00%
  • magenta value is 46.44%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(0,46,0,6)
C0M46Y0K6 
(0%,46%,0%,6%)
(0.00/0.46/0.00/0.06)	

CMYK percentages

%0
%46.44
%0
%6.27

Codes

Color #EF80EF in popluar color models

EF80EF
RGB239128239
HSL300°77.62%71.96%
HSB/HSV300°46.44%93.73%
CMYK0.00%46.44%0.00%
6.27%

Color #EF80EF in popluar number systems.

HEXEF80EF
Decimal239128239
Binary111011111000000011101111
Octal357200357

Shades and tints

Shades of #EF80EF

#EF80EF
(239,128,239)
#DA75DA
(218,117,218)
#C56AC5
(197,106,197)
#B05FB0
(176,95,176)
#9B549B
(155,84,155)
#864986
(134,73,134)
#713E71
(113,62,113)
#5C335C
(92,51,92)
#472847
(71,40,71)
#321D32
(50,29,50)
#1D121D
(29,18,29)
#000000
(0,0,0)

Tints of #EF80EF

#EF80EF
(239,128,239)
#F08BF0
(240,139,240)
#F196F1
(241,150,241)
#F2A1F2
(242,161,242)
#F3ACF3
(243,172,243)
#F4B7F4
(244,183,244)
#F5C2F5
(245,194,245)
#F6CDF6
(246,205,246)
#F7D8F7
(247,216,247)
#F8E3F8
(248,227,248)
#F9EEF9
(249,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF80EF; }

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

This text font color is #EF80EF.


Background Color

.myBgColor { background-color: #EF80EF; }

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

This div background color is #EF80EF.


Border color

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

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

This div border color is #EF80EF.


Opacity

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

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

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

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

This text has shadow with #EF80EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF80EF on black background.


Color preview on white background

This text has color #EF80EF on white background.



Black color preview on #EF80EF background

This text has black color on #EF80EF background.


White color preview on #EF80EF background

This text has white color on #EF80EF background.