COLOR #EB938F

HEX: #EB938F
RGB: (235,147,143)

Color info

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

RGB color model

#EB938F color RGB value is (235,147,143).

  • red value is 235;
  • green value is 147;
  • blue value is 143.
RGB:
(235,147,143)
(92%,58%,56%)

RGB channels and saturation

R 235 of 255 = 92%
G 147 of 255 = 58%
B 143 of 255 = 56%

235
147
143

R + G + B ~ 69%. #EB938F is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 147 + 143 = 525 (100%)
R 235 of 525 ~ 44.76%
G 147 of 525 ~ 28%
B 143 of 525 ~ 27.24%

%44.76
%28
%27.24

CMYK color model

#EB938F color CMYK value is (0,37,39,8).

  • cyan value is 0.00%
  • magenta value is 37.45%
  • yellow value is 39.15%
  • key color value is 7.84%
CMYK:
(0,37,39,8)
C0M37Y39K8 
(0%,37%,39%,8%)
(0.00/0.37/0.39/0.08)	

CMYK percentages

%0
%37.45
%39.15
%7.84

Codes

Color #EB938F in popluar color models

EB938F
RGB235147143
HSL69.70%74.12%
HSB/HSV39.15%92.16%
CMYK0.00%37.45%39.15%
7.84%

Color #EB938F in popluar number systems.

HEXEB938F
Decimal235147143
Binary111010111001001110001111
Octal353223217

Shades and tints

Shades of #EB938F

#EB938F
(235,147,143)
#D68682
(214,134,130)
#C17975
(193,121,117)
#AC6C68
(172,108,104)
#975F5B
(151,95,91)
#82524E
(130,82,78)
#6D4541
(109,69,65)
#583834
(88,56,52)
#432B27
(67,43,39)
#2E1E1A
(46,30,26)
#19110D
(25,17,13)
#000000
(0,0,0)

Tints of #EB938F

#EB938F
(235,147,143)
#EC9C99
(236,156,153)
#EDA5A3
(237,165,163)
#EEAEAD
(238,174,173)
#EFB7B7
(239,183,183)
#F0C0C1
(240,192,193)
#F1C9CB
(241,201,203)
#F2D2D5
(242,210,213)
#F3DBDF
(243,219,223)
#F4E4E9
(244,228,233)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB938F color. Also use rgb(235,147,143) instead hex code.

Text Font Color

.myTextColor { color: #EB938F; }

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

This text font color is #EB938F.


Background Color

.myBgColor { background-color: #EB938F; }

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

This div background color is #EB938F.


Border color

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

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

This div border color is #EB938F.


Opacity

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

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

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

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

This text has shadow with #EB938F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB938F on black background.


Color preview on white background

This text has color #EB938F on white background.



Black color preview on #EB938F background

This text has black color on #EB938F background.


White color preview on #EB938F background

This text has white color on #EB938F background.