COLOR #EF84DA

HEX: #EF84DA RGB: (239,132,218)

Color info

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

RGB color model

#EF84DA color RGB value is (239,132,218).

RGB: (239,132,218) (94%, 52%, 85%)

RGB channels and saturation

R 239 of 255 = 94%
G 132 of 255 = 52%
B 218 of 255 = 85%

239
132
218

R + G + B ~ 77%. #EF84DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 132 + 218 = 589 (100%)
R 239 of 589 ~ 40.58%
G 132 of 589 ~ 22.41%
B 218 of 589 ~ 37.01'%

%40.58
%22.41
%37.01

CMYK color model

#EF84DA color CMYK value is (0,45,9,6).

  • cyan value is 0.00%
  • magenta value is 44.77%
  • yellow value is 8.79%
  • key color value is 6.27%

CMYK: (0,45,9,6)
C0M45Y9K6 (0%, 45%, 9%, 6%)
(0.00 / 0.45 / 0.09 / 0.06)

CMYK percentages

%0
%44.77
%8.79
%6.27

Codes

Color #EF84DA in popluar color models

EF 84 DA
RGB 239 132 218
HSL 312° 76.98% 72.75%
HSB/HSV 312° 44.77% 93.73%
CMYK 0.00% 44.77% 8.79%
6.27%

Color #EF84DA in popluar number systems.

HEX EF 84 DA
Decimal 239 132 218
Binary 11101111 10000100 11011010
Octal 357 204 332

Shades and tints

Shades of #EF84DA

#EF84DA
(239,132,218)
#DA78C7
(218,120,199)
#C56CB4
(197,108,180)
#B060A1
(176,96,161)
#9B548E
(155,84,142)
#86487B
(134,72,123)
#713C68
(113,60,104)
#5C3055
(92,48,85)
#472442
(71,36,66)
#32182F
(50,24,47)
#1D0C1C
(29,12,28)
#000000
(0,0,0)

Tints of #EF84DA

#EF84DA
(239,132,218)
#F08FDD
(240,143,221)
#F19AE0
(241,154,224)
#F2A5E3
(242,165,227)
#F3B0E6
(243,176,230)
#F4BBE9
(244,187,233)
#F5C6EC
(245,198,236)
#F6D1EF
(246,209,239)
#F7DCF2
(247,220,242)
#F8E7F5
(248,231,245)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF84DA; }

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

This text font color is #EF84DA.

Background Color

.myBgColor { background-color: #EF84DA; }

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

This div background color is #EF84DA.

Border color

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

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

This div border color is #EF84DA.

Opacity

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

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

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

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

This text has shadow with #EF84DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF84DA.

Preview

Color preview on black background

This text has color #EF84DA on black background.


Color preview on white background

This text has color #EF84DA on white background.


Black color preview on #EF84DA background

This text has black color on #EF84DA background.


White color preview on #EF84DA background

This text has white color on #EF84DA background.


Related colors

Complementary color

Complementary color for #hex is #107B25.


I love getcolorcode.com

Triadic colors

1 #DAEF84 and #84DAEF with #EF84DA are triadic colors.

2 #DA84EF and #84EFDA with #EF84DA are triadic colors.