COLOR #EB957F

HEX: #EB957F RGB: (235,149,127)

Color info

#EB957F contains mainly red color. Web safe color of #EB957F is #FF9966 (or #F96).

RGB color model

#EB957F color RGB value is (235,149,127).

RGB: (235,149,127) (92%, 58%, 50%)

RGB channels and saturation

R 235 of 255 = 92%
G 149 of 255 = 58%
B 127 of 255 = 50%

235
149
127

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

Portions of RGB colors in percentages

R + G + B = 235 + 149 + 127 = 511 (100%)
R 235 of 511 ~ 45.99%
G 149 of 511 ~ 29.16%
B 127 of 511 ~ 24.85'%

%45.99
%29.16
%24.85

CMYK color model

#EB957F color CMYK value is (0,37,46,8).

  • cyan value is 0.00%
  • magenta value is 36.60%
  • yellow value is 45.96%
  • key color value is 7.84%

CMYK: (0,37,46,8)
C0M37Y46K8 (0%, 37%, 46%, 8%)
(0.00 / 0.37 / 0.46 / 0.08)

CMYK percentages

%0
%36.6
%45.96
%7.84

Codes

Color #EB957F in popluar color models

EB 95 7F
RGB 235 149 127
HSL 12° 72.97% 70.98%
HSB/HSV 12° 45.96% 92.16%
CMYK 0.00% 36.60% 45.96%
7.84%

Color #EB957F in popluar number systems.

HEX EB 95 7F
Decimal 235 149 127
Binary 11101011 10010101 1111111
Octal 353 225 177

Shades and tints

Shades of #EB957F

#EB957F
(235,149,127)
#D68874
(214,136,116)
#C17B69
(193,123,105)
#AC6E5E
(172,110,94)
#976153
(151,97,83)
#825448
(130,84,72)
#6D473D
(109,71,61)
#583A32
(88,58,50)
#432D27
(67,45,39)
#2E201C
(46,32,28)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #EB957F

#EB957F
(235,149,127)
#EC9E8A
(236,158,138)
#EDA795
(237,167,149)
#EEB0A0
(238,176,160)
#EFB9AB
(239,185,171)
#F0C2B6
(240,194,182)
#F1CBC1
(241,203,193)
#F2D4CC
(242,212,204)
#F3DDD7
(243,221,215)
#F4E6E2
(244,230,226)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB957F color. Also use rgb(235,149,127) instead hex code.

Text Font Color

.myTextColor { color: #EB957F; }

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

This text font color is #EB957F.

Background Color

.myBgColor { background-color: #EB957F; }

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

This div background color is #EB957F.

Border color

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

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

This div border color is #EB957F.

Opacity

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

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

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

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

This text has shadow with #EB957F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EB957F.

Preview

Color preview on black background

This text has color #EB957F on black background.


Color preview on white background

This text has color #EB957F on white background.


Black color preview on #EB957F background

This text has black color on #EB957F background.


White color preview on #EB957F background

This text has white color on #EB957F background.


Related colors

Complementary color

Complementary color for #hex is #146A80.


I love getcolorcode.com

Triadic colors

1 #7FEB95 and #957FEB with #EB957F are triadic colors.

2 #7F95EB and #95EB7F with #EB957F are triadic colors.