COLOR #EF8299

HEX: #EF8299
RGB: (239,130,153)

Color info

#EF8299 contains mainly red color. Web safe color of #EF8299 is #FF9999 (or #F99).

RGB color model

#EF8299 color RGB value is (239,130,153).

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

RGB channels and saturation

R 239 of 255 = 94%
G 130 of 255 = 51%
B 153 of 255 = 60%

239
130
153

R + G + B ~ 68%. #EF8299 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 130 + 153 = 522 (100%)
R 239 of 522 ~ 45.79%
G 130 of 522 ~ 24.9%
B 153 of 522 ~ 29.31%

%45.79
%24.9
%29.31

CMYK color model

#EF8299 color CMYK value is (0,46,36,6).

  • cyan value is 0.00%
  • magenta value is 45.61%
  • yellow value is 35.98%
  • key color value is 6.27%
CMYK:
(0,46,36,6)
C0M46Y36K6 
(0%,46%,36%,6%)
(0.00/0.46/0.36/0.06)	

CMYK percentages

%0
%45.61
%35.98
%6.27

Codes

Color #EF8299 in popluar color models

EF8299
RGB239130153
HSL347°77.30%72.35%
HSB/HSV347°45.61%93.73%
CMYK0.00%45.61%35.98%
6.27%

Color #EF8299 in popluar number systems.

HEXEF8299
Decimal239130153
Binary111011111000001010011001
Octal357202231

Shades and tints

Shades of #EF8299

#EF8299
(239,130,153)
#DA778C
(218,119,140)
#C56C7F
(197,108,127)
#B06172
(176,97,114)
#9B5665
(155,86,101)
#864B58
(134,75,88)
#71404B
(113,64,75)
#5C353E
(92,53,62)
#472A31
(71,42,49)
#321F24
(50,31,36)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #EF8299

#EF8299
(239,130,153)
#F08DA2
(240,141,162)
#F198AB
(241,152,171)
#F2A3B4
(242,163,180)
#F3AEBD
(243,174,189)
#F4B9C6
(244,185,198)
#F5C4CF
(245,196,207)
#F6CFD8
(246,207,216)
#F7DAE1
(247,218,225)
#F8E5EA
(248,229,234)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF8299; }

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

This text font color is #EF8299.


Background Color

.myBgColor { background-color: #EF8299; }

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

This div background color is #EF8299.


Border color

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

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

This div border color is #EF8299.


Opacity

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

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

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

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

This text has shadow with #EF8299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF8299 on black background.


Color preview on white background

This text has color #EF8299 on white background.



Black color preview on #EF8299 background

This text has black color on #EF8299 background.


White color preview on #EF8299 background

This text has white color on #EF8299 background.