COLOR #EB7981

HEX: #EB7981
RGB: (235,121,129)

Color info

#EB7981 contains mainly red color. Web safe color of #EB7981 is #FF6699 (or #F69).

RGB color model

#EB7981 color RGB value is (235,121,129).

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

RGB channels and saturation

R 235 of 255 = 92%
G 121 of 255 = 47%
B 129 of 255 = 51%

235
121
129

R + G + B ~ 63%. #EB7981 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 121 + 129 = 485 (100%)
R 235 of 485 ~ 48.45%
G 121 of 485 ~ 24.95%
B 129 of 485 ~ 26.6%

%48.45
%24.95
%26.6

CMYK color model

#EB7981 color CMYK value is (0,49,45,8).

  • cyan value is 0.00%
  • magenta value is 48.51%
  • yellow value is 45.11%
  • key color value is 7.84%
CMYK:
(0,49,45,8)
C0M49Y45K8 
(0%,49%,45%,8%)
(0.00/0.49/0.45/0.08)	

CMYK percentages

%0
%48.51
%45.11
%7.84

Codes

Color #EB7981 in popluar color models

EB7981
RGB235121129
HSL356°74.03%69.80%
HSB/HSV356°48.51%92.16%
CMYK0.00%48.51%45.11%
7.84%

Color #EB7981 in popluar number systems.

HEXEB7981
Decimal235121129
Binary11101011111100110000001
Octal353171201

Shades and tints

Shades of #EB7981

#EB7981
(235,121,129)
#D66E76
(214,110,118)
#C1636B
(193,99,107)
#AC5860
(172,88,96)
#974D55
(151,77,85)
#82424A
(130,66,74)
#6D373F
(109,55,63)
#582C34
(88,44,52)
#432129
(67,33,41)
#2E161E
(46,22,30)
#190B13
(25,11,19)
#000000
(0,0,0)

Tints of #EB7981

#EB7981
(235,121,129)
#EC858C
(236,133,140)
#ED9197
(237,145,151)
#EE9DA2
(238,157,162)
#EFA9AD
(239,169,173)
#F0B5B8
(240,181,184)
#F1C1C3
(241,193,195)
#F2CDCE
(242,205,206)
#F3D9D9
(243,217,217)
#F4E5E4
(244,229,228)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB7981; }

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

This text font color is #EB7981.


Background Color

.myBgColor { background-color: #EB7981; }

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

This div background color is #EB7981.


Border color

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

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

This div border color is #EB7981.


Opacity

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

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

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

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

This text has shadow with #EB7981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB7981 on black background.


Color preview on white background

This text has color #EB7981 on white background.



Black color preview on #EB7981 background

This text has black color on #EB7981 background.


White color preview on #EB7981 background

This text has white color on #EB7981 background.