COLOR #EF65A4

HEX: #EF65A4 RGB: (239,101,164)

Color info

#EF65A4 contains mainly red color. Web safe color of #EF65A4 is #FF6699 (or #F69).

RGB color model

#EF65A4 color RGB value is (239,101,164).

RGB: (239,101,164) (94%, 40%, 64%)

RGB channels and saturation

R 239 of 255 = 94%
G 101 of 255 = 40%
B 164 of 255 = 64%

239
101
164

R + G + B ~ 66%. #EF65A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 101 + 164 = 504 (100%)
R 239 of 504 ~ 47.42%
G 101 of 504 ~ 20.04%
B 164 of 504 ~ 32.54'%

%47.42
%20.04
%32.54

CMYK color model

#EF65A4 color CMYK value is (0,58,31,6).

  • cyan value is 0.00%
  • magenta value is 57.74%
  • yellow value is 31.38%
  • key color value is 6.27%

CMYK: (0,58,31,6)
C0M58Y31K6 (0%, 58%, 31%, 6%)
(0.00 / 0.58 / 0.31 / 0.06)

CMYK percentages

%0
%57.74
%31.38
%6.27

Codes

Color #EF65A4 in popluar color models

EF 65 A4
RGB 239 101 164
HSL 333° 81.18% 66.67%
HSB/HSV 333° 57.74% 93.73%
CMYK 0.00% 57.74% 31.38%
6.27%

Color #EF65A4 in popluar number systems.

HEX EF 65 A4
Decimal 239 101 164
Binary 11101111 1100101 10100100
Octal 357 145 244

Shades and tints

Shades of #EF65A4

#EF65A4
(239,101,164)
#DA5C96
(218,92,150)
#C55388
(197,83,136)
#B04A7A
(176,74,122)
#9B416C
(155,65,108)
#86385E
(134,56,94)
#712F50
(113,47,80)
#5C2642
(92,38,66)
#471D34
(71,29,52)
#321426
(50,20,38)
#1D0B18
(29,11,24)
#000000
(0,0,0)

Tints of #EF65A4

#EF65A4
(239,101,164)
#F073AC
(240,115,172)
#F181B4
(241,129,180)
#F28FBC
(242,143,188)
#F39DC4
(243,157,196)
#F4ABCC
(244,171,204)
#F5B9D4
(245,185,212)
#F6C7DC
(246,199,220)
#F7D5E4
(247,213,228)
#F8E3EC
(248,227,236)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF65A4; }

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

This text font color is #EF65A4.

Background Color

.myBgColor { background-color: #EF65A4; }

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

This div background color is #EF65A4.

Border color

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

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

This div border color is #EF65A4.

Opacity

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

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

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

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

This text has shadow with #EF65A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF65A4.

Preview

Color preview on black background

This text has color #EF65A4 on black background.


Color preview on white background

This text has color #EF65A4 on white background.


Black color preview on #EF65A4 background

This text has black color on #EF65A4 background.


White color preview on #EF65A4 background

This text has white color on #EF65A4 background.


Related colors

Complementary color

Complementary color for #hex is #109A5B.


I love getcolorcode.com

Triadic colors

1 #A4EF65 and #65A4EF with #EF65A4 are triadic colors.

2 #A465EF and #65EFA4 with #EF65A4 are triadic colors.