COLOR #EF51ED

HEX: #EF51ED
RGB: (239,81,237)

Color info

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

RGB color model

#EF51ED color RGB value is (239,81,237).

  • red value is 239;
  • green value is 81;
  • blue value is 237.
RGB:
(239,81,237)
(94%,32%,93%)

RGB channels and saturation

R 239 of 255 = 94%
G 81 of 255 = 32%
B 237 of 255 = 93%

239
81
237

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

Portions of RGB colors in percentages

R + G + B =
239 + 81 + 237 = 557 (100%)
R 239 of 557 ~ 42.91%
G 81 of 557 ~ 14.54%
B 237 of 557 ~ 42.55%

%42.91
%14.54
%42.55

CMYK color model

#EF51ED color CMYK value is (0,66,1,6).

  • cyan value is 0.00%
  • magenta value is 66.11%
  • yellow value is 0.84%
  • key color value is 6.27%
CMYK:
(0,66,1,6)
C0M66Y1K6 
(0%,66%,1%,6%)
(0.00/0.66/0.01/0.06)	

CMYK percentages

%0
%66.11
%0.84
%6.27

Codes

Color #EF51ED in popluar color models

EF51ED
RGB23981237
HSL301°83.16%62.75%
HSB/HSV301°66.11%93.73%
CMYK0.00%66.11%0.84%
6.27%

Color #EF51ED in popluar number systems.

HEXEF51ED
Decimal23981237
Binary11101111101000111101101
Octal357121355

Shades and tints

Shades of #EF51ED

#EF51ED
(239,81,237)
#DA4AD8
(218,74,216)
#C543C3
(197,67,195)
#B03CAE
(176,60,174)
#9B3599
(155,53,153)
#862E84
(134,46,132)
#71276F
(113,39,111)
#5C205A
(92,32,90)
#471945
(71,25,69)
#321230
(50,18,48)
#1D0B1B
(29,11,27)
#000000
(0,0,0)

Tints of #EF51ED

#EF51ED
(239,81,237)
#F060EE
(240,96,238)
#F16FEF
(241,111,239)
#F27EF0
(242,126,240)
#F38DF1
(243,141,241)
#F49CF2
(244,156,242)
#F5ABF3
(245,171,243)
#F6BAF4
(246,186,244)
#F7C9F5
(247,201,245)
#F8D8F6
(248,216,246)
#F9E7F7
(249,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF51ED; }

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

This text font color is #EF51ED.


Background Color

.myBgColor { background-color: #EF51ED; }

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

This div background color is #EF51ED.


Border color

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

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

This div border color is #EF51ED.


Opacity

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

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

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

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

This text has shadow with #EF51ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF51ED on black background.


Color preview on white background

This text has color #EF51ED on white background.



Black color preview on #EF51ED background

This text has black color on #EF51ED background.


White color preview on #EF51ED background

This text has white color on #EF51ED background.