COLOR #EF41D0

HEX: #EF41D0
RGB: (239,65,208)

Color info

#EF41D0 contains mainly red and blue colors. Web safe color of #EF41D0 is #FF33CC (or #F3C).

RGB color model

#EF41D0 color RGB value is (239,65,208).

  • red value is 239;
  • green value is 65;
  • blue value is 208.
RGB:
(239,65,208)
(94%,25%,82%)

RGB channels and saturation

R 239 of 255 = 94%
G 65 of 255 = 25%
B 208 of 255 = 82%

239
65
208

R + G + B ~ 67%. #EF41D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 65 + 208 = 512 (100%)
R 239 of 512 ~ 46.68%
G 65 of 512 ~ 12.7%
B 208 of 512 ~ 40.63%

%46.68
%12.7
%40.63

CMYK color model

#EF41D0 color CMYK value is (0,73,13,6).

  • cyan value is 0.00%
  • magenta value is 72.80%
  • yellow value is 12.97%
  • key color value is 6.27%
CMYK:
(0,73,13,6)
C0M73Y13K6 
(0%,73%,13%,6%)
(0.00/0.73/0.13/0.06)	

CMYK percentages

%0
%72.8
%12.97
%6.27

Codes

Color #EF41D0 in popluar color models

EF41D0
RGB23965208
HSL311°84.47%59.61%
HSB/HSV311°72.80%93.73%
CMYK0.00%72.80%12.97%
6.27%

Color #EF41D0 in popluar number systems.

HEXEF41D0
Decimal23965208
Binary11101111100000111010000
Octal357101320

Shades and tints

Shades of #EF41D0

#EF41D0
(239,65,208)
#DA3CBE
(218,60,190)
#C537AC
(197,55,172)
#B0329A
(176,50,154)
#9B2D88
(155,45,136)
#862876
(134,40,118)
#712364
(113,35,100)
#5C1E52
(92,30,82)
#471940
(71,25,64)
#32142E
(50,20,46)
#1D0F1C
(29,15,28)
#000000
(0,0,0)

Tints of #EF41D0

#EF41D0
(239,65,208)
#F052D4
(240,82,212)
#F163D8
(241,99,216)
#F274DC
(242,116,220)
#F385E0
(243,133,224)
#F496E4
(244,150,228)
#F5A7E8
(245,167,232)
#F6B8EC
(246,184,236)
#F7C9F0
(247,201,240)
#F8DAF4
(248,218,244)
#F9EBF8
(249,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF41D0 color. Also use rgb(239,65,208) instead hex code.

Text Font Color

.myTextColor { color: #EF41D0; }

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

This text font color is #EF41D0.


Background Color

.myBgColor { background-color: #EF41D0; }

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

This div background color is #EF41D0.


Border color

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

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

This div border color is #EF41D0.


Opacity

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

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

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

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

This text has shadow with #EF41D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF41D0 on black background.


Color preview on white background

This text has color #EF41D0 on white background.



Black color preview on #EF41D0 background

This text has black color on #EF41D0 background.


White color preview on #EF41D0 background

This text has white color on #EF41D0 background.