COLOR #EF869E

HEX: #EF869E
RGB: (239,134,158)

Color info

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

RGB color model

#EF869E color RGB value is (239,134,158).

  • red value is 239;
  • green value is 134;
  • blue value is 158.
RGB:
(239,134,158)
(94%,53%,62%)

RGB channels and saturation

R 239 of 255 = 94%
G 134 of 255 = 53%
B 158 of 255 = 62%

239
134
158

R + G + B ~ 70%. #EF869E is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 134 + 158 = 531 (100%)
R 239 of 531 ~ 45.01%
G 134 of 531 ~ 25.24%
B 158 of 531 ~ 29.76%

%45.01
%25.24
%29.76

CMYK color model

#EF869E color CMYK value is (0,44,34,6).

  • cyan value is 0.00%
  • magenta value is 43.93%
  • yellow value is 33.89%
  • key color value is 6.27%
CMYK:
(0,44,34,6)
C0M44Y34K6 
(0%,44%,34%,6%)
(0.00/0.44/0.34/0.06)	

CMYK percentages

%0
%43.93
%33.89
%6.27

Codes

Color #EF869E in popluar color models

EF869E
RGB239134158
HSL346°76.64%73.14%
HSB/HSV346°43.93%93.73%
CMYK0.00%43.93%33.89%
6.27%

Color #EF869E in popluar number systems.

HEXEF869E
Decimal239134158
Binary111011111000011010011110
Octal357206236

Shades and tints

Shades of #EF869E

#EF869E
(239,134,158)
#DA7A90
(218,122,144)
#C56E82
(197,110,130)
#B06274
(176,98,116)
#9B5666
(155,86,102)
#864A58
(134,74,88)
#713E4A
(113,62,74)
#5C323C
(92,50,60)
#47262E
(71,38,46)
#321A20
(50,26,32)
#1D0E12
(29,14,18)
#000000
(0,0,0)

Tints of #EF869E

#EF869E
(239,134,158)
#F091A6
(240,145,166)
#F19CAE
(241,156,174)
#F2A7B6
(242,167,182)
#F3B2BE
(243,178,190)
#F4BDC6
(244,189,198)
#F5C8CE
(245,200,206)
#F6D3D6
(246,211,214)
#F7DEDE
(247,222,222)
#F8E9E6
(248,233,230)
#F9F4EE
(249,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF869E color. Also use rgb(239,134,158) instead hex code.

Text Font Color

.myTextColor { color: #EF869E; }

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

This text font color is #EF869E.


Background Color

.myBgColor { background-color: #EF869E; }

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

This div background color is #EF869E.


Border color

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

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

This div border color is #EF869E.


Opacity

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

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

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

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

This text has shadow with #EF869E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF869E on black background.


Color preview on white background

This text has color #EF869E on white background.



Black color preview on #EF869E background

This text has black color on #EF869E background.


White color preview on #EF869E background

This text has white color on #EF869E background.