COLOR #EF85E6

HEX: #EF85E6
RGB: (239,133,230)

Color info

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

RGB color model

#EF85E6 color RGB value is (239,133,230).

  • red value is 239;
  • green value is 133;
  • blue value is 230.
RGB:
(239,133,230)
(94%,52%,90%)

RGB channels and saturation

R 239 of 255 = 94%
G 133 of 255 = 52%
B 230 of 255 = 90%

239
133
230

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

Portions of RGB colors in percentages

R + G + B =
239 + 133 + 230 = 602 (100%)
R 239 of 602 ~ 39.7%
G 133 of 602 ~ 22.09%
B 230 of 602 ~ 38.21%

%39.7
%22.09
%38.21

CMYK color model

#EF85E6 color CMYK value is (0,44,4,6).

  • cyan value is 0.00%
  • magenta value is 44.35%
  • yellow value is 3.77%
  • key color value is 6.27%
CMYK:
(0,44,4,6)
C0M44Y4K6 
(0%,44%,4%,6%)
(0.00/0.44/0.04/0.06)	

CMYK percentages

%0
%44.35
%3.77
%6.27

Codes

Color #EF85E6 in popluar color models

EF85E6
RGB239133230
HSL305°76.81%72.94%
HSB/HSV305°44.35%93.73%
CMYK0.00%44.35%3.77%
6.27%

Color #EF85E6 in popluar number systems.

HEXEF85E6
Decimal239133230
Binary111011111000010111100110
Octal357205346

Shades and tints

Shades of #EF85E6

#EF85E6
(239,133,230)
#DA79D2
(218,121,210)
#C56DBE
(197,109,190)
#B061AA
(176,97,170)
#9B5596
(155,85,150)
#864982
(134,73,130)
#713D6E
(113,61,110)
#5C315A
(92,49,90)
#472546
(71,37,70)
#321932
(50,25,50)
#1D0D1E
(29,13,30)
#000000
(0,0,0)

Tints of #EF85E6

#EF85E6
(239,133,230)
#F090E8
(240,144,232)
#F19BEA
(241,155,234)
#F2A6EC
(242,166,236)
#F3B1EE
(243,177,238)
#F4BCF0
(244,188,240)
#F5C7F2
(245,199,242)
#F6D2F4
(246,210,244)
#F7DDF6
(247,221,246)
#F8E8F8
(248,232,248)
#F9F3FA
(249,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF85E6; }

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

This text font color is #EF85E6.


Background Color

.myBgColor { background-color: #EF85E6; }

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

This div background color is #EF85E6.


Border color

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

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

This div border color is #EF85E6.


Opacity

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

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

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

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

This text has shadow with #EF85E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF85E6 on black background.


Color preview on white background

This text has color #EF85E6 on white background.



Black color preview on #EF85E6 background

This text has black color on #EF85E6 background.


White color preview on #EF85E6 background

This text has white color on #EF85E6 background.