COLOR #EF8090

HEX: #EF8090
RGB: (239,128,144)

Color info

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

RGB color model

#EF8090 color RGB value is (239,128,144).

  • red value is 239;
  • green value is 128;
  • blue value is 144.
RGB:
(239,128,144)
(94%,50%,56%)

RGB channels and saturation

R 239 of 255 = 94%
G 128 of 255 = 50%
B 144 of 255 = 56%

239
128
144

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

Portions of RGB colors in percentages

R + G + B =
239 + 128 + 144 = 511 (100%)
R 239 of 511 ~ 46.77%
G 128 of 511 ~ 25.05%
B 144 of 511 ~ 28.18%

%46.77
%25.05
%28.18

CMYK color model

#EF8090 color CMYK value is (0,46,40,6).

  • cyan value is 0.00%
  • magenta value is 46.44%
  • yellow value is 39.75%
  • key color value is 6.27%
CMYK:
(0,46,40,6)
C0M46Y40K6 
(0%,46%,40%,6%)
(0.00/0.46/0.40/0.06)	

CMYK percentages

%0
%46.44
%39.75
%6.27

Codes

Color #EF8090 in popluar color models

EF8090
RGB239128144
HSL351°77.62%71.96%
HSB/HSV351°46.44%93.73%
CMYK0.00%46.44%39.75%
6.27%

Color #EF8090 in popluar number systems.

HEXEF8090
Decimal239128144
Binary111011111000000010010000
Octal357200220

Shades and tints

Shades of #EF8090

#EF8090
(239,128,144)
#DA7583
(218,117,131)
#C56A76
(197,106,118)
#B05F69
(176,95,105)
#9B545C
(155,84,92)
#86494F
(134,73,79)
#713E42
(113,62,66)
#5C3335
(92,51,53)
#472828
(71,40,40)
#321D1B
(50,29,27)
#1D120E
(29,18,14)
#000000
(0,0,0)

Tints of #EF8090

#EF8090
(239,128,144)
#F08B9A
(240,139,154)
#F196A4
(241,150,164)
#F2A1AE
(242,161,174)
#F3ACB8
(243,172,184)
#F4B7C2
(244,183,194)
#F5C2CC
(245,194,204)
#F6CDD6
(246,205,214)
#F7D8E0
(247,216,224)
#F8E3EA
(248,227,234)
#F9EEF4
(249,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF8090 color. Also use rgb(239,128,144) instead hex code.

Text Font Color

.myTextColor { color: #EF8090; }

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

This text font color is #EF8090.


Background Color

.myBgColor { background-color: #EF8090; }

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

This div background color is #EF8090.


Border color

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

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

This div border color is #EF8090.


Opacity

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

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

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

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

This text has shadow with #EF8090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF8090 on black background.


Color preview on white background

This text has color #EF8090 on white background.



Black color preview on #EF8090 background

This text has black color on #EF8090 background.


White color preview on #EF8090 background

This text has white color on #EF8090 background.