COLOR #EB4F5F

HEX: #EB4F5F
RGB: (235,79,95)

Color info

#EB4F5F contains mainly red color. Web safe color of #EB4F5F is #FF6666 (or #F66).

RGB color model

#EB4F5F color RGB value is (235,79,95).

  • red value is 235;
  • green value is 79;
  • blue value is 95.
RGB:
(235,79,95)
(92%,31%,37%)

RGB channels and saturation

R 235 of 255 = 92%
G 79 of 255 = 31%
B 95 of 255 = 37%

235
79
95

R + G + B ~ 53%. #EB4F5F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
235 + 79 + 95 = 409 (100%)
R 235 of 409 ~ 57.46%
G 79 of 409 ~ 19.32%
B 95 of 409 ~ 23.23%

%57.46
%19.32
%23.23

CMYK color model

#EB4F5F color CMYK value is (0,66,60,8).

  • cyan value is 0.00%
  • magenta value is 66.38%
  • yellow value is 59.57%
  • key color value is 7.84%
CMYK:
(0,66,60,8)
C0M66Y60K8 
(0%,66%,60%,8%)
(0.00/0.66/0.60/0.08)	

CMYK percentages

%0
%66.38
%59.57
%7.84

Codes

Color #EB4F5F in popluar color models

EB4F5F
RGB2357995
HSL354°79.59%61.57%
HSB/HSV354°66.38%92.16%
CMYK0.00%66.38%59.57%
7.84%

Color #EB4F5F in popluar number systems.

HEXEB4F5F
Decimal2357995
Binary1110101110011111011111
Octal353117137

Shades and tints

Shades of #EB4F5F

#EB4F5F
(235,79,95)
#D64857
(214,72,87)
#C1414F
(193,65,79)
#AC3A47
(172,58,71)
#97333F
(151,51,63)
#822C37
(130,44,55)
#6D252F
(109,37,47)
#581E27
(88,30,39)
#43171F
(67,23,31)
#2E1017
(46,16,23)
#19090F
(25,9,15)
#000000
(0,0,0)

Tints of #EB4F5F

#EB4F5F
(235,79,95)
#EC5F6D
(236,95,109)
#ED6F7B
(237,111,123)
#EE7F89
(238,127,137)
#EF8F97
(239,143,151)
#F09FA5
(240,159,165)
#F1AFB3
(241,175,179)
#F2BFC1
(242,191,193)
#F3CFCF
(243,207,207)
#F4DFDD
(244,223,221)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB4F5F color. Also use rgb(235,79,95) instead hex code.

Text Font Color

.myTextColor { color: #EB4F5F; }

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

This text font color is #EB4F5F.


Background Color

.myBgColor { background-color: #EB4F5F; }

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

This div background color is #EB4F5F.


Border color

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

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

This div border color is #EB4F5F.


Opacity

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

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

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

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

This text has shadow with #EB4F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB4F5F on black background.


Color preview on white background

This text has color #EB4F5F on white background.



Black color preview on #EB4F5F background

This text has black color on #EB4F5F background.


White color preview on #EB4F5F background

This text has white color on #EB4F5F background.