COLOR #EB5159

HEX: #EB5159 RGB: (235,81,89)

Color info

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

RGB color model

#EB5159 color RGB value is (235,81,89).

RGB: (235,81,89) (92%, 32%, 35%)

RGB channels and saturation

R 235 of 255 = 92%
G 81 of 255 = 32%
B 89 of 255 = 35%

235
81
89

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

Portions of RGB colors in percentages

R + G + B = 235 + 81 + 89 = 405 (100%)
R 235 of 405 ~ 58.02%
G 81 of 405 ~ 20%
B 89 of 405 ~ 21.98'%

%58.02
%20
%21.98

CMYK color model

#EB5159 color CMYK value is (0,66,62,8).

  • cyan value is 0.00%
  • magenta value is 65.53%
  • yellow value is 62.13%
  • key color value is 7.84%

CMYK: (0,66,62,8)
C0M66Y62K8 (0%, 66%, 62%, 8%)
(0.00 / 0.66 / 0.62 / 0.08)

CMYK percentages

%0
%65.53
%62.13
%7.84

Codes

Color #EB5159 in popluar color models

EB 51 59
RGB 235 81 89
HSL 357° 79.38% 61.96%
HSB/HSV 357° 65.53% 92.16%
CMYK 0.00% 65.53% 62.13%
7.84%

Color #EB5159 in popluar number systems.

HEX EB 51 59
Decimal 235 81 89
Binary 11101011 1010001 1011001
Octal 353 121 131

Shades and tints

Shades of #EB5159

#EB5159
(235,81,89)
#D64A51
(214,74,81)
#C14349
(193,67,73)
#AC3C41
(172,60,65)
#973539
(151,53,57)
#822E31
(130,46,49)
#6D2729
(109,39,41)
#582021
(88,32,33)
#431919
(67,25,25)
#2E1211
(46,18,17)
#190B09
(25,11,9)
#000000
(0,0,0)

Tints of #EB5159

#EB5159
(235,81,89)
#EC6068
(236,96,104)
#ED6F77
(237,111,119)
#EE7E86
(238,126,134)
#EF8D95
(239,141,149)
#F09CA4
(240,156,164)
#F1ABB3
(241,171,179)
#F2BAC2
(242,186,194)
#F3C9D1
(243,201,209)
#F4D8E0
(244,216,224)
#F5E7EF
(245,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB5159 color. Also use rgb(235,81,89) instead hex code.

Text Font Color

.myTextColor { color: #EB5159; }

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

This text font color is #EB5159.

Background Color

.myBgColor { background-color: #EB5159; }

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

This div background color is #EB5159.

Border color

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

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

This div border color is #EB5159.

Opacity

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

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

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

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

This text has shadow with #EB5159 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EB5159.

Preview

Color preview on black background

This text has color #EB5159 on black background.


Color preview on white background

This text has color #EB5159 on white background.


Black color preview on #EB5159 background

This text has black color on #EB5159 background.


White color preview on #EB5159 background

This text has white color on #EB5159 background.


Related colors

Complementary color

Complementary color for #hex is #14AEA6.


I love getcolorcode.com

Triadic colors

1 #59EB51 and #5159EB with #EB5159 are triadic colors.

2 #5951EB and #51EB59 with #EB5159 are triadic colors.