COLOR #EF3D83

HEX: #EF3D83
RGB: (239,61,131)

Color info

#EF3D83 contains mainly red color. Web safe color of #EF3D83 is #FF3399 (or #F39).

RGB color model

#EF3D83 color RGB value is (239,61,131).

  • red value is 239;
  • green value is 61;
  • blue value is 131.
RGB:
(239,61,131)
(94%,24%,51%)

RGB channels and saturation

R 239 of 255 = 94%
G 61 of 255 = 24%
B 131 of 255 = 51%

239
61
131

R + G + B ~ 56%. #EF3D83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
239 + 61 + 131 = 431 (100%)
R 239 of 431 ~ 55.45%
G 61 of 431 ~ 14.15%
B 131 of 431 ~ 30.39%

%55.45
%14.15
%30.39

CMYK color model

#EF3D83 color CMYK value is (0,74,45,6).

  • cyan value is 0.00%
  • magenta value is 74.48%
  • yellow value is 45.19%
  • key color value is 6.27%
CMYK:
(0,74,45,6)
C0M74Y45K6 
(0%,74%,45%,6%)
(0.00/0.74/0.45/0.06)	

CMYK percentages

%0
%74.48
%45.19
%6.27

Codes

Color #EF3D83 in popluar color models

EF3D83
RGB23961131
HSL336°84.76%58.82%
HSB/HSV336°74.48%93.73%
CMYK0.00%74.48%45.19%
6.27%

Color #EF3D83 in popluar number systems.

HEXEF3D83
Decimal23961131
Binary1110111111110110000011
Octal35775203

Shades and tints

Shades of #EF3D83

#EF3D83
(239,61,131)
#DA3878
(218,56,120)
#C5336D
(197,51,109)
#B02E62
(176,46,98)
#9B2957
(155,41,87)
#86244C
(134,36,76)
#711F41
(113,31,65)
#5C1A36
(92,26,54)
#47152B
(71,21,43)
#321020
(50,16,32)
#1D0B15
(29,11,21)
#000000
(0,0,0)

Tints of #EF3D83

#EF3D83
(239,61,131)
#F04E8E
(240,78,142)
#F15F99
(241,95,153)
#F270A4
(242,112,164)
#F381AF
(243,129,175)
#F492BA
(244,146,186)
#F5A3C5
(245,163,197)
#F6B4D0
(246,180,208)
#F7C5DB
(247,197,219)
#F8D6E6
(248,214,230)
#F9E7F1
(249,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF3D83 color. Also use rgb(239,61,131) instead hex code.

Text Font Color

.myTextColor { color: #EF3D83; }

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

This text font color is #EF3D83.


Background Color

.myBgColor { background-color: #EF3D83; }

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

This div background color is #EF3D83.


Border color

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

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

This div border color is #EF3D83.


Opacity

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

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

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

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

This text has shadow with #EF3D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF3D83 on black background.


Color preview on white background

This text has color #EF3D83 on white background.



Black color preview on #EF3D83 background

This text has black color on #EF3D83 background.


White color preview on #EF3D83 background

This text has white color on #EF3D83 background.