COLOR #EF08F6

HEX: #EF08F6
RGB: (239,8,246)

Color info

#EF08F6 contains mainly red and blue colors. Web safe color of #EF08F6 is #FF00FF (or #F0F).

RGB color model

#EF08F6 color RGB value is (239,8,246).

  • red value is 239;
  • green value is 8;
  • blue value is 246.
RGB:
(239,8,246)
(94%,3%,96%)

RGB channels and saturation

R 239 of 255 = 94%
G 8 of 255 = 3%
B 246 of 255 = 96%

239
8
246

R + G + B ~ 64%. #EF08F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 8 + 246 = 493 (100%)
R 239 of 493 ~ 48.48%
G 8 of 493 ~ 1.62%
B 246 of 493 ~ 49.9%

%48.48
%49.9

CMYK color model

#EF08F6 color CMYK value is (3,97,0,4).

  • cyan value is 2.85%
  • magenta value is 96.75%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(3,97,0,4)
C3M97Y0K4 
(3%,97%,0%,4%)
(0.03/0.97/0.00/0.04)	

CMYK percentages

%2.85
%96.75
%0
%3.53

Codes

Color #EF08F6 in popluar color models

EF08F6
RGB2398246
HSL298°93.70%49.80%
HSB/HSV298°96.75%96.47%
CMYK2.85%96.75%0.00%
3.53%

Color #EF08F6 in popluar number systems.

HEXEF08F6
Decimal2398246
Binary11101111100011110110
Octal35710366

Shades and tints

Shades of #EF08F6

#EF08F6
(239,8,246)
#DA08E0
(218,8,224)
#C508CA
(197,8,202)
#B008B4
(176,8,180)
#9B089E
(155,8,158)
#860888
(134,8,136)
#710872
(113,8,114)
#5C085C
(92,8,92)
#470846
(71,8,70)
#320830
(50,8,48)
#1D081A
(29,8,26)
#000000
(0,0,0)

Tints of #EF08F6

#EF08F6
(239,8,246)
#F01EF6
(240,30,246)
#F134F6
(241,52,246)
#F24AF6
(242,74,246)
#F360F6
(243,96,246)
#F476F6
(244,118,246)
#F58CF6
(245,140,246)
#F6A2F6
(246,162,246)
#F7B8F6
(247,184,246)
#F8CEF6
(248,206,246)
#F9E4F6
(249,228,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF08F6; }

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

This text font color is #EF08F6.


Background Color

.myBgColor { background-color: #EF08F6; }

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

This div background color is #EF08F6.


Border color

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

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

This div border color is #EF08F6.


Opacity

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

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

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

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

This text has shadow with #EF08F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF08F6 on black background.


Color preview on white background

This text has color #EF08F6 on white background.



Black color preview on #EF08F6 background

This text has black color on #EF08F6 background.


White color preview on #EF08F6 background

This text has white color on #EF08F6 background.