COLOR #EF65D2

HEX: #EF65D2
RGB: (239,101,210)

Color info

#EF65D2 contains mainly red and blue colors. Web safe color of #EF65D2 is #FF66CC (or #F6C).

RGB color model

#EF65D2 color RGB value is (239,101,210).

  • red value is 239;
  • green value is 101;
  • blue value is 210.
RGB:
(239,101,210)
(94%,40%,82%)

RGB channels and saturation

R 239 of 255 = 94%
G 101 of 255 = 40%
B 210 of 255 = 82%

239
101
210

R + G + B ~ 72%. #EF65D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 101 + 210 = 550 (100%)
R 239 of 550 ~ 43.45%
G 101 of 550 ~ 18.36%
B 210 of 550 ~ 38.18%

%43.45
%18.36
%38.18

CMYK color model

#EF65D2 color CMYK value is (0,58,12,6).

  • cyan value is 0.00%
  • magenta value is 57.74%
  • yellow value is 12.13%
  • key color value is 6.27%
CMYK:
(0,58,12,6)
C0M58Y12K6 
(0%,58%,12%,6%)
(0.00/0.58/0.12/0.06)	

CMYK percentages

%0
%57.74
%12.13
%6.27

Codes

Color #EF65D2 in popluar color models

EF65D2
RGB239101210
HSL313°81.18%66.67%
HSB/HSV313°57.74%93.73%
CMYK0.00%57.74%12.13%
6.27%

Color #EF65D2 in popluar number systems.

HEXEF65D2
Decimal239101210
Binary11101111110010111010010
Octal357145322

Shades and tints

Shades of #EF65D2

#EF65D2
(239,101,210)
#DA5CBF
(218,92,191)
#C553AC
(197,83,172)
#B04A99
(176,74,153)
#9B4186
(155,65,134)
#863873
(134,56,115)
#712F60
(113,47,96)
#5C264D
(92,38,77)
#471D3A
(71,29,58)
#321427
(50,20,39)
#1D0B14
(29,11,20)
#000000
(0,0,0)

Tints of #EF65D2

#EF65D2
(239,101,210)
#F073D6
(240,115,214)
#F181DA
(241,129,218)
#F28FDE
(242,143,222)
#F39DE2
(243,157,226)
#F4ABE6
(244,171,230)
#F5B9EA
(245,185,234)
#F6C7EE
(246,199,238)
#F7D5F2
(247,213,242)
#F8E3F6
(248,227,246)
#F9F1FA
(249,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF65D2; }

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

This text font color is #EF65D2.


Background Color

.myBgColor { background-color: #EF65D2; }

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

This div background color is #EF65D2.


Border color

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

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

This div border color is #EF65D2.


Opacity

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

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

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

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

This text has shadow with #EF65D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF65D2 on black background.


Color preview on white background

This text has color #EF65D2 on white background.



Black color preview on #EF65D2 background

This text has black color on #EF65D2 background.


White color preview on #EF65D2 background

This text has white color on #EF65D2 background.