COLOR #EF7282

HEX: #EF7282
RGB: (239,114,130)

Color info

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

RGB color model

#EF7282 color RGB value is (239,114,130).

  • red value is 239;
  • green value is 114;
  • blue value is 130.
RGB:
(239,114,130)
(94%,45%,51%)

RGB channels and saturation

R 239 of 255 = 94%
G 114 of 255 = 45%
B 130 of 255 = 51%

239
114
130

R + G + B ~ 63%. #EF7282 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 114 + 130 = 483 (100%)
R 239 of 483 ~ 49.48%
G 114 of 483 ~ 23.6%
B 130 of 483 ~ 26.92%

%49.48
%23.6
%26.92

CMYK color model

#EF7282 color CMYK value is (0,52,46,6).

  • cyan value is 0.00%
  • magenta value is 52.30%
  • yellow value is 45.61%
  • key color value is 6.27%
CMYK:
(0,52,46,6)
C0M52Y46K6 
(0%,52%,46%,6%)
(0.00/0.52/0.46/0.06)	

CMYK percentages

%0
%52.3
%45.61
%6.27

Codes

Color #EF7282 in popluar color models

EF7282
RGB239114130
HSL352°79.62%69.22%
HSB/HSV352°52.30%93.73%
CMYK0.00%52.30%45.61%
6.27%

Color #EF7282 in popluar number systems.

HEXEF7282
Decimal239114130
Binary11101111111001010000010
Octal357162202

Shades and tints

Shades of #EF7282

#EF7282
(239,114,130)
#DA6877
(218,104,119)
#C55E6C
(197,94,108)
#B05461
(176,84,97)
#9B4A56
(155,74,86)
#86404B
(134,64,75)
#713640
(113,54,64)
#5C2C35
(92,44,53)
#47222A
(71,34,42)
#32181F
(50,24,31)
#1D0E14
(29,14,20)
#000000
(0,0,0)

Tints of #EF7282

#EF7282
(239,114,130)
#F07E8D
(240,126,141)
#F18A98
(241,138,152)
#F296A3
(242,150,163)
#F3A2AE
(243,162,174)
#F4AEB9
(244,174,185)
#F5BAC4
(245,186,196)
#F6C6CF
(246,198,207)
#F7D2DA
(247,210,218)
#F8DEE5
(248,222,229)
#F9EAF0
(249,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF7282 color. Also use rgb(239,114,130) instead hex code.

Text Font Color

.myTextColor { color: #EF7282; }

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

This text font color is #EF7282.


Background Color

.myBgColor { background-color: #EF7282; }

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

This div background color is #EF7282.


Border color

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

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

This div border color is #EF7282.


Opacity

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

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

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

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

This text has shadow with #EF7282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF7282 on black background.


Color preview on white background

This text has color #EF7282 on white background.



Black color preview on #EF7282 background

This text has black color on #EF7282 background.


White color preview on #EF7282 background

This text has white color on #EF7282 background.