COLOR #EB8191

HEX: #EB8191
RGB: (235,129,145)

Color info

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

RGB color model

#EB8191 color RGB value is (235,129,145).

  • red value is 235;
  • green value is 129;
  • blue value is 145.
RGB:
(235,129,145)
(92%,51%,57%)

RGB channels and saturation

R 235 of 255 = 92%
G 129 of 255 = 51%
B 145 of 255 = 57%

235
129
145

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

Portions of RGB colors in percentages

R + G + B =
235 + 129 + 145 = 509 (100%)
R 235 of 509 ~ 46.17%
G 129 of 509 ~ 25.34%
B 145 of 509 ~ 28.49%

%46.17
%25.34
%28.49

CMYK color model

#EB8191 color CMYK value is (0,45,38,8).

  • cyan value is 0.00%
  • magenta value is 45.11%
  • yellow value is 38.30%
  • key color value is 7.84%
CMYK:
(0,45,38,8)
C0M45Y38K8 
(0%,45%,38%,8%)
(0.00/0.45/0.38/0.08)	

CMYK percentages

%0
%45.11
%38.3
%7.84

Codes

Color #EB8191 in popluar color models

EB8191
RGB235129145
HSL351°72.60%71.37%
HSB/HSV351°45.11%92.16%
CMYK0.00%45.11%38.30%
7.84%

Color #EB8191 in popluar number systems.

HEXEB8191
Decimal235129145
Binary111010111000000110010001
Octal353201221

Shades and tints

Shades of #EB8191

#EB8191
(235,129,145)
#D67684
(214,118,132)
#C16B77
(193,107,119)
#AC606A
(172,96,106)
#97555D
(151,85,93)
#824A50
(130,74,80)
#6D3F43
(109,63,67)
#583436
(88,52,54)
#432929
(67,41,41)
#2E1E1C
(46,30,28)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #EB8191

#EB8191
(235,129,145)
#EC8C9B
(236,140,155)
#ED97A5
(237,151,165)
#EEA2AF
(238,162,175)
#EFADB9
(239,173,185)
#F0B8C3
(240,184,195)
#F1C3CD
(241,195,205)
#F2CED7
(242,206,215)
#F3D9E1
(243,217,225)
#F4E4EB
(244,228,235)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB8191; }

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

This text font color is #EB8191.


Background Color

.myBgColor { background-color: #EB8191; }

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

This div background color is #EB8191.


Border color

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

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

This div border color is #EB8191.


Opacity

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

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

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

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

This text has shadow with #EB8191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB8191 on black background.


Color preview on white background

This text has color #EB8191 on white background.



Black color preview on #EB8191 background

This text has black color on #EB8191 background.


White color preview on #EB8191 background

This text has white color on #EB8191 background.