COLOR #EB8189

HEX: #EB8189 RGB: (235,129,137)

Color info

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

RGB color model

#EB8189 color RGB value is (235,129,137).

RGB: (235,129,137) (92%, 51%, 54%)

RGB channels and saturation

R 235 of 255 = 92%
G 129 of 255 = 51%
B 137 of 255 = 54%

235
129
137

R + G + B ~ 66%. #EB8189 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 129 + 137 = 501 (100%)
R 235 of 501 ~ 46.91%
G 129 of 501 ~ 25.75%
B 137 of 501 ~ 27.35'%

%46.91
%25.75
%27.35

CMYK color model

#EB8189 color CMYK value is (0,45,42,8).

  • cyan value is 0.00%
  • magenta value is 45.11%
  • yellow value is 41.70%
  • key color value is 7.84%
CMYK: (0,45,42,8) C0M45Y42K8 (0%,45%,42%,8%) (0.00/0.45/0.42/0.08) 

CMYK percentages

%0
%45.11
%41.7
%7.84

Codes

Color #EB8189 in popluar color models

EB 81 89
RGB 235 129 137
HSL 355° 72.60% 71.37%
HSB/HSV 355° 45.11% 92.16%
CMYK 0.00% 45.11% 41.70%
7.84%

Color #EB8189 in popluar number systems.

HEX EB 81 89
Decimal 235 129 137
Binary 11101011 10000001 10001001
Octal 353 201 211

Shades and tints

Shades of #EB8189

#EB8189
(235,129,137)
#D6767D
(214,118,125)
#C16B71
(193,107,113)
#AC6065
(172,96,101)
#975559
(151,85,89)
#824A4D
(130,74,77)
#6D3F41
(109,63,65)
#583435
(88,52,53)
#432929
(67,41,41)
#2E1E1D
(46,30,29)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #EB8189

#EB8189
(235,129,137)
#EC8C93
(236,140,147)
#ED979D
(237,151,157)
#EEA2A7
(238,162,167)
#EFADB1
(239,173,177)
#F0B8BB
(240,184,187)
#F1C3C5
(241,195,197)
#F2CECF
(242,206,207)
#F3D9D9
(243,217,217)
#F4E4E3
(244,228,227)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB8189 color. Also use rgb(235,129,137) instead hex code.

Text Font Color

.myTextColor { color: #EB8189; }

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

This text font color is #EB8189.

Background Color

.myBgColor { background-color: #EB8189; }

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

This div background color is #EB8189.

Border color

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

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

This div border color is #EB8189.

Opacity

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

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

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

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

This text has shadow with #EB8189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EB8189.

Preview

Color preview on black background

This text has color #EB8189 on black background.


Color preview on white background

This text has color #EB8189 on white background.


Black color preview on #EB8189 background

This text has black color on #EB8189 background.


White color preview on #EB8189 background

This text has white color on #EB8189 background.


Related colors

Complementary color

Complementary color for #hex is #147E76.


I love getcolorcode.com

Triadic colors

1 #89EB81 and #8189EB with #EB8189 are triadic colors.

2 #8981EB and #81EB89 with #EB8189 are triadic colors.